This application is designed to analyze the gamma exposure of options for a given ticker symbol. It is built using Python and Streamlit, and provides visualizations of gamma exposure based on options data provided in a CSV file.
- Gamma Exposure Analysis: Calculate and visualize gamma exposure for a given stock or index.
- CSV File Input: Upload a CSV file with options data to analyze.
- Interactive Visualization: View gamma exposure across different strike prices and expirations.
- Python 3.8 or higher
- Streamlit
- Pandas
- Numpy
- Matplotlib
- Scipy
-
Clone the Repository
git clone https://github.com/yourusername/gamma-exposure-analysis.git cd gamma-exposure-analysis