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/
オープンソーススクリプト

TradingViewの精神に則り、このスクリプトの作者は、トレーダーが理解し検証できるようにオープンソースで公開しています。作者に敬意を表します!無料で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。 お気に入りに登録してチャート上でご利用頂けます。

免責事項

これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。

チャートでこのスクリプトを利用したいですか?