Glyco:
Hello,
RoNz Auto SL-TS-TP trailing stop stopped working. Does anybody know if any recent MT4 update changed the Trailing code sintax or something?
Hello,
RoNz Auto SL-TS-TP trailing stop stopped working. Does anybody know if any recent MT4 update changed the Trailing code sintax or something?
Is this EA from the codebase?
If so, the place to ask your questions is in the topic dedicated to the EA.
if(Volume[0]>1) return;
For a new bar test, Bars is unreliable (a refresh/reconnect can change number of bars on chart), volume is unreliable (miss ticks), Price is unreliable (duplicate prices and The == operand. - MQL4 programming forum.) Always use time.
New candle - MQL4 programming forum #3 2014.04.04

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
RoNz Auto SL-TS-TP trailing stop stopped working. Does anybody know if any recent MT4 update changed the Trailing code sintax or something?