VIX Monitors — Overview

Two independent compression-based VIX-spike monitors run side-by-side on the finance dashboard. Both detect "the calm before the storm" in volatility markets, but they use different indicators, underlyings, and thresholds. The disagreement between them is itself signal.

The short version: The Thrasher monitor is the original 2017 paper — one indicator (20-day stddev of VIX), one threshold (15th percentile). The Vixologist monitor is Jim Carroll's 2026 multi-indicator template inspired by Thrasher but operating on SVIX with TTM Squeeze + BB Width + ATR + an SPX uptrend filter.

Side-by-Side Comparison

Dimension Thrasher 2017 (paper) Vixologist 2026 (template)
UnderlyingVIX (and VVIX)SVIX (inverse VIX ETN)
Primary indicator20-day standard deviation of daily closesTTM Squeeze (BB inside Keltner)
Other indicatorsNoneBB Width, ATR, StdDev(10)
Threshold15th percentile of StdDev25th percentile of StdDev
StdDev lookback20 days10 days
Confirmation filterNoneSPX 3-day uptrend
Signal dedup10 trading daysNone explicit
Forward window15 trading days5–20 trading days (documented)
Spike definitionVIX +30% within 5 days(not explicitly modeled)
Empirical edge+34.3% avg max vs +25.8% baseline (10y sample)Visual pattern; not formally backtested in source
Sentinel taskvix-dispersion-check @ 4:05 PM ETsvix-squeeze-check @ 4:00 PM ET
Scriptfinance/scripts/vix_dispersion.pyfinance/scripts/svix_compression.py

How to Read the Disagreement

Both fire simultaneously

Strongest signal. Both the original paper methodology and the operational pattern agree compression is extreme. Tightest risk window. Highest priority for hedging considerations.

Only Thrasher fires

VIX dispersion is at 15th percentile but SVIX multi-indicator setup hasn't aligned. The paper's signal is the cleaner, backtested one — historically followed by 30%+ VIX spikes within 3 weeks. Treat as a real warning even without Vixologist confirmation.

Only Vixologist fires

Multi-indicator SVIX pattern aligned but VIX dispersion not yet at 15th percentile. This is what's firing as of May 2026. Pattern-based, not paper-backed. Useful as an earlier warning at the cost of more false signals.

Neither fires

Vol regime is in normal dispersion. Routine monitoring; no setup.

Convergence with Other Signals

References

Last reviewed: 2026-05-17. Updates: when either monitor logic changes, update the script, sentinel task, dashboard card, and this doc together.