Author: Utsab Dahal
Date: October 2025
Contact: utsabdahal34@gmail.com
Analyzes the relationship between trader performance on Hyperliquid and Bitcoin market sentiment (Fear & Greed Index) to uncover insights for smarter trading strategies.
- Explore correlation between market sentiment and profitability
- Identify behavioral patterns in Fear vs Greed periods
- Discover contrarian trading opportunities
- Provide data-driven recommendations
ds_utsabDahal/ ├── notebook_1.ipynb # Main analysis ├── csv_files/ # Processed data outputs ├── outputs/ # Visualization outputs ├── ds_report.pdf # Final report └── README.md
- Hyperliquid Trader Data: account, symbol, price, size, side, time, leverage, closedPnL
- Bitcoin Fear & Greed Index: Date, Classification (Fear/Greed)
- Traders perform differently under Fear vs Greed
- Contrarian strategies show potential
- Leverage and risk patterns vary with sentiment
- Optimal trading hours and sentiment-aware position sizing identified
- Data cleaning, merging, and feature engineering
- Statistical testing & correlation analysis
- Risk metrics: Sharpe Ratio, VaR
- Visualization: PnL, volume, leverage, risk-return, hourly trends
- Python 3.x
- pandas, numpy, matplotlib, seaborn, scipy, datetime
- Platform: Google Colab
- Clone this repo
- Open notebooks in Google Colab
- Upload datasets or mount Google Drive
- Run cells sequentially
- Check outputs in
csv_files/andoutputs/
- Email: utsabdahal34@gmail.com
- GitHub: github.com/utsab345
Status: Complete and Ready for Review