feat: Add scan_interval_minutes configuration support (PR #338)

- Allow users to customize AI decision scan interval (1-60 minutes)
- Default 3 minutes, recommended range 3-10 minutes
- Support both high-frequency and low-frequency trading strategies
- Improve trading flexibility and API call efficiency
- Merge with existing actual balance query functionality
This commit is contained in:
ZhouYongyou
2025-11-03 22:34:44 +08:00
5 changed files with 55 additions and 16 deletions

View File

@@ -207,6 +207,7 @@ export function AITradersPage({ onTraderSelect }: AITradersPageProps) {
ai_model_id: ai_model_id, // 使用修正后的值
exchange_id: exchange_id, // 使用修正后的值
initial_balance: data.initial_balance,
scan_interval_minutes: data.scan_interval_minutes,
btc_eth_leverage: data.btc_eth_leverage,
altcoin_leverage: data.altcoin_leverage,
trading_symbols: data.trading_symbols,