Analysis of how Bitcoin market sentiment (Fear/Greed Index) affects trader behavior and performance on Hyperliquid.
fear_greed_index.csv- Daily Bitcoin Fear/Greed sentiment scoreshistorical_data.csv- Hyperliquid trader data (PnL, position size, trades, leverage)
- Python 3.8+
- Jupyter Notebook
- pandas, matplotlib, numpy
pip install pandas matplotlib numpy
- Open terminal/command prompt
- Type: jupyter notebook analysis.ipynb
- Press Enter
- In Jupyter, click Cell → Run All
- analysis.ipynb - Main code
- WRITEUP.md - Summary of findings
- charts/ - Output images
Angel Gupta