F FREENDIA

EA Diagnostic

Probe the MetaTrader 5 Expert Advisor bridge โ€” heartbeat, license, broker route, signal path

Diagnostic Probe

The probe pings the EA bridge on the linked broker account and returns a raw health object โ€” license state, broker route, heartbeat age, last signal timestamp, and any open error codes. Run it whenever fills feel off or the heartbeat goes stale.

โ—‡
Probe not yet run
Hit "Run probe" to read the EA bridge status.
Common Failure Modes
triage checklist

If the probe flags a fault, walk this checklist before opening a support ticket. Most EA issues are one of these four.

EA refuses to connect

Confirm the license key is valid, the broker server hostname is correct, and the firewall allows outbound traffic on the broker port.

Signals not executing

Verify auto-trade is enabled in MT5, the chart symbol matches the signal's symbol, and the EA is attached to that chart โ€” not just installed.

Heartbeat goes stale

Ensure the EA is attached to a live chart and MT5 itself is running โ€” not minimised to tray on a sleeping VPS. Heartbeats stop when the terminal does.

Signals arrive late

Check the VPS network latency to the broker, and confirm no other heavy indicators are competing for chart CPU on the same MT5 instance.