"3d" indicator.
  #1 (permalink)  
Old 01-23-2005, 11:06 AM
Ravique's Avatar
Super Moderator
 
Join Date: Sep 2004
Posts: 404
Thanks: 2
Thanked 1 Time in 1 Post
Ravique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to all
Send a message via Yahoo to Ravique
Default "3d" indicator.

I found this indicator, and i think it has a really nice potential. I think there could be an expert programmed on the basis of this indicator. The simplest is to do the expert that would do the following:

Long position opens at the close of the bar during which the cross has taken place . Or on the open of the next bar. The position closes when the lines cross back, and right then a short position opens. And so on.

I have attached a chart with the indicator, and the trades it would make for the last two days. It is usdchf 1h chart. Also i am attaching the code of the indicator.

So i want to know, what do you think about this, and what improvements could be made, like filters, or different exit points and so on.
Attached Images
File Type: png untitled.png (14.1 KB, 1080 views)
Attached Files
File Type: txt code.mql.txt (1.7 KB, 455 views)
Sponsored Links Best Forex Systems
Proven forex trading systems for auto trading.
See the real trading records yourself.
__________________
Regards,
Ravique
Reply With Quote
  #2 (permalink)  
Old 01-23-2005, 06:45 PM
gazuz's Avatar
Senior Trader and Moderat
 
Join Date: Aug 2004
Posts: 768
Thanks: 1
Thanked 8 Times in 5 Posts
gazuz is a name known to allgazuz is a name known to allgazuz is a name known to allgazuz is a name known to allgazuz is a name known to allgazuz is a name known to all
Default

Seems interesting, I was wondering at first why it was late on every signal then I realized that you wanted to make it 1 candle late. I was thinking of asking if it was possible (to all the programmers out there) to make it check if the cross has been there for longer than (say 10 minutes) then it can make the trade instead of waiting for an hour to make the trade. I think if that was possible it would be great, that once a cross has been made, the expert will monitor it, if the corss stays and doesnt change after 10 minutes then it makes the trade.

Let me know, this seems interesting
__________________
____________________________\¦/
___________________________(ò ó)
______________________o0o___(_)___o0o__
___¦_____¦_____¦_____¦_____¦_____¦_____¦
¦_____¦_____¦_____¦_____¦_____¦_____¦__
___¦_____¦_____¦_____¦_____¦_____¦_____¦
¦_____¦_____¦_____¦_____¦_____¦_____¦__
Reply With Quote
  #3 (permalink)  
Old 01-23-2005, 07:03 PM
Ravique's Avatar
Super Moderator
 
Join Date: Sep 2004
Posts: 404
Thanks: 2
Thanked 1 Time in 1 Post
Ravique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to all
Send a message via Yahoo to Ravique
Default

Well yes, i thought about that too, when i was looking at it at the first time, but then i decided, that loose some pips is beter , than open a wrong position. But now i think your idea could make it a little earlier. But still, if we have an expert, we can see it perform, and then working on it would be easier.
__________________
Regards,
Ravique
Reply With Quote
  #4 (permalink)  
Old 01-23-2005, 07:06 PM
gazuz's Avatar
Senior Trader and Moderat
 
Join Date: Aug 2004
Posts: 768
Thanks: 1
Thanked 8 Times in 5 Posts
gazuz is a name known to allgazuz is a name known to allgazuz is a name known to allgazuz is a name known to allgazuz is a name known to allgazuz is a name known to all
Default

True, I'll be playing around with it for a bit today, maybe theres a setting that will open bigger positions since yours only stay open for about 6-8 candles....
__________________
____________________________\¦/
___________________________(ò ó)
______________________o0o___(_)___o0o__
___¦_____¦_____¦_____¦_____¦_____¦_____¦
¦_____¦_____¦_____¦_____¦_____¦_____¦__
___¦_____¦_____¦_____¦_____¦_____¦_____¦
¦_____¦_____¦_____¦_____¦_____¦_____¦__
Reply With Quote
  #5 (permalink)  
Old 01-25-2005, 08:24 PM
SJR3t2's Avatar
Retired Leader
 
Join Date: Aug 2004
Posts: 169
Thanks: 0
Thanked 0 Times in 0 Posts
SJR3t2 is a glorious beacon of lightSJR3t2 is a glorious beacon of lightSJR3t2 is a glorious beacon of lightSJR3t2 is a glorious beacon of lightSJR3t2 is a glorious beacon of light
Send a message via ICQ to SJR3t2 Send a message via AIM to SJR3t2 Send a message via MSN to SJR3t2 Send a message via Yahoo to SJR3t2
Default

On the programing end of it, before I could answer one way or another, I'd have to know more about the indicator and how it is calculated. Detecting crosses are a little more tricky then they seem.

Steven
Reply With Quote
  #6 (permalink)  
Old 01-25-2005, 08:26 PM
SJR3t2's Avatar
Retired Leader
 
Join Date: Aug 2004
Posts: 169
Thanks: 0
Thanked 0 Times in 0 Posts
SJR3t2 is a glorious beacon of lightSJR3t2 is a glorious beacon of lightSJR3t2 is a glorious beacon of lightSJR3t2 is a glorious beacon of lightSJR3t2 is a glorious beacon of light
Send a message via ICQ to SJR3t2 Send a message via AIM to SJR3t2 Send a message via MSN to SJR3t2 Send a message via Yahoo to SJR3t2
Default

A quick guidline is that a lot of things are calculated on close, not always true, but if open prices makes it cross you be able to count it as a cross, even thu close could end up being somewhere it is not a cross, but if you have an extra filter or entry order of above high/below low, etc you could be okay.

Steven
Reply With Quote
  #7 (permalink)  
Old 01-25-2005, 09:00 PM
Ravique's Avatar
Super Moderator
 
Join Date: Sep 2004
Posts: 404
Thanks: 2
Thanked 1 Time in 1 Post
Ravique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to all
Send a message via Yahoo to Ravique
Default

I am really grateful of your help. The code is attached in the first post in this thread.
__________________
Regards,
Ravique
Reply With Quote
  #8 (permalink)  
Old 01-25-2005, 11:30 PM
SJR3t2's Avatar
Retired Leader
 
Join Date: Aug 2004
Posts: 169
Thanks: 0
Thanked 0 Times in 0 Posts
SJR3t2 is a glorious beacon of lightSJR3t2 is a glorious beacon of lightSJR3t2 is a glorious beacon of lightSJR3t2 is a glorious beacon of lightSJR3t2 is a glorious beacon of light
Send a message via ICQ to SJR3t2 Send a message via AIM to SJR3t2 Send a message via MSN to SJR3t2 Send a message via Yahoo to SJR3t2
Default

Quote:
Originally Posted by Ravique
I am really grateful of your help. The code is attached in the first post in this thread.
Again I missed it. I need to open my eyes wider or something.

I will look at if I get time, don't hold your breath thou.

Steven
Reply With Quote
3D Oscillator
  #9 (permalink)  
Old 12-07-2005, 11:54 AM
Freshman
 
Join Date: Dec 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Blaiserboy is on a distinguished road
Default 3D Oscillator

I think the file code posted is for Mt 3, would it have been converted to Mt4
Reply With Quote
  #10 (permalink)  
Old 12-07-2005, 12:19 PM
Ravique's Avatar
Super Moderator
 
Join Date: Sep 2004
Posts: 404
Thanks: 2
Thanked 1 Time in 1 Post
Ravique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to all
Send a message via Yahoo to Ravique
Default

There is an indicator like this in MT4, search the yahoo group downloads section, you can find the link in the links section on this forum
__________________
Regards,
Ravique
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
indicator 5_34_5 budhax Indicators 4 03-12-2008 06:31 PM
Request custom indicator scorpion Indicators 1 09-12-2006 12:32 PM
indicator 5_34_5 budhax Indicators 0 08-20-2006 06:28 AM
Great indicator, name? ozimacca Indicators 1 04-14-2006 01:40 AM
Need help customize and indicator tradezone MetaTrader and ZeroCode 2 10-19-2005 12:10 PM


All times are GMT. The time now is 11:03 AM.
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now