OPEN-SOURCE SCRIPT
[JL] n Bars Average True Range

I just want to use 1-hour ATR on a 5-min chart, but I don't want to use the security function to get 1-hour ATR.
I don't know if there is a similar script but I decided to change a little from the original ATR source code.
Just change tr function to n_true_range function:
Here is the comparison image from a 5-min chart with the nATR and a 1-hour chart with the original ATR.

I don't know if there is a similar script but I decided to change a little from the original ATR source code.
Just change tr function to n_true_range function:
- math.max(ta.highest(high,n) - ta.lowest(low,n), math.max(math.abs(ta.highest(high,n) - close[n+1]), math.abs(ta.lowest(low,n) - close[n+1])))
Here is the comparison image from a 5-min chart with the nATR and a 1-hour chart with the original ATR.
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
遁一子交易入道 jesselau.com/
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
遁一子交易入道 jesselau.com/
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.