📡 MT5 Broker Status

Live MT5 connector health, quote cache, and account state for the active EA process.

MT5 Connector: CONNECTED
Account: 1113515

Cached Market Quotes

Symbol Bid Ask Age (s) Stale?
EURUSD.PRO 1.16595 1.166 -8726.1s
OILUSD.PRO 86.84 86.99 -8728.1s
BTCUSD 73493.7 73535.8 -10777.1s
ETHUSD 2009.75 2012.76 -10791.1s
US500 7573.95 7574.78 -8727.1s
USTEC100 30306.73 30309.33 -8727.1s
XAUUSD.PRO 4539.24 4540.97 -8727.1s

Account Snapshot

Balance
298840.94
Equity
298840.94
Free Margin
298840.94
Open Positions

MT5 EA Integration

The MT5 execution domain is push-based. Your MT5 Expert Advisor must:

  1. Before sending a signal, push a live quote to POST /brokers/mt5/ingest/quote
  2. Push the current account state to POST /brokers/mt5/ingest/account
  3. Submit the signal via POST /brokers/mt5/signal with venue: "mt5"
  4. Check the response: if validation.approved = true, execute the order on MT5's native broker

If the active managed MT5 account includes a callback_url in its configuration JSON, the server also POSTs the execution decision directly to the EA.