A Streamlit application that visualizes options gamma exposure data from CBOE. This tool helps traders and analysts understand market positioning through gamma exposure charts.
- Upload CBOE options chain data in CSV format
- Visualize gamma exposure across different strike prices
- Filter by days to expiration (DTE)
- Adjust strike price range around the current spot price
- Interactive chart with detailed hover information
- Supports both stacked and grouped bar visualization modes
Try the application online: Gamma Exposure Chart App
- Visit the app or run locally
- Upload a CSV file from CBOE's delayed quotes page or use the default data
- Adjust the DTE and strike range filters as needed
- Hover over bars to see detailed information
To run the app locally:
streamlit run app.py