ATR (Average True Range): what it measures and how to size a stop with it
The true range calculation, Wilder’s smoothing, and how to use ATR to place a stop that survives normal volatility instead of being taken out by it.
Average True Range is free on Basis — the button opens a live crypto chart with it already applied. No account, no trial and no limit on how many indicators you add.
Open the chartWhat it measures
ATR measures how far an instrument typically travels in one bar, including any gap from the previous close. It is a pure volatility measure with no directional content whatsoever — a rising ATR says the market is moving more, not that it is moving up.
Its main practical use is scaling: stop distances, position sizes and band widths expressed in ATR adapt automatically as conditions change.
How it is calculated
These are the steps Basis performs, verified against the published definition.
- 1
For each bar, true range is the largest of: the high minus the low, the absolute distance from the high to the previous close, and the absolute distance from the low to the previous close.
- 2
The gap terms are what make it "true" range — a bar that opens far from the previous close has travelled that distance even if its own high-to-low span is small.
- 3
Smooth the true range series with Wilder’s method: seed with the simple average of the first values, then update with a running 1/period average.
Settings
| Setting | Default | Range |
|---|---|---|
| Length | 14 | 1 – 500 |
Fourteen is the original and works well as a stop-distance unit. Shorter periods make ATR react faster to a volatility spike, which is useful for sizing during a breakout and unstable for placing stops.
How to read it
- ATR has the units of price, so compare it to price to make it meaningful: an ATR of 800 on a 76,000 instrument is a roughly one percent bar.
- A stop closer than one ATR from entry will be hit by ordinary noise. That is not bad luck, it is arithmetic.
- Expanding ATR during a move means participation is increasing. Expanding ATR at the end of a long trend often marks capitulation rather than continuation.
- ATR cannot tell you where to enter. It can only tell you how much room a position needs.
Where it misleads
The first bar has no previous close, so its true range is only defined as high minus low. Implementations differ on whether to include it, and the choice shifts every subsequent value slightly because Wilder’s smoothing has memory. The difference decays and is gone within a few hundred bars, but it means two platforms can disagree on ATR early in a series while both being defensible. Anything relying on an exact ATR value near the start of loaded history should be treated with suspicion.
Plot Average True Range on a live chart
Basis is free. Every indicator, every chart type, order flow, derivatives, screening and backtesting — no paid tier and no account needed to open a chart.
Open a chart with ATRRelated indicators
Updated 2026-08-22 · Educational reference, not financial advice.