Analyze how market sentiment (Fear/Greed) impacts:
- Trading performance (PnL, win rate, drawdown)
- Trader behavior (frequency, size, bias)
- Different trader segments
.
├── Trader_Performance_vs_Market_Sentiment.ipynb # Main notebook (clean, no outputs)
├── content/ # Datasets used
├── outputs/ # Output charts
├── Insights.md # Documentation of the analysis and insight gained from the project
├── LICENSE
└── README.md # Setup and how to run
python -m venv venv
source venv/bin/activate # Mac/Linux
venv\Scripts\activate # Windowsgit clone https://github.com/Shriya-Guptaa/Trader-Performance-vs-Market-Sentiment.git
cd Trader-Performance-vs-Market-Sentimentpip install pandas numpy matplotlib seaborn scikit-learn scipyjupyter notebookOpen:
Trader_Performance_vs_Market_Sentiment.ipynb
Run all cells sequentially.
For more insight refer to Analysis-and-Insights