Lesson 08 of 9 · Technical Analysis
Volatility: ATR and Bands
20 min4 topics
Topic 1 of 4
By the end of this lesson
- Read ATR and convert it into a stop distance
- Compare volatility across pairs and across sessions
- Explain what a band touch does and does not imply
Before this lesson
A 30-pip stop is generous on EUR/USD and absurd on GBP/JPY. Traders who use the same pip distance everywhere are not applying a rule; they are applying a habit to instruments that do not share a scale. Volatility measures give you the scale.
What ATR computes
Average True Range is the average distance price covers in one period, over the last N periods — 14 by default.
"True range" rather than plain range because it accounts for a gap: it is the largest of the current high-to-low, the distance from the previous close up to today's high, and the distance from the previous close down to today's low.
What each variable means:
- true range — The greatest of high−low, |high−previous close| and |low−previous close|
- 14 — The default period; longer is steadier, shorter reacts sooner
Two properties make it useful, and one limitation makes it safe to rely on.
- It has no direction. ATR rises in a crash and in a rally alike. It measures magnitude only, which is exactly what a stop distance needs.
- It is in the instrument's own units. ATR on EUR/USD comes out in pips of EUR/USD, so it needs no normalising.
- It is backward-looking, like everything else here. Today's ATR describes the last fourteen periods, and tomorrow can be quieter or wilder.
Note
Check whether your platform reports ATR in pips or in price. On EUR/USD an ATR of "0.0070" and "70" are the same number in different units, and confusing them is a factor-of-ten sizing error.
Stops sized from volatility
The logic is straightforward: a stop should sit outside ordinary movement, or ordinary movement will hit it.
- Read ATR on your trading timeframe.
- Multiply. One to two ATR is the usual band. Tighter than 1 ATR gets hit by noise; much wider than 2 is rarely paying for itself.
- Place the stop that distance from entry, or that distance beyond the structural level, whichever is further.
- Size the position from the result, using Track 5's formula. The size falls out; it is not chosen.
Worked, on a $5,000 account at 1%
| Pair | ATR | 1.5 ATR stop | Position size | Risked |
|---|---|---|---|---|
| EUR/USD daily | 70 pips | 105 pips | 0.04 lots | $42.00 |
| EUR/USD H1 | 23 pips | 35 pips | 0.14 lots | $49.00 |
| GBP/JPY daily | 100 pips | 150 pips | 0.05 lots | $50.00 |
The three rows have wildly different stop distances and nearly identical risk. That is the mechanism doing its job — and it is why the same method can be run on a quiet major and a volatile cross without changing anything except the input.
Try it now
The pip calculator turns an ATR reading into money at your position size, which is how you check whether a volatility-based stop is affordable before you take the trade.
Good to know
ATR is also a sanity check on targets. A daily ATR of 70 pips means a 200-pip target on a day trade is asking for roughly three ordinary days of movement in one. Not impossible — but the plan should say why today is different.
Bands and standard deviation
Bollinger Bands draw a moving average with a band two standard deviations above and below it, recalculated each bar. The bands widen when recent closes are dispersed and narrow when they cluster.
The textbook line is that about 95% of observations fall within two standard deviations, so a touch of the band is unusual. This is where the misreading starts, because that figure assumes a normal distribution and price returns are not normally distributed — the extremes happen far more often than the model says.
| Observation | Honest reading |
|---|---|
| Price touches the upper band | The move is large relative to recent moves. Nothing more |
| Price rides the upper band | A strong trend. Fading it is fighting it |
| Bands narrow sharply | Recent closes are tightly clustered — volatility is low now |
| Bands widen | It already expanded; this is a report, not a warning |
The squeeze — bands narrowing to an unusual degree — is the one genuinely useful signal, and even it is only half a signal: volatility compression is followed by expansion, and the bands say nothing whatever about the direction.
Caution
A band touch is not a reversal signal, for the same reason RSI 70 is not. Both report that the recent move was large. In a trend, the recent move being large is the trend.
Volatility by session and by pair
Volatility is not a constant property of an instrument. It varies across the day and across instruments, and both variations are predictable enough to plan around.
By session
Track 2 covered the mechanism; here is the consequence. A pair typically covers the clear majority of its daily range during London and the London–New York overlap, and very little of it during the quiet Asian hours.
- A stop sized from daily ATR is far too wide for an Asian-session trade, which will never travel that far.
- A breakout rule calibrated on London will fire constantly and fail in Asia, where the same rule is measuring noise.
- ATR read on an intraday chart already reflects the session mix, which is another reason to read it on the timeframe you trade.
By pair
| Group | Relative daily range | Implication |
|---|---|---|
| EUR/USD, USD/CHF | Lowest among the majors | Tighter stops, larger positions for the same risk |
| GBP/USD, USD/CAD | Moderate | — |
| GBP/JPY, and most JPY crosses | High | Wider stops, smaller positions |
| XAU/USD | Highest of the common instruments | Much smaller positions than the pip count suggests |
None of this makes one instrument better than another. A volatile pair with a wide stop and a small position carries the same money risk as a quiet pair with a tight stop and a large one — which is the entire argument for measuring volatility rather than guessing at pip distances.
Key takeaways
- ATR is the average distance covered per period. It has no direction and comes in the instrument's own units.
- Stop at 1 to 2 ATR, then let Track 5's formula turn the distance into a size — different stops, the same money at risk.
- A band touch reports a large recent move, not a reversal; the squeeze is the useful signal and says nothing about direction.
- Volatility varies by session and by instrument, so read ATR on the chart and the hours you actually trade.