Average Range / ATR (Framework Version)

Category: volatility

A configurable volatility indicator that calculates either the Average Range or Average True Range using multiple MA methods. Supports dynamic parameter stepping via hotkeys.

Formula

TR = max(High[i], Close[i+1]) - min(Low[i], Close[i+1]) OR Range = High[i] - Low[i]; Result = MA(Range, Periods) / pUnit

Inputs

See signal primitives, usage in published strategies and more on WOBR StrategyVerse.


Open in the WOBR AI app → · WOBR.AI home