Introduction: Why Static Position Sizing Fails in 2026’s Forex Markets
As of April 15, 2026, the foreign‑exchange landscape is marked by heightened macro‑policy uncertainty, with the Federal Reserve, ECB, and BOJ all signaling divergent paths. The resulting volatility spikes—often triggered by surprise central‑bank announcements—make static lot‑size calculations dangerously misleading. A fixed 2 % risk per trade may translate into a 30‑pip stop on one pair and a 120‑pip stop on another, producing wildly different risk exposures despite the same percentage of equity. This post introduces a volatility‑adaptive position‑sizing framework built around the Expected Daily Range (EDR), a refined version of the classic Average True Range (ATR) that adjusts for recent market regimes.
What Is the Expected Daily Range?
The EDR is not merely a simple ATR average; it blends a short‑term ATR (14 period) with a longer‑term ATR (50 period) and applies a regime‑sensitivity factor. By weighting the short‑term ATR more heavily during volatile periods and the longer‑term ATR during calm phases, the EDR delivers a real‑time volatility estimate that reacts to both gradual trend shifts and abrupt news‑driven spikes.
Why ATR Alone Falls Short
Traditional ATR calculations treat all periods equally, so a sudden 80‑pip spike in a major like EUR/USD will inflate the ATR for the next several days, prompting overly conservative position sizes. Conversely, during prolonged low‑volatility phases, ATR can become too small, leading traders to over‑leverage. The EDR’s dual‑timeframe approach solves this by balancing responsiveness and stability.
Building the Volatility‑Adaptive Sizing Model
At its core, the model calculates the maximum permissible position size (in lots) as:
Lot Size = (Account Risk % × Account Equity) / (Stop‑Loss Width (pips) × EDR (pips) × Contract Size)
Where:
- Account Risk % – e.g., 2 % of equity.
- Stop‑Loss Width – measured in pips, determined by technical support/resistance or a fixed multiple of the EDR.
- EDR (pips) – the expected daily range for the pair, updated daily.
- Contract Size – standard lot = 100,000 units of base currency.
By scaling the denominator with the EDR, the model automatically reduces lot size when the market widens (higher EDR) and expands it when volatility contracts.
Step‑by‑Step Implementation
- Gather data: Pull high‑low‑close data for the 14‑period and 50‑period ATRs on your preferred time frame (e.g., H1 for intraday, D1 for swing).
- Compute EDR: EDR = (0.7 × ATR₁₄) + (0.3 × ATR₅₀). Adjust the weighting (0.7/0.3) if you trade longer‑term.
- Define stop‑loss width: Use a volatility‑adjusted multiple—e.g., 1.5 × EDR for a tight breakout or 2.5 × EDR for a mean‑reversion setup.
- Calculate lot size: Plug the numbers into the formula above.
- Execute with risk cap: If the calculated lot size exceeds a pre‑set maximum (e.g., 5 % of equity), cap it and tighten the stop instead.
Risk Management Nuances
Even with EDR‑driven sizing, overnight gaps and news events can breach stops. To mitigate, add a dynamic margin buffer equal to 1.5 × the average daily range of the past three days. Also, during major central‑bank releases (e.g., Fed press conference on April 28), temporarily switch to a “news‑pause” mode: halve the position size or stand aside.
Actionable Takeaways
- Replace static lot sizing with the EDR‑based formula to keep risk consistent across different currency pairs and market regimes.
- Recalculate EDR daily and adjust stop‑loss width accordingly—tighten in low‑volatility, widen in high‑volatility.
- Apply a margin buffer of 1.5 × average daily range to protect against after‑hours gaps.
- Maintain a maximum position cap (e.g., 5 % of equity) to avoid over‑leveraging during extreme volatility spikes.
- Backtest the strategy on a minimum of 12 months of data to validate the weighting constants before going live.
By integrating the Expected Daily Range into your position‑sizing algorithm, you transform volatility from an unquantifiable threat into a measurable input—allowing you to trade with confidence whether the market is calm or in turmoil.