ATR Explained: Volatility, Position Sizing & Stops
Most traders obsess over entries and neglect the thing that actually determines whether they survive: risk. The ATR — Average True Range — is the standard tool for sizing risk to the market's real volatility. It doesn't tell you when to buy; it tells you how much room a trade needs and how big a position should be.
What ATR measures
ATR measures how much an asset typically moves per candle, in price terms. It is the average of the "true range" over a lookback period (commonly 14), where true range accounts for gaps by taking the largest of:
- current high − current low,
- current high − previous close,
- previous close − current low.
The output is an absolute number in the asset's price units. A coin with an ATR of $2 typically swings about $2 per candle on that timeframe; one with an ATR of $0.001 barely moves. ATR says nothing about direction — only about size of movement.
Why volatility-based risk beats fixed percentages
A fixed "5% stop-loss" treats a sleepy stablecoin pair and a wild small-cap the same way. That is backwards. Volatile assets need wider stops or they get knocked out by normal noise; calm assets can use tighter ones. ATR adapts your risk to each coin's actual behaviour.
Using ATR for stop-losses
The classic application is the ATR stop: place your stop a multiple of ATR away from entry, e.g. 2× or 3× ATR. This gives the trade enough room to breathe through ordinary fluctuations while still cutting losses if the move genuinely fails. In a volatile market the stop is automatically wider; in a calm one, tighter — no guessing.
ATR trailing stops
A more dynamic version is the ATR trailing stop: as price moves in your favour, the stop trails behind it at a fixed ATR multiple, locking in gains while leaving room for the trend to continue. It only ever moves in the profitable direction. This is exactly the kind of exit logic used in the screener's backtester, where you can replay a strategy with an ATR trailing stop and see how it would have performed — win rate, drawdown, and more.
Using ATR for position sizing
ATR also answers "how big should this position be?" If you decide to risk a fixed dollar amount per trade, and your stop is 2× ATR away, then:
position size = risk amount / (2 × ATR)
Wider ATR → smaller position; tighter ATR → larger. This keeps your risk constant across very different coins, which is the foundation of consistent results.
A caveat
ATR is a volatility measure, not a signal. A high ATR doesn't mean "buy" or "sell" — it just means "this is moving a lot right now". Use it for risk management and to contextualise other signals (a breakout in a high-ATR environment behaves differently from one in a quiet market).
Key takeaways
- ATR measures average movement size, in price terms — not direction.
- Volatility-based stops (2–3× ATR) adapt risk to each coin instead of a flat %.
- ATR trailing stops lock in trend gains; test them in the backtester.
- ATR drives position sizing to keep risk constant across assets.
Build and backtest an ATR-based exit on your own conditions in the crypto screener.