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

  1. Verify the EA is attached to a chart in MT5
  2. Check that the account number matches your dashboard config
  3. Confirm WebRequests are enabled (Tools → Options → Expert Advisors)
  4. Check the Experts tab in MT5 for error messages
  5. Ensure your API key is valid in Account Settings

Slave not executing signals

  1. Check that the slave’s status is set to enabled
  2. Verify the slave is connected to the correct master
  3. Check symbol translation — the instrument name might not resolve on the slave’s broker
  4. Review the Logs tab for error messages on the slave account
  5. 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)