- Home
- Search & Web
- QuantDinger
QuantDinger
Open-source AI-driven quantitative trading platform for crypto, stocks, and forex with backtesting,
Rating
Votes
0
score
Downloads
0
total
Price
Free
API key required
Works With
About
QuantDinger
AI-Native Quantitative Trading Platform Vibe Coding Meets Algo Trading
🇨🇳 中文 · 🇺🇸 English
🌐 Live Demo · 📺 Video · 💬 Community · 🚀 Quick Start
Tell AI your trading idea → Strategy generated → Backtest → Go live. All on your own server.
7 AI Agents · Python Strategies · 10+ Exchanges · Prediction Markets · Zero coding required. Self-hosted — your API keys, data, and alpha never leave your machine.
🇺🇸 English · 🇨🇳 简体中文 · 🇹🇼 繁體中文 · 🇯🇵 日本語 · 🇰🇷 한국어 · 🇩🇪 Deutsch · 🇫🇷 Français · 🇹🇭 ไทย · 🇻🇳 Tiếng Việt · 🇸🇦 العربية
📑 Table of Contents
- 🚀 Quick Start (2 Minutes)
- 🎯 Why QuantDinger?
- 📸 Visual Tour
- ✨ Key Features
- 🔗 QuantDinger exchange signup (referral)
- 🔌 Supported Exchanges & Brokers
- 🏗️ Architecture & Configuration
- 📚 Documentation Index
- 💼 License & Commercial
- 🤝 Community & Support
🚀 Quick Start (2 Minutes)
Only need: Docker installed. Nothing else.
# 1. Clone
git clone https://github.com/brokermr810/QuantDinger.git
cd QuantDinger
# 2. Copy backend config
cp backend_api_python/env.example backend_api_python/.env
# 3. Generate and write a secure SECRET_KEY
./scripts/generate-secret-key.sh
# 4. Launch!
docker-compose up -d --buildLinux/macOS: - Copy backend config:cp backend_api_python/env.example backend_api_python/.env- Need more knobs? Scroll to the lower "Advanced / rarely changed" section inside:backend_api_python/env.example- Optional: if Docker Hub is slow/unreachable in your network, copy root Docker config:cp .env.example .env- Generate and writeSECRET_KEY:./scripts/generate-secret-key.sh- Launch:docker-compose up -d --build
Windows PowerShell: - Copy backend config:Copy-Item backend_api_python\env.example -Destination backend_api_python\.env- Need more knobs? Scroll to the lower "Advanced / rarely changed" section inside:backend_api_python\env.example- Optional: if Docker Hub is slow/unreachable in your network, copy root Docker config:Copy-Item .env.example -Destination .env- Generate and writeSECRET_KEY:$key = py -c "import secrets; print(secrets.token_hex(32))"(Get-Content backend_api_python\.env) -replace '^SECRET_KEY=.*$', "SECRET_KEY=$key" | Set-Content backend_api_python\.env -Encoding UTF8- Launch:docker-compose up -d --build
Don't lose this
Three weeks from now, you'll want QuantDinger again. Will you remember where to find it?
Save it to your library and the next time you need QuantDinger, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.
⚡ Pro tip for geeks: add a-gnt 🤵🏻♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.
a-gnt's Take
Our honest review
Open-source AI-driven quantitative trading platform for crypto, stocks, and forex with backtesting, . Best for anyone looking to make their AI assistant more capable in search & web. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.
Tips for getting started
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.
What's New
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.