ATR-Based Stops (1.5-3x, VIX-Tuned)
An ATR-based stop is a volatility-scaled exit placed a multiple of the Average True Range (ATR) away from the entry or from a reference high/low. Because ATR measures how far a name typically travels in a session, setting the stop at a multiple of it puts the exit beyond normal noise: the stop sits outside the range the stock wanders through on an average day, so routine wiggles don't trigger it, while a genuine adverse move does. The same multiple produces a tight stop on a quiet name and a wide one on a volatile name, and it automatically loosens or tightens as conditions change — no manual re-tuning per ticker.
How it works
ATR (developed by J. Welles Wilder) averages the True Range — the greatest of the current high-low, high-to-prior-close, and low-to-prior-close — over a lookback period. ATR is defined in the Technical Analysis → Volatility Indicators branch; this doc assumes that definition and focuses on stop placement.
For a long, the basic form is:
stop = entry − (N × ATR)
where N is the ATR multiple. Practitioner convention puts N in roughly the ~1.5x to 3x range — smaller N for tight, mean-reverting entries; larger N to give a trend room to breathe. (This range is a convention, not a fixed rule.) For shorts the stop sits N×ATR above entry.
A common chandelier-exit variant trails the stop from the extreme of the move rather than the entry. Per StockCharts ChartSchool, the long chandelier exit is:
Chandelier Exit (long) = Highest High over the period − (ATR × multiplier)
with default parameters of a 22-period lookback and a 3x multiplier. It rises with the high but never falls, which keeps a trend-follower in the trade until volatility-sized damage occurs.
VIX / regime tuning
Both the ATR input and the multiple respond to regime. In an elevated-volatility environment ATR itself rises, so a fixed N×ATR stop already widens on its own. Beyond that, traders often also raise the multiple (or rely on the higher ATR reading) in choppy, high-VIX regimes to avoid being shaken out by enlarged noise — StockCharts notes more volatile names warrant a bigger buffer (larger multiplier).
The trade-off: a wider stop means more dollars at risk per share. To keep dollar-risk constant, reduce position size as the stop widens. If per-share risk doubles because ATR doubled, halve the shares. This is the key discipline — the stop widening is acceptable only when size shrinks to match, so the dollar amount you can lose stays fixed regardless of regime.
How it's used in practice
ATR stops rarely stand alone. A common approach is to compute both an ATR stop and a structural stop (just beyond a swing low, support shelf, or pattern boundary) and take the wider of the two — that way the exit respects both volatility and chart structure, and you aren't placed right at an obvious level where stop-runs cluster.
For comparing risk across names at different prices, use ATR Percent (ATRP) — ATR divided by price — rather than raw ATR. A \$20 ATR means very different things on a \$50 stock versus a \$500 stock; ATRP normalizes volatility so positions across the book can be sized and compared on equal footing.
Strengths & limitations
Strengths: the stop adapts to volatility automatically, both across tickers and across time, with no per-name hand-tuning. It separates "this is normal movement" from "this is a real adverse move," reducing whipsaw exits in calm names while still respecting danger in wild ones.
Limitations: ATR is backward-looking and lags sudden regime shifts — a volatility spike isn't reflected until it works through the average. Gaps and overnight events can blow through any stop. And the multiple is judgment, not law: too tight and noise stops you out, too wide and losses run.
The #1 misuse is using a fixed percentage stop (e.g. "always 5% below entry") that ignores volatility entirely — it's far too tight for a high-ATR name and needlessly wide for a quiet one, producing exactly the whipsaws and oversized losses an ATR stop is meant to prevent.
System relevance
The ATR stop sets the per-share risk, which defines R (the distance from entry to stop). R is the unit that feeds the Augustus position-size step: account risk budget ÷ R = shares. Tuning the stop by volatility while holding R-dollars constant is what lets sizing stay consistent across regimes.
Sources
- Average True Range (ATR) and ATR Percent (ATRP) — StockCharts ChartSchool (Wilder's ATR, True Range definition, ATRP for cross-name comparison)
- Chandelier Exit — StockCharts ChartSchool (Highest High − ATR × multiplier; 22/3.0 defaults; raise multiplier for more volatile names)