#47 · Primary category: Financial Data & Analytics Platforms
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.
Project last updated:03/28/26
GitHub Stars
1.1K
Forks
146
Contributors
1
License
GPL-3.0
Why we included this project
Most backtesting setups end up as a stack of notebooks you can't reproduce six months later. This project takes the opposite route: a config-driven Backtrader framework where backtests are defined in YAML files, so you can rerun a strategy after a parameter tweak and get the same result, not a different one. It ships over twenty strategies out of the box, from moving-average crossovers to adaptive models, and the CLI runs them against US stocks, Taiwan stocks, crypto, and forex without you writing glue code. The MCP server is the interesting part: an assistant like Claude can fetch data, list strategies, and trigger backtests through natural language, which makes the tool a practical bridge between quant research and LLM-driven workflows. If you prefer to stay in Python, the library API lets you call the same engine from your own scripts.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
OpenBB
Open Data Platform for analysts, quants and AI agents.
daily_stock_analysis
LLM-powered multi-market stock analysis system with multi-source market data, real-time news, decision dashboard, automated notifications, and cost-free scheduled runs.
ai-hedge-fund
An AI Hedge Fund Team
qlib
AI-oriented quant investment platform supporting diverse ML paradigms and automated R&D for quantitative research and production.
nautilus_trader
Production-grade Rust-native trading engine with deterministic event-driven architecture