QuantDinger
ActiveDescription
An open-source AI infrastructure layer for quant trading that turns trading ideas into Python strategies, backtests, paper trading, and live execution across crypto, stocks, and forex.
Key Features
- End-to-end trading pipeline - from AI research to strategy code, backtest, paper and live execution
- Multi-market support - connects Binance, Coinbase, Alpaca, MT5, and other major exchanges and brokers
- Multi-agent research - agents collaborate on strategy research and factor discovery
- Built-in backtesting engine - historical backtests and performance evaluation
- MCP integration - exposes trading capabilities over MCP for agent invocation
- Self-hosted deployment - ships as a Docker image and a hosted SaaS
Use Cases
Categories
Quick Start
# Launch the QuantDinger self-hosted platform with Docker
docker run -d -p 8000:8000 --name quantdinger brokermr810/quantdinger
# Open http://localhost:8000 to configure exchanges and strategies