Concept
ATR-based Stop Distance
ATR-based Stop Distance is a Volatility concept. The Library holds 3 implementations, each one a working definition you can pull into Quant.
Top ATR-based Stop Distance indicators
3 total
What is ATR-based Stop Distance?
ATR-based stop distance is the practice of placing a stop-loss a multiple of the ATR away from the entry price, below for longs and above for shorts. Wilder's Average True Range measures how far a bar typically travels once gaps are accounted for, so a stop at, say, two ATRs sits beyond the market's typical single-bar travel rather than inside it. The distance self-adjusts: quiet instruments and quiet regimes produce tight stops, volatile ones produce wide stops, and the same multiple transfers across markets because ATR carries each instrument's price units.
The mechanism matters because many premature stop-outs are noise hits: exits triggered by routine fluctuation rather than by the trade idea failing. Scaling the stop to measured volatility puts the exit where ordinary wiggle is unlikely to reach it, and it links directly to sizing, since risk per unit equals the stop distance. The honest caveats: a stop is a trigger, not a guaranteed fill, gaps can jump straight through it, and no multiple eliminates the trade-off between being shaken out early and giving back too much.
How traders use it
- Initial placement: set the stop a fixed multiple of ATR from entry, or anchor it beyond a structural invalidation such as a swing low and add an ATR fraction as buffer, blending the statistical and structure-based approaches.
- Trailing: ratchet the stop to a multiple of ATR below the highest high (or highest close) since entry so it only ever tightens, the logic behind the chandelier stop and many volatility trails.
- Position sizing: under fixed-fractional risk, size equals the account risk budget divided by the ATR stop distance, so wider stops automatically mean smaller positions instead of bigger losses.
- Cross-market consistency: because the distance is denominated in each instrument's own volatility, one rule set can govern stops on an index future, a forex pair, and a crypto pair without per-market tuning.
ATR-based Stop Distance vs. related exits
Fixed Stops: A fixed point or percentage stop ignores current volatility, so it is noise-bait in wild regimes and needlessly wide in quiet ones. The ATR version re-derives the distance from recent data every time.
ATR Bands: ATR Bands plot continuous envelope lines at ATR multiples around price or an average, a charting overlay. Stop distance is a single number measured from your entry; the bands visualize the same arithmetic without being an order level.
Volatility Stop: A volatility stop is a complete indicator: a trailing line that flips with trend, usually ATR-based under the hood. ATR-based stop distance is the raw recipe that such indicators, and manual traders, build from.
Related concepts · ATR family
Concept family
Volatility
56 concepts mapped · 43 in the Library
ATR-based Stop Distance FAQ
What ATR multiple should I use for a stop-loss?
There is no universal answer. Published practice commonly falls between about 1.5 and 3 ATRs, with short-term trades toward the low end and trend-following systems toward the high end (the classic chandelier exit used three). Smaller multiples exit sooner but get shaken out more often; larger ones survive noise but give back more. Test on your own market and timeframe.
Does an ATR stop cap my maximum loss?
No. A stop defines where the exit order triggers, not the fill you receive. Gaps, thin books, and fast markets can execute you well beyond the level, so the ATR distance is a planning number for expected risk, not a hard floor. Conservative sizing and care around known event risk are the necessary complements.
Should the stop be recalculated when ATR changes after entry?
Conventions differ. Many traders freeze the initial stop once placed and only move it in the trade's favor, since widening a stop after entry quietly enlarges the risk the position was sized for. Trailing variants do recompute each bar, but they are built to ratchet one way, tightening as the move progresses.
Build ATR-based Stop Distance your way.
Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.


