At a glance
- Mechanism
- Scale position size inversely to recent volatility
- Why it works
- Volatility is persistent and partly predictable; returns are not
- Typical target
- 8 to 15 percent annualised for a retail portfolio
- Main cost
- Turnover, and lag when volatility jumps suddenly
Key takeaways
- Volatility clusters: calm periods follow calm periods and turbulent periods follow turbulent ones, which makes recent volatility a useful forecast.
- Scaling exposure to a constant volatility target keeps risk roughly stable instead of letting it swing with market conditions.
- It reduces exposure before and during crises, because volatility typically rises as declines develop.
- The main costs are turnover and a lag: a sudden volatility jump is only reflected after it has happened.
- It is the practical implementation of the same logic behind ATR position sizing and fractional Kelly.
Why it works
Future returns are close to unpredictable. Future volatility is not: it is one of the most persistent quantities in finance. Yesterday’s volatility is a reasonable predictor of today’s, and this relationship holds across markets and decades.
That asymmetry creates an opportunity. If you hold a constant dollar position, your risk varies enormously as volatility changes: the same position carries three times the risk in a turbulent month as in a calm one. Scaling the position inversely to volatility keeps the actual risk stable, which is what you were trying to control in the first place.
Position scale = Target volatility / Recent realised volatility
Target = 12% annualised
Realised vol 8% -> scale = 1.50 (increase exposure)
Realised vol 12% -> scale = 1.00 (unchanged)
Realised vol 24% -> scale = 0.50 (halve exposure)
Realised vol 40% -> scale = 0.30 (reduce sharply)
Apply a cap, for example a maximum scale of 1.5 to 2.0,
so that unusually calm periods do not produce extreme leverage.What it does to a return stream
| Metric | Effect | Reason |
|---|---|---|
| Realised volatility | Closer to the target and more stable | The mechanism works directly on this |
| Maximum drawdown | Usually reduced | Exposure falls as volatility rises during declines |
| Sharpe ratio | Usually improved | Similar return with lower and steadier volatility |
| Return | Similar or slightly lower | Reduced exposure during some strong recoveries |
| Turnover | Increased | Positions are resized regularly |
| Tail risk | Reduced but not eliminated | A gap can still occur before any resize |
Implementation choices
- 1
Choose a volatility estimator
Standard deviation of daily returns over 20 to 60 days is the simple choice. Exponentially weighted estimators respond faster to changes. Longer windows are more stable but slower to react.
- 2
Choose a target
8 to 15 percent annualised suits most individual portfolios. The target should reflect the drawdown you can tolerate, since drawdown scales roughly with volatility.
- 3
Set a leverage cap
In very calm periods the formula can call for large exposure. Cap the scale factor, typically at 1.5 to 2.0, to avoid taking maximum leverage immediately before a volatility regime change.
- 4
Choose a rebalancing frequency
Daily rebalancing tracks the target closely with high turnover; weekly or monthly reduces costs with slightly looser control. Adding a no-trade band, for example resizing only when the scale changes by more than 20 percent, reduces turnover substantially.
- 5
Decide whether to target ex-ante or ex-post
Using a forecast of volatility, such as an exponentially weighted estimate or implied volatility, responds faster. Using trailing realised volatility is simpler and more stable.
- 6
Apply at portfolio level as well as position level
Scaling individual positions by their own volatility, then scaling the whole portfolio to a target, handles both instrument differences and overall regime changes.
Where it fails
- Sudden shocks. A one-day crash occurs before volatility has risen, so exposure is still full. Volatility targeting reduces the second and third weeks of a crisis, not the first day.
- Sharp recoveries. After a volatility spike, exposure stays low while volatility decays, which means partially missing the rebound.
- Low-volatility complacency. Extended calm produces high computed exposure, exactly the condition that precedes many volatility regime changes. The leverage cap exists for this reason.
- Turnover costs. Frequent resizing costs money, particularly in less liquid instruments. No-trade bands are the standard remedy.
- Estimation error. Short windows are noisy, long windows are slow. There is no setting that is both responsive and stable.
- It is not a hedge. It reduces average exposure during bad periods; it does not protect against a specific event.
Frequently asked questions
What volatility target should I use?
Work backwards from the drawdown you can tolerate. As a rough guide, maximum drawdown tends to be roughly two to three times annualised volatility for equity-like strategies, so a 12 percent target implies planning for drawdowns in the 25 to 35 percent range. Most individuals should target somewhere between 8 and 15 percent.
How often should I rebalance to the target?
Weekly or monthly with a no-trade band is the practical compromise for most individuals. Daily rebalancing tracks the target more closely but multiplies turnover for a small improvement in control. Institutional implementations often rebalance daily because their costs are far lower.
Does volatility targeting reduce returns?
It usually produces similar or slightly lower raw returns with meaningfully lower volatility and smaller drawdowns, which improves risk-adjusted returns. Because losses compound asymmetrically, the reduction in drawdown frequently improves long-run compounded returns even when average returns are marginally lower.
Is volatility targeting the same as risk parity?
Related but distinct. Volatility targeting scales total exposure to hit a portfolio-level risk target. Risk parity allocates between assets so each contributes equally to portfolio risk. Many implementations use both: risk parity to weight the assets, volatility targeting to scale the whole portfolio.
Can I use implied volatility instead of realised?
Yes, and it responds faster because option markets price expected volatility forward. The drawback is that implied volatility contains a risk premium, so it is systematically higher than subsequent realised volatility, which biases exposure downward unless you adjust for it. Blending both estimates is a common compromise.
Test this idea before you trade it
Describe the rules in plain language and AlgoTrader AI turns them into a structured strategy blueprint with a configurable historical backtest, cost assumptions, and exportable code.
Build a backtestKeep reading
- RiskPosition Sizing Guide: How Many Shares or Contracts to Trade
- RiskRisk Management in Trading: The Complete Guide
- IndicatorsATR Indicator Guide: The Most Useful Number in Risk Management
- RiskThe Kelly Criterion: Optimal Sizing and Why Nobody Uses Full Kelly
- RiskDrawdown Explained: The Number That Decides If You Quit
- Algo & QuantPortfolio Optimisation: Turning Signals Into Positions
Referenced by
Educational use only. This guide explains how a strategy works. It is not investment advice, not a recommendation, and no result described here is a forecast. Test any approach on historical and out-of-sample data, size positions conservatively, and never risk money you cannot afford to lose.