Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.04 KB

Quantitative Trading Research AI Agent

This project implements an AI agent that conducts research in quantitative trading using machine learning approaches. The agent performs the following tasks:

  1. Conducts research on various trading strategies
  2. Implements and tests machine learning models for trading
  3. Documents findings in markdown format
  4. Manages version control of research and code

Project Structure

├── 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

Setup

  1. Clone the repository
    git clone [email protected]:XxAlonexX/AI-Agent.git
  2. Install dependencies:
    pip install -r requirements.txt

Usage

Run the agent:

python src/main.py