OPEN-SOURCE SCRIPT

ATR Stop Band

View ATR Stop in a different timeframe, the default timeframe is 1D, the default ATR multiplier is 60%.

upperStop = current high + dayATR * 60%;
lowerStop = current low - dayATR * 60%;
atrstopAverage True Range (ATR)

Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publication is governed by House rules. You can favorite it to use it on a chart.

Want to use this script on a chart?


Also on:

Disclaimer