Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
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.