Main System Trade Mode: Uses step-based indication calculations (Direction, Move, Active types with 3-30 step ranges) generating up to 250 pseudo positions per indication.
1
Initialization PhaseSystem startup and prehistoric data loading
1.1 Load System Settings from Database
• Trade Engine Interval: 1.0s (default)
• Real Positions Interval: 0.3s
• Market Data Timeframe: 1 second
• Time Range History: 5 days
• Validation Timeout: 15 seconds
• Position Cooldown: 20 seconds
1.2 Load Symbols
• Mode: Main Symbols → Use configured list + forced symbols
• Mode: Exchange Symbols → Fetch top N by volume
• Mode: Default Symbols → Use fallback list
→ Result: 0 unique symbols loaded
1.3 Load Prehistoric Data (Async per Symbol)Parallel
Async Processing:
• All symbols processed simultaneously (concurrency limit: 10)
• Time Range: Last 5 days (432,000 candles per symbol)
• Timeframe: 1 second candles
Progress: 0% complete
1.4 Initialize Market Data Stream
• Connect to exchange WebSocket
• Subscribe to all symbols simultaneously
• Real-time price updates (1-second candles)
• Status:Connecting