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. 1

    Download the connector

    Grab the latest TradifyConnector Expert Advisor. It’s also available inside the app.

    Settings → Data Source
    Download TradifyConnector.ex5 v1.25 · MT5 · ~115 KB
  2. 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. 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 Advisors data.tradify.pro
  4. 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 Tokens ApiToken
  5. 5

    Choose what to enable

    Turn on EnableTrading for one-click execution, EnableStreaming for a live data feed — or both.

    EnableTrading EnableStreaming

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