Concept
ATR Expansion/contraction
ATR Expansion/contraction, also known as range-vs-ATR ratio, is a Volatility concept. The Library holds 3 implementations, each one a working definition you can pull into Quant.
Top ATR Expansion/contraction indicators
3 total
What is ATR Expansion/Contraction?
ATR expansion/contraction reads the direction of change in ATR, Wilder's smoothed measure of true range. Rising ATR means each bar is covering more ground (expansion); falling ATR means ranges are compressing (contraction). Common constructions include comparing ATR to its own moving average, dividing a short-lookback ATR by a long-lookback one, or taking the current bar's true range as a ratio of prevailing ATR to flag individual expansion bars.
The read matters because volatility runs in cycles: contractions tend to resolve into expansions, and expansions eventually decay, while ATR itself says nothing about direction. Because ATR is heavily smoothed it turns slowly, so the per-bar range-versus-ATR ratio is the fast, noisy version of the read and the ATR slope is the slow, stable one.
How traders use it
- As breakout preparation: a sustained contraction, often alongside patterns like NR4/NR7 narrow-range bars, marks compressed conditions under which breakout entries are armed.
- As risk calibration: ATR-based stop distances and targets naturally widen during expansion and tighten during contraction, keeping risk proportional to current conditions.
- As a conviction flag: a bar whose true range is a large multiple of prevailing ATR is the wide-range-bar signature, and many systems treat such bars as evidence of genuine participation behind a move.
Related concepts · ATR family
Concept family
Volatility
56 concepts mapped · 43 in the Library
ATR Expansion/contraction FAQ
Does ATR expansion tell you which way price is going?
No. ATR is direction-blind: it measures how much ground bars cover, not which way. Expansion can accompany rallies, selloffs, or violent two-way chop. Traders pair the volatility read with a separate directional tool, using expansion mainly to size stops, qualify breakouts, or avoid mean-reversion entries into fast conditions.
What counts as an ATR expansion bar?
There is no universal threshold. Implementations typically flag a bar when its true range exceeds some multiple of the prevailing ATR, with the multiple left as a tunable parameter: the higher it is set, the rarer and more significant the flagged bars. Percentile-based versions rank the current true range against its own history instead of using a fixed multiple.
Build ATR Expansion/contraction your way.
Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.


