QuantDinger

Active
GitHub Python Apache-2.0

Description

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

💡 Turn natural-language trading ideas into backtestable Python strategies fast
💡 Research crypto and forex factors with collaborative multi-agent workflows
💡 Backtest and paper-trade strategies before going live
💡 Self-host a team-grade quant research and execution platform

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

Related Projects