Gamma Flip

Canonical definition, formula, interpretation rules, and live API reference for the gamma flip level.

Definition

The price level where aggregate dealer gamma exposure crosses zero — the boundary between positive gamma (mean-reversion) and negative gamma (amplification) regimes. Many traders use it as the primary intraday pivot.

Formula
gamma_flip = price where Σ GEXᵢ(K) = 0

Interpolated from the per-strike GEX curve. The sum is across all strikes in the option chain, with call gamma positive and put gamma negative. The zero crossing is found by interpolation between adjacent strikes where the sign changes.

Inputs
per-strike GEX strike prices
Output
gamma_flip price regime label
Interpretation
  • Above the flip: positive gamma regime. Dealers buy dips, sell rips. Mean-reverting, range-bound conditions.
  • Below the flip: negative gamma regime. Dealers sell dips, buy rips. Trending, amplified volatility.
  • At the flip: regime transition point. Maximum uncertainty — the market is on the knife edge between dampening and amplification.

Live Example: SPY

Live SPY gamma flip data temporarily unavailable. See /stock/spy/gamma for current values.

Get Gamma Flip via API

Endpoint
GET /v1/exposure/levels/{symbol}
Tier
Free
Parameters
  • symbol (path, required) — underlying ticker, e.g. SPY
Response shape
{
  "symbol": "SPY",
  "underlying_price": number,
  "gamma_flip": number,
  "call_wall": number,
  "call_wall_gex": number,
  "put_wall": number,
  "put_wall_gex": number,
  "net_gex": number,
  "net_gex_label": "positive" | "negative"
}
curl -H "X-Api-Key: YOUR_KEY" \
  https://lab.flashalpha.com/v1/exposure/levels/SPY
import requests
r = requests.get(
    "https://lab.flashalpha.com/v1/exposure/levels/SPY",
    headers={"X-Api-Key": "YOUR_KEY"}
)
d = r.json()
print(f"Gamma Flip: {d['gamma_flip']}  Regime: {d['net_gex_label']}")
const r = await fetch(
  "https://lab.flashalpha.com/v1/exposure/levels/SPY",
  { headers: { "X-Api-Key": "YOUR_KEY" } }
);
const d = await r.json();
console.log(`Gamma Flip: ${d.gamma_flip}  Regime: ${d.net_gex_label}`);

Why Gamma Flip Matters for Trading

TL;DR

The gamma flip is the single most important intraday level in options flow. Above it: mean-reversion. Below it: trending.

What it measures
The strike at which net dealer gamma crosses zero — the boundary between positive and negative gamma regimes.
What it signals
Where dealer hedging behaviour changes sign. Spot relative to the flip defines which playbook runs.
Why we measure it
Regime change is where most vol shocks start. The flip is the exact level that change happens — worth watching like a hawk on index ETFs.
Who uses it
Discretionary day traders, 0DTE specialists, systematic flow traders, and anyone running a regime-filter strategy.

How to read Gamma Flip

Spot above the flip
  • Positive gamma regime active
  • Mean-reversion dominates
  • Ranges hold, walls defended
  • Premium-selling strategies work
Good for: short strangles, iron condors
Spot below the flip
  • Negative gamma regime active
  • Trending, amplified moves
  • Walls break, vol expands
  • Long-vol / momentum strategies work
Bad for: short vol — good for: long straddles, breakouts
Spot at the flip
  • Regime in transition
  • Whippy, two-way price action
  • Size down until direction resolves
  • Cleanest breakout setups post-resolution
Pivot zone

Rules of thumb

  • Level matters more than proximity. A break of the flip is a regime change event — treat it like a trend change.
  • Flip shifts with OI. The flip moves intraday as new option volume prints. Refresh frequently on active days.
  • Watch it on index ETFs. SPY/QQQ flips are broadly-followed. Single-stock flips are noisier and less regime-setting.
  • Confirm with realised vol change. Regime flips show up in RV with a 1-3 session lag — use as post-hoc confirmation.
  • Pair with call wall / put wall. Flip + walls = complete intraday map: flip is the regime pivot, walls are the boundaries within the regime.

How to Read the Gamma Flip

The gamma flip is the single most important intraday pivot derived from the options market. Start by comparing spot price to the flip level. Above the flip, dealers are net long gamma across the chain. Their hedging activity dampens volatility — they buy as price dips and sell as price rallies. This creates a mean-reverting regime where range-bound strategies, credit spreads, and iron condors tend to outperform.

Below the flip, the dynamic inverts. Dealers are net short gamma and their hedging amplifies moves — they sell as price falls and buy as price rises. This creates a trending regime where breakout strategies and momentum trades tend to work, while mean-reversion gets hurt.

The crossing itself is the most important event. When price breaks below the gamma flip, expect a volatility expansion and wider ranges. When price reclaims the flip from below, expect volatility compression and tightening ranges. Many discretionary traders use the gamma flip as their primary trend filter — long bias above, short bias below — and combine it with the call wall (resistance) and put wall (support) to frame the expected range.

Ship faster

Live for 6,000+ US symbols. One API call, sub-200ms.

Stop scraping chains and coding Black—Scholes from scratch. FlashAlpha computes GEX, DEX, VEX, CHEX, 15 BSM Greeks, SVI surfaces, max pain, VRP and more — fresh every 30s, cached at the edge. Free tier, no credit card, no rate-limit games.

Free · 5/day
GEX, regime, gamma flip, max pain preview. No card.
Basic · 100/day
DEX, VEX, CHEX, full max pain, VRP, IV rank.
Alpha · higher limits
SVI surfaces, fair-vol, harvest scores, directional VRP.