Objective: Analyze relationship between trader performance and market sentiment (Fear/Greed). Produce insights and a simple model to predict trade profitability.
... (put the earlier tree here) ...
- Create venv and install:
python -m venv .venv source .venv/bin/activate pip install -r requirements.txt