Good day, sir.Version 1.09 of the ATR Trailing Stop EA is now out. It implements the following changes:
- Added an optional threshold for trailing stop activation (in ATR multiples and in points). (Via GitHub)
- Added an option to display potential SL lines on the chart. (@PaulVic)
- Added an option to display trailing stop activation lines for all the positions on the current chart.
- Improved reporting on disabled autotrading. The EA will now be more specific as to where exactly it is disabled.
I am using the ATR Trailing Stop EA on MT5 and I'm having an issue with how quickly the stop loss moves. It seems to move on every tick and seems closer than it should be (when I compare the same settings of 14 period and 2.0 multiplier on Tradingview to see where on the chart it would trigger a stop loss). I'm on the 5 minute chart and it moves quite a few times during a single candle time frame. I will then drag the stop loss really far down and let the EA reset it and it resets it lower than where it was but then continues to move again. So there seems to be something that doesn't allow it to just go on the regular ATR settings after bar close. Am I missing something in the settings? I would think it would only move once every bar close and sometimes not at all (if the asset is ranging).