@DanKornas: Testing a trading strategy shouldn’t mean rebuilding the backtesting stack. AI-Trader is a config-driven Python framewo…

X AI KOLs Timeline Tools

Summary

AI-Trader is an open-source Python framework that simplifies backtesting and optimizing algorithmic trading strategies across multiple markets using config-driven YAML files and AI assistant integration.

Testing a trading strategy shouldn’t mean rebuilding the backtesting stack. AI-Trader is a config-driven Python framework built on Backtrader for testing and optimizing algorithmic trading strategies across stocks, crypto, and forex. It helps you move from an idea to a repeatable backtest by combining YAML configurations, built-in strategies, market-data commands, and an MCP server in one repo. Key features: • Config-driven backtests – define broker, data, strategy, and sizing settings in version-controlled YAML files • 20+ built-in strategies – start with classic indicators or adaptive models, then add your own strategy classes • Multi-market support – fetch and test data for US stocks, Taiwan stocks, cryptocurrencies, and forex • Practical CLI – run backtests, fetch market data, list strategies, or launch a quick test against your own CSV • MCP integration – let AI assistants such as Claude run backtests, fetch data, and analyze strategies through natural-language requests It’s open-source (GPL-3.0 license). Link in the reply
Original Article
View Cached Full Text

Cached at: 08/15/26, 07:53 PM

Testing a trading strategy shouldn’t mean rebuilding the backtesting stack.

AI-Trader is a config-driven Python framework built on Backtrader for testing and optimizing algorithmic trading strategies across stocks, crypto, and forex.

It helps you move from an idea to a repeatable backtest by combining YAML configurations, built-in strategies, market-data commands, and an MCP server in one repo.

Key features:

• Config-driven backtests – define broker, data, strategy, and sizing settings in version-controlled YAML files • 20+ built-in strategies – start with classic indicators or adaptive models, then add your own strategy classes • Multi-market support – fetch and test data for US stocks, Taiwan stocks, cryptocurrencies, and forex • Practical CLI – run backtests, fetch market data, list strategies, or launch a quick test against your own CSV • MCP integration – let AI assistants such as Claude run backtests, fetch data, and analyze strategies through natural-language requests

It’s open-source (GPL-3.0 license).

Link in the reply

Similar Articles