Recipe 20 — MT5 gateway: read/write from Python
Status: ⏸ Coming M7+ TZ reference: TZ-10 §16 (MT5 gateway spec),
tz10-mt5-gateway
The MetaTrader 5 gateway is in M7+ Public Launch scope. The Day-0 SDK covers chain-native trading (EVM / Solana / TON) but does not bridge into MT5 broker accounts.
When the gateway ships:
- Server endpoint:
POST /v1/mt5/orders+GET /v1/mt5/positions - SDK surface:
client.mt5.place_order(...),client.mt5.positions(),client.mt5.account_state() - Auth: per-MT5-account read/write tokens issued via the M7 partner program