Appearance
Are you an LLM? You can read better optimized documentation at /troubleshoot/user-service-issues.md for this page in Markdown format
User Service Issues
The "User Service" is the dedicated brain allocated to your account. It runs your specific strategy logic.
Trading Engine Stopped
The status light for "Trading Engine" is Red.
Cause
- Kill Switch: You hit your Daily Drawdown Limit, which auto-stopped the engine.
- Maintenance: We are deploying an update (usually lasts < 30 seconds).
Fix
- If Kill Switch: Go to Dashboard and check for a banner. You can manually "Resume" trading if you acknowledge the risk.
- If stuck: Contact support. We monitor these instances, but a manual nudge helps.
Latency Issues
"Trades are taking 5 seconds to open!"
Diagnosis
- Check Signal Log timestamps:
Time ReceivedvsTime Processed.- If the gap is small (< 200ms), the bot is fast.
- Check Trade Log timestamps:
ProcessedvsExecution Time.- If the gap is large (> 2s), it's likely Broker Latency.
Fix
- Broker latency is out of our control. It depends on how fast your broker accepts orders.
- Ensure your "Channel" is not sending 10 signals per second (spam), which can clog the queue.
Data Sync Issues
"My P&L graph is flat but I made money."
Fix
- The system aggregates stats every few minutes.
- Wait: Give it 10-15 minutes to update.
- Hard Refresh: Ctrl+R / Cmd+R to clear browser cache.