Overview
What is Average True Range (ATR)?
The Average True Range (ATR), developed by J. Welles Wilder Jr. in his 1978 book, measures market volatility by calculating the average of the "true range" over a specified period. The true range is the greatest of: (current high − current low), (|current high − previous close|), and (|current low − previous close|), ensuring gaps are captured.
ATR does not indicate direction — it measures only the magnitude of price movement. A high ATR indicates a volatile market; a low ATR indicates a calm one. This makes it invaluable for stop-loss calibration: a 2× ATR stop, for example, is set far enough away to avoid being triggered by normal market noise, yet close enough to limit losses meaningfully.
The Chandelier Exit is a popular trailing stop technique based on ATR: the stop trails at 3× ATR below the highest high reached during the trade. As the trade becomes profitable and price climbs, the stop rises with it, protecting profits while allowing the trend to breathe.
ATR is also used in position sizing: many systematic traders risk a fixed fraction of equity per trade and set position size = Risk Amount ÷ (ATR × multiplier), ensuring every trade represents an equal real-money risk regardless of the asset's absolute price.