Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
the only thing I removed from your template is the
bar indicator, the HA style candle painter. That isnt
used by any of the other indicators right? Just a personal
preference?
nirvaman,
i am testing the setup you are using, and i like it a little better than my own...thank you for sharing...
one question..is it possible to code in at what value the alert triggered?
~michael
shhhhhhhhhhhhhhh.
dont tell anyone. lol
Yes, you are right. your logic is correct. why not to trigger the order in the same moment the alert is triggered. is not that simple but the main idea is correct.
to tell you the truth, there is a problem when coding MTF indicators when constructing an EA. seems that drew dealed with that kind of problem too in the past. is something about the buffer. the error occurs when you attach thos EA to the charts . I will try again to code it this weekend. May be I can resolve that problem.
Hello nirvaman..i tested ur method but i had problem with stoploss and tp levels plz help me
Quote:
Originally Posted by nirvaman
shhhhhhhhhhhhhhh.
dont tell anyone. lol
Yes, you are right. your logic is correct. why not to trigger the order in the same moment the alert is triggered. is not that simple but the main idea is correct.
to tell you the truth, there is a problem when coding MTF indicators when constructing an EA. seems that drew dealed with that kind of problem too in the past. is something about the buffer. the error occurs when you attach thos EA to the charts . I will try again to code it this weekend. May be I can resolve that problem.
to tell you the truth, there is a problem when coding MTF indicators when constructing an EA. seems that drew dealed with that kind of problem too in the past. is something about the buffer. the error occurs when you attach thos EA to the charts . I will try again to code it this weekend. May be I can resolve that problem.
im not looking for mtf. i love 5min i have been playing with the code that was posted earlier....
I personally think the previous version of SilverTrend is better than VladVG suggested. The one that VladVG posted has generated too many false signals for me. Signals occured too late when I supposed to get in ealier so I end up with buy at top, sell at bottom. The previous version does a better job although it's repainting but it gives early signal. I decided to switch back to previous version so that I won't get funny results anymore. The only change I made was:-
I guess the indicator is too 'old' as it uses obsolete function
Quote:
In further development of MQL4, some functions were renamed and moved from one group to another in order to systematize them better. The old function names are not highlighted or linked to the MetaEditor Dictionary. The old function names can be used since the compiler will accept them in a proper way. However, we strongly recommend to use the new names.
Old NameNew Name
Highest.....iHighest
Lowest......iLowest
Well, just my opnion. You guys can choose which version that ya'all comfortable with.