For the complete documentation index, see llms.txt. This page is also available as Markdown.

Average True Range

Learn how to use the Average True Range indicator in Origami Tech to measure price volatility and improve stop-loss and risk management.

atr(candles: List[[Candle]], period: int = 14) -> List[Decimal]

Average True Range (ATR)

Last updated