SPXW 0DTE / Volatility Regime / Three-Layer Design

Compression–Expansion Intraday 0DTE Strategy

Research / implementation in progress

A three-layer intraday pipeline — compression-state detection, direction confirmation, and option tradability/exit management — with time-of-day normalization, strict bar semantics, and a 300+ test suite enforcing safety invariants.

Research Question

Intraday volatility tends to alternate between compression and expansion. Can compressed states be detected in real time, and the subsequent expansion traded directionally through 0DTE options, after honest cost and execution assumptions?

Architecture

The strategy is organized as three strictly isolated layers:

Engineering Discipline

Bar semantics are explicit — signals act on CLOSED bars, never forming ones — and a 300+ test suite enforces safety invariants at the schema level. Keeping the three layers isolated prevents the common failure where a tuned exit silently rescues a weak entry signal.

Follow-up Work