ATR Trailing Stop Loss Indicator

ATR Trailing Stop for MetaTrader 4

🛠️ If this indicator is broken, please contact us and we will fix it in a flash.

💱 Best Forex Indicators for MT4 and MT5 ↗️

Submit your review
1
2
3
4
5
Submit
     
Cancel

Create your own review

Average rating:  
 6 reviews
 by Lauren

Hello, in the ATR Trailing Stop Indicator, price doesn't cross the blue line or even touch it when turning bearish like the red one does. I was wondering if there was a way I could code it or fix it so that it is possible because It interferes with an EA I am trying to create. It only takes buys because of this. Thanks 🙂

 by Mike

@Anwar

Around line 98:

if (Low[i] < ind_buffer1[i])

{

Dir=-1;

LvlDn=1000;

}



Pls change lvlDn to higher number, for instance 1000000.

 by Anwar

Hi Team, thanks for sharing very worthy indicators. ATR Trailing Stop has been downloaded, but SL for selling (RED LINES) are not shown, not Blue lines are displayed SL for buying. Any trick or lacking by my side kindly guide.
Thanks

 by Marius

I dont really use stops, but this solves that problem, exellent work, thank you.

 by Yardley

Great for Trailing Stops. I highly recommend using on overlay indicator:
Period 20
Factor 3,75
https://www.best-metatrader-indicators.com/?s=overlay

 by Norm

I just installed your atr-trailing-stop indicator on my Mt4 charts. Great indicator! Only the distance from the candle tail to the indicator line doesn't match the default multiple of 3 x ATR. Please explain to me how the distance from the candle tail is calculated. What don't I see?