jacekdc / Profile
jacekdc
Published code Expert Advisor Template with Trailing Stop v2
Expert Advisor template with Trailing Stop, autolots, candle scan, buy block sell, buystop / sellstop. Working ea example and many improvements in template!
Share on social networks · 1
53075
7092
:
Concerning 'eatemplate_v3.mq4':
Line 64: int Scan ( int time, int period, int shifte ) { // That loop calculate the highest and the lowest order price with range, which show how many pips are beetwen high and low value
The variable 'time' is undefined. I think it should be replaced with the variable 'Candles' that is defined in Line 24.
Could you please check and explain?
Best
Joerg