MT4 vs MT5: what's different
MTContext runs on MetaTrader 5 today, and MetaTrader 4 support is coming soon. If you're weighing the two — or you're on
MT4 and want to know what to expect — here's the practical picture. The short version: the experience is designed to be
nearly identical on both, with one extra setup step planned for MT4.
Available today
MTContext supports MetaTrader 5 right now. You attach one Expert Advisor, allow algorithmic trading, and connect any MCP
client (Claude Desktop, Claude Code, Cursor, and others). If you're on MT5, see Installing the EA on MT5.
What will be the same on MT4
When MT4 support lands, using MTContext will feel the same on either platform: the same AI clients, the same kinds of
requests (prices, bars, account state, indicators, trades), and the same safety model — trades default to a dry run, and
margin and lot size are validated before anything executes. Your broker's rules apply identically either way.
How the connection will differ under the hood
- MT5 connects to MTContext's cloud over a native WebSocket. Nothing special to configure beyond attaching the EA and
allowing algorithmic trading.
- MT4 has no native WebSocket, so the planned MT4 bridge uses outbound HTTP long-polling via WebRequest instead.
Functionally you won't notice the difference — but it means MT4 will need one extra setup step (adding the MTContext
URL to the allowed WebRequest list). Neither approach requires DLLs or Python.
Which should I use?
If you're on MetaTrader 5, you can start today. If your broker and strategy rely on MetaTrader 4, MTContext isn't live
there yet — MT4 support is on the way, so it's worth checking back or starting a free MT5 setup in the meantime.
Next steps
Ready to install on MT5? Go to Installing the EA on MT5, then connect your AI client with Connecting Claude Desktop.
Start free at mtcontext.com — MetaTrader 5 today, MetaTrader 4 coming soon.