Skip to main content
Back to Tutorial
AdvancedUSMean Reversion10 min readUpdated 2026-03-25

SPY GEX Fade · trading options microstructure

An intraday fade strategy built on dealer gamma exposure, executed with a 3-minute trigger. Teaches why positioning data beats price data.

Most intraday strategies trade price. This one trades the counterparty side — when option dealers are long gamma, their hedging mechanically dampens moves.

Fork the template to follow along:
TemplateUSMean Reversion
SPY GEX Fade

Fade intraday moves when dealer gamma is positive

Sharpe
1.94
Return
+28.3%
Max DD
−7.1%
Forks
148

Why this works

When dealers are net long gamma, their hedging flow dampens price moves — a mechanical mean-reversion force. The edge is real but narrow: it comes from the options market structure, not from any prediction of fundamentals. This is the cleanest tutorial for how market microstructure creates systematic opportunity, and why understanding counterparty positioning matters.

Common pitfalls

  1. Estimating dealer gamma from retail-level option data. You need OCC open interest, not delayed chain snapshots.
  2. Using daily gamma values for intraday signals. Interpolate by spot throughout the session.
  3. Trading during ex-divs or pinning days — GEX calculation breaks and signals flip sign.

Try it yourself

Fork the template into your workspace. The entire configuration — code, parameters, backtest window, cost model — lands in a new private session. Tweak it, break it, and see how robust the edge actually is.

Backtest result

Sharpe
1.94
Return
+28.3%
Max drawdown
−7.1%
Win rate
+61.2%
Trades
412
Days
260

Equity curve

Strategy
Benchmark

GEX calculated from OCC daily, interpolated intraday by spot. Fade move when |Δspot / σ| > 1.5 and dealer gamma positive. Exit on VWAP touch or 30min.

Ready to learn?

Fork it into your workspace.

The whole template — code, parameters, backtest config — lands in a new private session. Tweak it, run it, break it, learn.