A background diagnostic that tracks, day by day, whether SPX's implied volatility surface is behaving sticky-strike (vol pinned to a fixed strike as spot moves — typical of range-bound markets) or sticky-delta (vol riding along with spot at fixed moneyness — typical of trending markets). It's a read on the market's current character, not a trade signal by itself.
New feature, SPX only for now. Treat the readings as directional guidance — see Limitations.
Free Trial, Premium, and WhiteLabel editions only (or Developer mode) — once the Free Trial period ends, Freeware and Regular users lose access. See the Licensing & Editions guide.
Related:
Each trading day, SOAP2 fits a small local skew curve near SPX's at-the-money (ATM) point (implied vol vs. log-moneyness, across a ladder of strikes spaced at the same interval GEX/VEX uses for SPX) and records three numbers: the spot price, the ATM implied vol, and the local skew slope.
Comparing two consecutive days gives the Sticky-Strike Ratio (SSR):
-(yesterday's skew slope) × (today's spot − yesterday's spot)).SSR = (observed − sticky-delta prediction) ÷ (sticky-strike prediction − sticky-delta
prediction) — which simplifies to observed change divided by the sticky-strike prediction.A single day's SSR is noisy by design — real ATM vol moves for lots of reasons that have nothing to do with the mechanical skew-curve effect this ratio isolates. The dashboard's headline number is a 5-day rolling average of SSR, which is what the regime label and chart bands are based on.
Further reading on the underlying math (mathematical formulation, Greek sensitivities, worked numerical example): Sticky Strike vs Sticky Delta — Quant Finance with Python.
| Rolling-average SSR | Regime | What it suggests |
|---|---|---|
| ≥ 0.7 | Sticky-Strike | Vol at fixed strikes is holding steady as spot moves — consistent with range-bound trading. |
| 0.3 – 0.7 | Transitional / Mixed | No clean read either way right now. |
| 0 – 0.3 | Sticky-Delta | Vol is riding along with spot at fixed moneyness — consistent with a trending market. |
| < 0 | (shown as Sticky-Delta bucket, but distinct) | ATM vol moved opposite to what the sticky-strike model would have predicted — a sign of active skew reshaping/whipsaw, not a clean trending read either. |
A negative SSR is worth calling out specifically: it isn't just "close to Sticky-Delta," it means the observed move and the sticky-strike prediction pointed in opposite directions. The interpretation line on the dashboard already reflects this distinction.
The first time you open the dashboard (or whenever there's less than 10 days of history), it automatically pulls about 90 calendar days of historical data for the underlying plus a ladder of ATM-region option contracts — a one-time download, typically a few minutes. A status message tracks progress; the chart populates once it finishes. After that, opening the dashboard again is instant (Refresh re-runs the pull to extend/refresh the history).
Go back to the main help page: SOAP2 Help Guide