Jesse.Lau

[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:
  • math.max(ta.highest(high,n) - ta.lowest(low,n), math.max(math.abs(ta.highest(high,n) - close), math.abs(ta.lowest(low,n) - close)))


Here is the comparison image from a 5-min chart with the nATR and a 1-hour chart with the original ATR.


遁一子交易入道 jesselau.com/
Script de código abierto

Siguiendo el verdadero espíritu de TradingView, el autor de este script lo ha publicado en código abierto, para que los traders puedan entenderlo y verificarlo. ¡Un hurra por el autor! Puede utilizarlo de forma gratuita, aunque si vuelve a utilizar este código en una publicación, debe cumplir con lo establecido en las Normas internas. Puede añadir este script a sus favoritos y usarlo en un gráfico.

Exención de responsabilidad

La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.

¿Quiere utilizar este script en un gráfico?