Gamma-Map — Explainable Gamma-Concentration Maps

Standalone, broker-neutral library that turns an option-chain snapshot
into an explainable gamma-concentration map
For education and paper-trading research — not a trading recommendation

What it provides

Important terminology

This library reports estimated gamma concentration, not a definitive dealer gamma wall. Open interest does not disclose who owns each contract or the market-maker hedge direction. Any signed dealer-GEX model must state and test its assumptions separately.

Open Interest vs Volume

OI is the standing/static positioning at a strike; Volume is today's actual trading activity there. A Volume bar reaching or poking above its OI bar flags unusually heavy same-day activity relative to what was already parked — not just an old static wall.

Reproducibility

A timestamped raw snapshot is persisted alongside every derived map. That makes the Discord posts reproducible and lets paper-trading results be evaluated against the exact levels visible at entry time.

Live data

The core library has no dependency on any broker SDK — it consumes OptionContract objects however you obtain them. A companion example fetches a live Schwab option chain (with a yfinance fallback for price data — note yfinance has no per-contract greeks, so a yfinance-sourced chain carries only OI/Volume/IV, not delta/gamma), renders it with delta markers and the OI-vs-Volume chart, and optionally delivers it to Discord. On the TastyDayTraders stack this runs on a schedule to post the SPX gamma map through the day.

Disclaimer

For educational and paper-trading research only. Not financial advice.

← About