Average True Range (ATR) in Crypto Trading
Average True Range (ATR) is a volatility indicator that measures the average price movement range over a set period. It shows how much an asset typically moves — not direction, only magnitude. Traders use ATR to set volatility-adjusted stop-losses, measure whether a breakout is significant, and size positions relative to current market volatility.
ATR is a pure volatility indicator — it tells you nothing about price direction, only about how much an asset typically moves. This makes it uniquely useful for two critical tasks: setting stop-losses that respect current market conditions, and determining whether a price move is significant or just routine noise. In crypto's highly variable volatility environment, ATR-based approaches produce far more rational risk management than fixed-percentage methods.
How ATR Is Calculated
The "True Range" of each candle is the largest of three values:
- Current high minus current low (normal candle range)
- Current high minus previous close (gap-up scenario)
- Current low minus previous close (gap-down scenario)
The Average True Range is a smoothed moving average of the True Range over N periods (default: 14). On Bitcoin's daily chart, a 14-period ATR of $2,500 means Bitcoin has been moving an average of $2,500 per day over the past 14 sessions. During low-volatility periods, ATR shrinks; during volatile events, it expands dramatically.
ATR-Based Stop-Losses
The most practical application of ATR: setting stop-losses based on how much the asset is actually moving rather than an arbitrary percentage. A fixed 2% stop on a day when Bitcoin's daily ATR is 4% will be triggered by normal intraday noise — the market will stop you out before making the expected move, even if your direction is correct.
The ATR multiplier method: set your stop at 1.5× to 2× ATR away from entry. If Bitcoin is at $60,000 with a 14-day ATR of $2,400:
- 1.5× ATR stop: $60,000 − $3,600 = stop at $56,400
- 2× ATR stop: $60,000 − $4,800 = stop at $55,200
This stop is wide enough to survive normal daily volatility but tight enough to protect against genuine adverse moves. Then use the Risk Calculator with this stop distance to determine the correct position size for your target risk amount.
During high-volatility periods (ATR expansion), ATR-based stops automatically widen — reducing your position size to compensate. During low-volatility periods (ATR contraction), stops tighten — allowing larger position sizes for the same risk amount. This dynamic adjustment is a key advantage over fixed-percentage stops.
ATR for Breakout Confirmation
Not all breakouts above resistance are real. A common question: "Is this breakout significant or just noise?" ATR provides an objective filter. A genuine breakout move should cover at least 1× ATR from the breakout level. A 0.3× ATR move beyond resistance is likely to be absorbed and reverse; a 1.5× ATR move beyond resistance suggests genuine momentum.
Avoid entering breakouts where the move so far has already consumed more than 1.5× ATR — you're entering late, and the typical daily range has largely been used up. Better to wait for a retest of the breakout level (now support) for an entry with a cleaner R:R.
ATR and the Chandelier Exit
The Chandelier Exit is a popular trailing stop system built on ATR. It sets the stop at a fixed multiple of ATR below the highest high since the trade was entered (for longs). As price makes new highs, the stop trails up — but it's always calculated as a multiple of ATR from the current swing high, so it widens during volatile periods and tightens during calm ones. This prevents getting stopped out by normal volatility on a winning trade while still protecting gains if the trend reverses.
ATR Across Time Frames
ATR values are only meaningful relative to the time frame they're calculated on. A daily ATR tells you the typical daily range; a weekly ATR tells you the weekly range. For swing traders holding positions for days to weeks, the daily ATR is the relevant measure for stop placement. For day traders, the hourly ATR is more appropriate. Always match your ATR time frame to your trading time frame.
Summary
ATR measures volatility — how much an asset is typically moving — without indicating direction. Use it to set stops at 1.5–2× ATR away from entry, ensuring stops are wide enough to survive normal price noise. Use it to confirm whether a breakout is significant (genuine breakout = 1+ ATR move beyond the level). Position size dynamically with the Risk Calculator based on your ATR-derived stop distance — wider stops mean smaller size, maintaining consistent dollar risk per trade.