@@ -4,6 +4,40 @@ This roadmap captures the major directions for `gex-terminal`. The project is
44still early, so priorities may shift as the data model, provider integrations,
55and terminal workflow become clearer.
66
7+ ## High-Impact Concepts
8+
9+ These are the larger "wow" features that would make ` gex-terminal ` feel less
10+ like a generic dashboard and more like a focused market-structure workstation.
11+
12+ ### Live Gamma Regime Map
13+
14+ Build a real-time regime panel showing whether price is in positive gamma,
15+ negative gamma, near zero-gamma, pinned near a gamma wall, or entering a
16+ volatility expansion zone.
17+
18+ ![ Live Gamma Regime Map mockup] ( assets/live-gamma-regime-map-mockup.svg )
19+
20+ ### Replayable Market Days
21+
22+ Save full intraday sessions and replay them later with synchronized GEX, price,
23+ wall shifts, zero-gamma moves, and event markers.
24+
25+ ### TradingView Overlay Export
26+
27+ Export gamma wall, zero-gamma, call wall, put wall, and major exposure bands into
28+ a TradingView-compatible format so users can overlay levels on their charts.
29+
30+ ### GEX Alert Engine
31+
32+ Trigger local alerts for zero-gamma crosses, gamma wall shifts, stale data,
33+ regime flips, and major call/put imbalance changes, with optional Discord or
34+ webhook output.
35+
36+ ### Multi-Symbol Market Structure Scanner
37+
38+ Scan ES, NQ, SPX, SPY, QQQ, and IWM to rank symbols by gamma concentration,
39+ negative-gamma risk, 0DTE pressure, and the biggest intraday structural shifts.
40+
741## Phase 1: Prototype Hardening
842
943- [x] Add a local mock-data and replay mode that can run without live Tradovate
@@ -71,6 +105,9 @@ and terminal workflow become clearer.
71105 time.
72106- [x] Include a README screenshot or GIF once mock replay mode can render a stable
73107 demo.
108+ - [ ] Add a Live Gamma Regime Map panel that summarizes positive/negative gamma,
109+ zero-gamma proximity, wall-pinning risk, and volatility expansion zones.
110+ Mockup: [ assets/live-gamma-regime-map-mockup.svg] ( assets/live-gamma-regime-map-mockup.svg ) .
74111- [ ] Add alerts for gamma wall shifts, zero-gamma crosses, stale data, and major
75112 exposure changes.
76113- [ ] Add export formats designed for TradingView overlays, Discord posts, and
0 commit comments