This project implements an AI agent that conducts research in quantitative trading using machine learning approaches. The agent performs the following tasks:
- Conducts research on various trading strategies
- Implements and tests machine learning models for trading
- Documents findings in markdown format
- Manages version control of research and code
├── research/ # Research markdown files
├── models/ # Saved ML models
├── src/ # Source code
│ ├── agent/ # AI agent implementation
│ ├── models/ # ML model implementations
│ └── utils/ # Utility functions
├── data/ # Data storage
└── tests/ # Test files
- Clone the repository
git clone git@github.com:XxAlonexX/AI-Agent.git
- Install dependencies:
pip install -r requirements.txt
Run the agent:
python src/main.py