You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.**Backtest & AI Optimization**: Run backtests, view rich performance metrics, and **let AI analyze the result to suggest improvements** (e.g., "Adjust MACD threshold to X").
167
168
4.**Execution Mode**:
168
-
-**Live Trading**: Direct API execution for 10+ Crypto Exchanges (Binance, OKX, etc.).
169
-
-**Signal Notification**: For non-executable markets (Stocks/Forex/Futures), send signals via Telegram, Discord, Email, SMS, or Webhook.
169
+
-**Live Trading**:
170
+
-**Cryptocurrency**: Direct API execution for 10+ exchanges (Binance, OKX, Bitget, Bybit, etc.)
171
+
-**US/HK Stocks**: Via Interactive Brokers (IBKR) 🆕
172
+
-**Forex**: Via MetaTrader 5 (MT5) 🆕
173
+
-**Signal Notification**: For markets without live trading support (A-shares/Futures), send signals via Telegram, Discord, Email, SMS, or Webhook.
170
174
171
175
### 3. AI Multi-Agent Research
172
176
*Your 24/7 AI Investment Committee.*
@@ -292,19 +296,32 @@ Config lives in `.env` (see `backend_api_python/env.example`): `ENABLE_AGENT_MEM
292
296
293
297
---
294
298
295
-
## 🔌 Supported Exchanges
299
+
## 🔌 Supported Exchanges & Brokers
296
300
297
-
QuantDinger supports direct API connections to major cryptocurrency exchanges for execution, and uses CCXT for broad market data coverage.
301
+
QuantDinger supports multiple execution methods for different market types:
298
302
299
-
### Direct API Support
303
+
### Cryptocurrency Exchanges (Direct API)
300
304
301
305
| Exchange | Markets |
302
306
|:--------:|:---------|
303
307
| Binance | Spot, Futures, Margin |
304
308
| OKX | Spot, Perpetual, Options |
305
309
| Bitget | Spot, Futures, Copy Trading |
310
+
| Bybit | Spot, Linear Futures |
311
+
| Coinbase Exchange | Spot |
312
+
| Kraken | Spot, Futures |
313
+
| KuCoin | Spot, Futures |
314
+
| Gate.io | Spot, Futures |
315
+
| Bitfinex | Spot, Derivatives |
306
316
307
-
### Also Supported via CCXT
317
+
### Traditional Brokers
318
+
319
+
| Broker | Markets | Platform |
320
+
|:------:|:--------|:---------|
321
+
|**Interactive Brokers (IBKR)**| US Stocks, HK Stocks | TWS / IB Gateway 🆕 |
322
+
|**MetaTrader 5 (MT5)**| Forex | MT5 Terminal 🆕 |
323
+
324
+
### Market Data (via CCXT)
308
325
309
326
Bybit, Gate.io, Kraken, KuCoin, HTX, and 100+ other exchanges for market data.
310
327
@@ -339,7 +356,7 @@ All UI elements, error messages, and documentation are fully translated. Languag
0 commit comments