Monitoring
Coming Soon — The Trade Copier is in active development and not yet available. The documentation below describes planned functionality. View current features →
The Dashboard page has three tabs for monitoring your trade copier: Monitor, Logs, and Stats.
Monitor Tab
Real-time view of your connected accounts and active positions.
- Connection status — Green/red indicator per account with last heartbeat timestamp
- Active positions — Live positions on each connected account
- Account info — Balance, equity, and margin data from connected EAs
Use this tab to verify that your master and slave accounts are online and in sync.
Logs Tab
Filterable history of all copier activity — signals sent, executions performed, errors encountered.
Each log entry includes:
- Timestamp
- Signal type (open, close, modify, partial close, pending)
- Source account and target account
- Instrument, direction, and volume
- Execution result (success, error, or skipped)
- Error details when applicable
Use the logs to audit signal flow and diagnose issues.
Stats Tab
Execution metrics for your copier setup.
- Trade counts and success rates
- Performance tracking per account
- Execution history
Troubleshooting
Account shows disconnected
- Verify the EA is attached to a chart in MT5
- Check that the account number matches your dashboard config
- Confirm WebRequests are enabled (Tools → Options → Expert Advisors)
- Check the Experts tab in MT5 for error messages
- Ensure your API key is valid in Account Settings
Slave not executing signals
- Check that the slave’s status is set to enabled
- Verify the slave is connected to the correct master
- Check symbol translation — the instrument name might not resolve on the slave’s broker
- Review the Logs tab for error messages on the slave account
- Ensure the signal type is enabled (e.g., Copy Modifications must be on to receive SL/TP changes)
Signals delayed
- Check your Poll Interval setting — lower values mean faster execution but more server requests
- Verify your VPS/machine has stable internet connectivity
- Check if MT5 is in a “waiting” state (common during market close or maintenance)