Learn / Risk & Position Sizing
Volatility and stop distance
A fixed percentage stop applied across instruments is not one rule. It is a different rule on each instrument, because the same percentage sits in a different place relative to normal price movement.
Which means “I always use a 2% stop” describes a consistent number and an inconsistent strategy.
The problem
Take two instruments. One typically moves 1% in a day; the other moves 6%.
A 2% stop on the first sits well outside normal movement — it is reached only when something has actually happened. On the second it is comfortably inside the daily range and will be hit by movement that carries no information at all.
Same rule, opposite behaviour:
| Quiet instrument | Volatile instrument | |
|---|---|---|
| 2% stop vs daily range | Outside | Well inside |
| Hit by noise | Rarely | Constantly |
| Effective strategy | Position trading | Repeatedly stopped out |
The trader believes they are applying one discipline. They are running two strategies, and only noticing the results.
Scaling the stop instead
Set the distance as a multiple of recent range rather than as a percentage of price:
stop distance = k × recent range
position size = (balance × risk %) ÷ stop distance
Average True Range over a lookback is the usual measure. The mechanism matters more than the specific indicator: the stop adapts to conditions, so its relationship to noise stays constant.
Two consequences follow automatically, and both are correct:
Position size falls when volatility rises. A wider stop divides into the same risk budget, producing a smaller position — see the position size calculator. You are not deciding to trade smaller in turbulent conditions; the arithmetic does it.
Position size rises when volatility falls. Also correct, and worth watching, because compressed volatility expands eventually and you will be holding a larger position when it does.
Choosing the multiple
k is the parameter, and it is a real trade-off rather than a setting to
optimise.
Small k — tight stops, more stop-outs, larger positions per trade. As covered in why tight stops can cost more, that relocates risk from size to frequency, and the larger position pays more in fees and slippage.
Large k — wide stops, fewer stop-outs, smaller positions. Fewer trades killed by noise, more given back when genuinely wrong.
There is no universal answer. What is worth avoiding is choosing k to produce
a position size you wanted, which is
deriving the stop from the account with extra
steps.
Where volatility scaling does not belong
It does not replace invalidation. If the setup has a specific level where it is wrong — a structure break, a reclaimed level — the stop belongs there. A volatility multiple is the right tool when the thesis is directional rather than level-specific.
Best practice is to use it as a floor: place the stop at invalidation, and
if that is closer than k × range, either widen it past the noise or skip the
trade. A stop inside the noise is not protecting you from anything.
The lag problem
Volatility measures are backward-looking. They tell you what just happened, which is usually a decent proxy and is systematically wrong at the moments that matter most.
Volatility rises abruptly. A measure computed over a trailing window underestimates it during the expansion, so your stop is too tight and your position too large exactly as conditions deteriorate.
Two partial defences: use a shorter lookback so it adapts faster, accepting more noise in the measure; or apply a floor so the stop never goes below a minimum regardless of how quiet things have been.
Neither solves it. Volatility scaling is an improvement on fixed percentages, not a solution to regime change.
Where it helps most
Trading several instruments. Without it, your risk rule means something different on each one.
Across changing regimes. A rule calibrated in a quiet period is wrong in a volatile one, and vice versa.
Comparing results. R multiples are only comparable if 1R means a comparable thing. Volatility-scaled stops make that closer to true across instruments and periods.
FAQ
Should I use ATR for stop losses?
Some volatility measure, yes, if you trade more than one instrument or across changing conditions — a fixed percentage stop means something different on a quiet instrument than a volatile one. ATR is the common choice; what matters is that the stop adapts rather than which indicator produces the number.
How far should a volatility-based stop be?
Far enough to sit outside ordinary movement, which is what the multiple controls. A smaller multiple means more stop-outs from noise and larger positions; a larger one means fewer stop-outs and smaller positions. The mistake to avoid is picking the multiple to produce a position size you had already decided on.
Does volatility-based sizing reduce risk?
It keeps risk per trade constant, which fixed-quantity or fixed-percentage-stop approaches do not. Position size falls automatically as volatility rises, so the same dollar risk applies in calm and turbulent conditions. What it does not protect against is volatility expanding faster than a trailing measure updates.
What if my invalidation level is closer than the volatility stop?
Then the level is inside the noise, and a stop there will be hit by movement that means nothing. Either widen the stop past the noise and accept the smaller position, or skip the trade. Using a volatility multiple as a floor rather than a replacement handles this cleanly.