Expected Move
Canonical definition, formula, interpretation rules, and live API reference for the straddle-implied expected price range.
The market-implied price range for the current session, derived from the ATM straddle price. Represents the one-standard-deviation move priced by the options market. Approximately 68% of sessions should close within this range. Shrinks in real-time as expiration approaches and time value decays.
Where S is spot price, IV_atm is at-the-money implied volatility (annualised), and T is days (or fraction of day) to expiration. Quick approximation: EM ≈ straddle_price × 0.85. Upper bound = S + EM, lower bound = S − EM.
- Within range: price is inside the expected move bounds. No abnormal volatility. Credit spreads outside the range have a structural edge.
- Breach: price has exceeded the 1σ expected move. Implies unusual volatility or a catalyst-driven move. Short premium positions at the breached boundary are at risk.
- Shrinking remainder: the remaining expected move shrinks as the day progresses. A move that looked normal at the open may become a breach by afternoon.
Live Example: SPY
Get Expected Move via API
symbol(path, required) — underlying ticker, e.g.SPY
{
"symbol": "SPY",
"expected_move": {
"implied_1sd_dollars": number,
"remaining_1sd_dollars": number,
"upper_bound": number,
"lower_bound": number,
"straddle_price": number,
"atm_iv": number,
"hours_remaining": number
}
}
curl -H "X-Api-Key: YOUR_KEY" \
https://lab.flashalpha.com/v1/exposure/zero-dte/SPY
Why Expected Move Matters for Trading
Expected move is the 1-sigma implied range priced into ATM options. Compare it to the actual move — that gap is your vol premium.
- What it measures
- The ATM straddle price expressed as a ± range around spot. Roughly = spot × IV × √(T/365).
- What it signals
- How much the options market expects price to move over a given period.
- Why we measure it
- Strategy selection depends on whether options price moves fairly. Comparing expected vs realised is how you find vol mispricing.
- Who uses it
- Options sellers, vol traders, event traders, directional options buyers.
How to read Expected Move
- Straddle pricing rich vs actual
- Short vol strategies harvest premium
- Iron condors and strangles work
- Classic VRP setup
- Straddle pricing cheap vs actual
- Long vol wins
- Event-day long straddles profit
- Common around catalysts
- Options priced roughly fair
- No systematic edge
- Pure directional trades only
- Typical quiet regime
Rules of thumb
- EM is 1-sigma, ~68% band. Not a ceiling — price exceeds it ~32% of the time.
- Compare across timeframes. Weekly EM vs daily EM ratios reveal term-structure surprises.
- Pair with realised vol. EM uses IV, RV is what actually happened. The difference is the IV-RV spread.
- EM expands into events. Earnings and FOMC inflate EM — don't mistake event risk for general mispricing.
- Useful for sizing. Set profit targets at ±0.5 EM and stops at ±1 EM for a systematic framework.
How to Use Expected Move
The expected move is the options market's consensus on how far price can go. It is derived directly from the ATM straddle — the most liquid, most watched options structure. This makes it the single best estimate of the market's volatility expectation for a given timeframe.
For premium sellers: Selling spreads outside the expected move range gives you a structural edge, since roughly 68% of sessions will close within 1σ. Selling at 1.5σ or 2σ increases your probability of profit to ~87% or ~95% respectively. However, the payoff when you're wrong is larger, so position sizing matters.
For directional traders: If price approaches the expected move boundary early in the session, consider that the options market priced this as the extreme. Fading the move (if in positive gamma) or running with it (if in negative gamma) is a common framework. The gamma regime tells you which approach is appropriate.
The shrinking range: The remaining_1sd_dollars field is crucial for intraday traders. It tells you how much move the market still expects for the rest of the session. As this shrinks below the distance to nearby pin targets, pinning effects begin to dominate.
Related Concepts
When the remaining expected move shrinks below the distance to high-OI strikes, pinning effects dominate.
ATM IV is the primary input to the expected move formula. Higher IV = wider expected range.
The gamma regime determines whether the actual move is likely to stay inside (positive gamma) or exceed (negative gamma) the expected range.
Compare expected move (forward-looking) vs realized vol (backward-looking) to gauge whether the market is over- or under-pricing risk.
Learn More
Full endpoint reference for 0DTE analytics including expected move, pin risk, and gamma acceleration.
ATM IV is the core input to expected move. Understanding IV levels contextualizes the range.
See the expected move boundaries overlaid on the gamma exposure profile for any US equity or ETF.
Understand how dealer hedging interacts with the expected move to set intraday ranges.