QuantDinger
🇹🇭 ภาษาไทย
ภาพรวม
QuantDinger คือ self-hosted AI quant trading platform ครบวงจร รองรับ crypto, stocks (IBKR), และ forex (MT5) — มี multi-user system, billing, และ AI-assisted strategy development (~2,900 ⭐)
ฟีเจอร์หลัก
Strategy Development
| รูปแบบ | ลักษณะ |
|---|---|
| IndicatorStrategy | dataframe-style — เขียน vectorized logic |
| ScriptStrategy | event-driven — เหมาะกับ complex execution logic |
- AI NL→Python: อธิบาย indicator ด้วยภาษาธรรมชาติ → ได้ Python code
- LLM: OpenRouter, OpenAI, Gemini, DeepSeek, และอื่นๆ
- AI post-backtest analysis
Markets & Execution
| ตลาด | Integration |
|---|---|
| Crypto | CCXT (Binance, OKX, Bybit, Kraken, Gate.io, KuCoin, Coinbase) |
| US Stocks | IBKR (Interactive Brokers) |
| Forex | MetaTrader 5 (MT5) |
| Data feeds | Yahoo Finance, Finnhub |
Platform Features
- Multi-user + role-based access control
- OAuth: Google, GitHub
- Notifications: Telegram, Email, SMS, Discord, Webhooks
- Membership plans + credits + USDT TRC20 billing
- Polymarket prediction market research integration
Tech Stack
Flask (Python) + PostgreSQL 16 + Redis 7
Vue.js (frontend, source available separately)
Docker Compose with health checks
จุดแตกต่างในกลุ่ม
QuantDinger เน้น self-hosted commercial product — มี billing และ multi-user ทำให้เหมาะกับทีม หรือใช้สร้าง product ให้ลูกค้า ต่างจาก freqtrade ที่ single-user และ TradingAgents ที่เน้น research
ความเชื่อมโยง
- freqtrade — alternative: crypto-only, simpler, mature
- FinceptTerminal — alternative: full terminal approach
- Algorithmic Trading — broader context
🇬🇧 English
Overview
QuantDinger is a self-hosted AI-driven quantitative trading platform supporting crypto (CCXT), US stocks (IBKR), and forex (MT5). It stands out with multi-user support, billing infrastructure, and commercial-ready features (~2,900 ⭐).
Strategy Approaches
- IndicatorStrategy: DataFrame-based vectorized logic
- ScriptStrategy: Event-driven for complex execution
- AI code generation: natural language → Python indicator code
Market Coverage
| Market | Integration |
|---|---|
| Crypto | CCXT (Binance, OKX, Bybit, Kraken, Gate.io, KuCoin, Coinbase) |
| US Stocks | Interactive Brokers (IBKR) |
| Forex | MetaTrader 5 |
| Data | Yahoo Finance, Finnhub |
Tech Stack
Flask, PostgreSQL 16, Redis 7, Vue.js frontend — Docker Compose deployment.
Positioning
QuantDinger is the only platform in this group with built-in billing (USDT TRC20), making it suitable for teams building commercial trading products. Compare with freqtrade (personal crypto bot) or TradingAgents (research framework).
Related Pages
- freqtrade — Crypto-focused alternative
- FinceptTerminal — Full terminal alternative
- Algorithmic Trading — Context