talipp icon indicating copy to clipboard operation
talipp copied to clipboard

Implement Normalized Average True Range (NATR) and Average Normalized True Range (ANTR)

Open femtotrader opened this issue 1 year ago • 0 comments

Hello,

Normalized Average True Range (NATR) is an other interesting technical indicator we don't have here

See

  • Tulip Indicators (C)
    • doc: https://tulipindicators.org/natr
    • implementation: https://github.com/TulipCharts/tulipindicators/blob/master/indicators/natr.c
  • QuantConnect Lean (C#)
    • doc: https://www.quantconnect.com/docs/v2/writing-algorithms/indicators/supported-indicators/normalized-average-true-range
    • implementation: https://github.com/QuantConnect/Lean/blob/master/Indicators/NormalizedAverageTrueRange.cs

Kind regards

PS: there is also ANTR ie Average Normalized True Range https://www.macroption.com/normalized-atr/

femtotrader avatar Jul 13 '24 12:07 femtotrader