MetaTrader 5
Connect MetaTrader 5
Stream live prices and trade straight from Tradify with the TradifyConnector Expert Advisor — about two minutes to set up.
-
1
Download the connector
Grab the latest TradifyConnector Expert Advisor. It’s also available inside the app.
Settings → Data SourceDownload TradifyConnector.ex5 v1.25 · MT5 · ~115 KB -
2
Copy it into MetaTrader
Move the file into your MetaTrader 5 Experts folder, then refresh the Navigator panel or restart the terminal.
%APPDATA%\MetaQuotes\Terminal\<id>\MQL5\Experts\Navigator → right-click → Refresh -
3
Allow the Tradify URL
Open the Expert Advisor options, enable “Allow WebRequest for listed URL”, add the host below, and turn on Algo Trading.
Tools → Options → Expert Advisorsdata.tradify.pro -
4
Attach the EA and add your token
Drag TradifyConnector onto any chart and enable Algo Trading. Then paste your API token into the ApiToken input.
Settings → Trading → EA TokensApiToken -
5
Choose what to enable
Turn on EnableTrading for one-click execution, EnableStreaming for a live data feed — or both.
EnableTradingEnableStreaming
Trading vs. streaming
Trading (port 5566) executes orders and reports positions & account state. Streaming (port 5565) sends live ticks, candles and depth of market. Enable whichever you need.
Need the full reference? Read the docs