Volatility and ATR-Based Stops
A fixed 20-pip stop is far too tight on one instrument and far too wide on another. Volatility should set the distance.
A fixed twenty-pip stop is far too tight on one instrument and far too wide on another. Using the same distance everywhere means your actual risk per trade varies wildly, which makes your results impossible to evaluate.
Volatility-based sizing fixes this. It makes your risk a constant number of dollars regardless of what you are trading or what the market is doing.
What volatility actually measures
Volatility is the magnitude of price movement over time, without regard to direction. The most practical retail measure is Average True Range, which takes the greatest of the current bar's range, the distance from the previous close to the high, and the distance from the previous close to the low, then averages it.
True Range matters more than a simple high-minus-low because it accounts for gaps. A market that closed at 100 and opened at 105 moved five points that the bar's own range would not capture.
Stops that adapt
Setting a stop at a multiple of ATR — two or three times is typical — means the stop widens when the market becomes noisier and tightens when it calms. The trade is given the room it needs to breathe without you making a discretionary judgement each time.
This is what makes the approach testable. A rule stated as 'stop at 2.5 × ATR(14)' produces the same decision on every chart, which is the precondition for any meaningful backtest.
Sizing off volatility
Once the stop distance is expressed in ATR, position size falls out of the same calculation you would use for a pip-based stop. Risk amount divided by stop distance divided by value per unit.
The result is that a trade on a volatile instrument and a trade on a quiet one risk the same amount of money. That consistency is the whole point: it means your equity curve reflects your edge rather than your instrument selection.
Volatility clusters
Volatility is not random over time. Quiet periods tend to be followed by quiet periods, and violent periods by more violence. This is why a strategy tuned during a calm month can fall apart the moment conditions change.
It also means that a volatility expansion is often the best warning you will get. A sudden widening of ATR tells you the regime has shifted, which is a reasonable signal to reduce size rather than to press harder.
Key takeaways
- ATR measures typical movement including gaps, in price units
- Stops set as a multiple of ATR adapt automatically to conditions
- Volatility-based sizing keeps risk constant across every instrument
- Volatility clusters — a sudden expansion is a reason to reduce size, not add
- ATR gives a per-instrument, per-regime measure of typical movement
- Stops placed at a multiple of ATR adapt as conditions change
- Sizing off ATR keeps your risk constant in currency terms
- Volatility clusters, so quiet markets tend to precede expansion
Using one fixed stop distance across every instrument you trade.
Reading is not verification
Take the concept you just read and turn it into explicit rules, then test it. That is the only way to know whether it actually works.
Build a strategy