A 20-pip stop is a mile on a sleepy pair and a rounding error on a volatile index. If you use the same fixed stop everywhere, you’re risking wildly different amounts of “market” on every instrument — and you probably don’t realize it.
Why a fixed-pip stop over- or under-risks
Instruments breathe at different rates. A major FX pair might travel a few hundred points a day; a leveraged index or gold can travel several times that. A fixed-distance stop ignores this entirely.
- On a quiet instrument, a wide fixed stop parks your exit far beyond where the trade is actually invalidated. You’re leaving room the market never uses — and paying for it in position size.
- On a volatile instrument, that same fixed stop sits inside the normal noise. You get stopped out by routine wiggles that have nothing to do with your idea being wrong.
The result is that your “1R” means something different on every symbol. Your risk dollars might be constant, but the amount of market noise you’re absorbing is all over the map. ATR position sizing fixes this by making the stop proportional to how much the instrument is actually moving.
Reading ATR and turning it into a stop
Average True Range measures the typical size of a bar’s move over a lookback window — a direct, numeric read on current volatility. You don’t need to forecast anything; ATR just reports how much this instrument has been moving lately.
The move is to define your stop as a multiple of ATR rather than a fixed number of pips:
Stop distance = ATR × multiplier
A multiplier around 1.5 to 2 is common, but the exact number matters less than the principle: the stop is now expressed in units of the market’s own volatility. On a calm day the stop tightens; on a wild day it widens — automatically, without you re-guessing.
Sizing so 1R is constant whatever the volatility
Here’s where it comes together. Once your stop is ATR-derived, you plug it straight into the standard sizing formula:
Position size = Risk amount ÷ (ATR × multiplier × value per point)
Your risk amount stays fixed — a set fraction of equity. The stop flexes with volatility. So the position size flexes too: wide ATR → smaller position, tight ATR → larger position, and your dollar risk stays pinned to the same 1R every time.
That’s the payoff. Every trade now risks one identical unit regardless of the instrument’s temperament, which is exactly what makes performance comparable across a portfolio. If you’re not already thinking in R-multiples, ATR sizing is the reason to start — it only works if 1R is a constant you can trust. A position size calculator turns the ATR-derived stop into lots or contracts in one step.
Comparing gold, indices and majors on equal footing
Say you want to risk the same 1R on three very different instruments on the same morning:
- A forex major — low ATR, so a modest stop distance and a relatively large position.
- An equity index future — higher ATR, so a wider stop and fewer contracts.
- Gold — often the wildest of the three, so the widest stop and the smallest position.
Fixed-pip sizing would have risked three different amounts here — likely far too much on gold and too little on the major. ATR sizing lands all three at an identical 1R, with each position scaled to the instrument’s real behavior. The lot size calculator handles the per-instrument value-per-point conversion so the three end up genuinely equal, not just approximately.
Adjusting size when volatility spikes intraday
ATR isn’t a set-and-forget number — it moves, sometimes fast, and that’s a feature.
- Around scheduled news or a session open, ATR jumps. Sized off the fresh reading, your stops widen and your positions shrink automatically, so a volatility spike doesn’t quietly triple your real risk.
- On a dead midday drift, ATR contracts, stops tighten, and size can grow — but be honest about whether there’s enough movement to reach your target at all.
A practical guardrail: recompute ATR at the moment of the trade, not from this morning’s value. Volatility that has doubled since the open means your intended stop has too, and a stale reading silently doubles your risk. Confirm your prop firm’s rules around news trading before leaning on this in fast conditions — some restrict it, and no sizing model overrides a firm’s hard limit.
Wiring ATR sizing into your platform
The theory is easy; doing it live on every ticket is where it slips. A few things make it stick:
- Pull ATR into your chart so the current reading is always visible and you’re never sizing off a guess.
- Compute the stop and size together, from the live ATR reading, at the moment of entry.
- Enforce the risk ceiling where it can’t be overridden. MetaTrader 5 can host the ATR read and stop logic directly, and connecting the account to Shibiki adds a broker-side hard limit — so even if an ATR spike or a fat-finger produces an oversized ticket, it’s refused before it fills. Every fill is auto-journaled with its realized R, which lets you check that your ATR-sized trades actually came out at 1R across instruments instead of drifting.
Normalize your risk to volatility, hold it structurally, and a portfolio of wildly different instruments starts behaving like one coherent system.
Related: Position Size Calculator · Lot Size Calculator · MT5 Integration