QuantDinger is a local-first, open-source quantitative trading platform designed to bring AI-assisted analysis, strategy development, backtesting, and live execution into a self-hosted workspace where data and API credentials remain under your control. Unlike cloud-locked quant services, it lets users run the entire trading workflow on their own infrastructure using Docker, with a PostgreSQL database backend, a Python backend API, and a web frontend UI that supports visualization and strategy management. Traders and researchers can develop custom strategies in Python, run historical backtests, analyze performance, and connect to supported exchanges for live trading, making it suitable for equities, crypto, forex, and futures markets in a local environment. QuantDinger also incorporates optional AI features via external APIs, assisting in tasks like strategy ideation or interpreting market indicators, but strategy logic remains inspectable and transparent in code.
Features
- Local-first quantitative trading workspace
- AI-assisted research and strategy generation
- Backtesting and performance analysis
- Live execution with supported markets
- Docker-based deployment with PostgreSQL
- Python-native strategy development