whchien/ai-trader
Backtrader-powered backtesting framework for algorithmic trading, featuring 20+ strategies, multi-market support, CLI tools, and an integrated MCP server for professional traders.
[](https://www.python.org/downloads/) [](LICENSE)
A professional, config-driven backtesting framework for algorithmic trading, built on Backtrader. Seamlessly test, optimize, and integrate trading strategies with Large Language Models (LLMs) across stocks, crypto, and forex markets.
1. Installation
Option A: Install from PyPI (Recommended for using the CLI)
pip install ai-traderUse this if you want to:
ai-trader run, ai-trader fetch, ai-trader quickOption B: Install from Source (Recommended for examples and config templates)
git clone https://github.com/whchien/ai-trader.git
cd ai-trader
pip install -e .Use this if you want to:
config/backtest/data/scripts/examples/*(Poetry users can run poetry install)*
**2. Ru
Loading reviews...