One EA. Two-way state. Three minutes to install.
The Ticpoz MT5 bridge is a signed expert advisor that runs inside your MT5 terminal. It exposes your account to the cloud over an authenticated WebSocket so the engine can place, modify and close orders.
Drop the EA into MT5. Done.
- Signed EACode-signed by Ticpoz Ltd. Source can be audited under NDA for enterprise customers.
- WebSocket bridgeAuthenticated with a per-account token. TLS 1.2+. No inbound ports needed on your machine.
- Two-way stateOrders, fills, modifications, manual closes — all reflected within a second in Ticpoz.
- Local fallbackIf our cloud is unreachable, the EA queues events locally and replays on reconnect.
- Sandbox-safeNo file I/O, no shell, no network beyond the Ticpoz endpoint.
{
"broker": "mt5.icmarkets",
"accountId": "92xxxxx",
"server": "ICMarketsSC-MT5",
"tokenHash": "sha256:9f...",
"version": "1.4.2",
"lastBeat": "2026-05-05T14:32:11Z"
}Five steps. One PDF.
From Settings → Brokers → MT5, download the Ticpoz-bridge .ex5 file.
- Code-signed
- Auto-updates
Move the file into MQL5/Experts. Allow algo trading. Drag the EA onto a chart.
- One-time setup
- 2 minutes
Enter the pair code from Ticpoz. The bridge handshakes; the account appears as connected.
- Per-account token
- Rotates monthly
Send a tiny test order from the Ticpoz terminal to verify the round-trip.
- 0.01 lots
- Auto-cleaned up
Strategies you push live now route through the bridge. Manual orders work too.
- No restart needed
- Hot-swap parameters
MT5, with the parts MT5 forgot.
Your existing EAs keep running. Ticpoz strategies run in their own session.
A single Ticpoz strategy can span ten MT5 symbols without ten separate EAs.
Daily DD, max DD, leverage cap, news lockout — enforced before the EA fires.
Same StrategySpec runs backtest and live. No MT5 backtester quirks to navigate.
Any MT5 broker that allows expert advisors — most consumer and prop brokers do.
Manual closes from MT5 mobile reconciled in Ticpoz within a second.
Run separate MT5 terminals for separate accounts; bridge identifies them per token.
Broker suffixes (EURUSD.r, EURUSD-pro, EURUSDi) auto-resolved.
We never see your MT5 login or investor password. The bridge holds a per-account token.
MT5-specific questions.
MT5 with the missing risk team.
One signed EA. Engine-enforced caps. Quant-AI on top.
Join the waitlist