Start free
Documentation

Install the robot on MT5

Install the MT5 expert advisor, fill `ACCOUNT_CODE` and `ROUTING_TOKEN`, then validate the account from the client workspace.

MT5

Install the robot on MT5

Install the MT5 expert advisor, fill `ACCOUNT_CODE` and `ROUTING_TOKEN`, then validate the account from the client workspace.

Updated 11 Apr 2026 00:21
Step 1 Create account
Step 2 Connect broker
Step 3 Paste webhook
Delivery status Received → Routing → ACK → Delivered

Goal

Install TheConnector on MetaTrader 5 and confirm the live workspace connection.

1. Download the MT5 package

Open Downloads.

  • Download the MT5 package
  • Keep the account details page open while installing
Downloads screenshot
Downloads contains the MT5 package and related guides.

2. Copy the files into MT5

  • Open File > Open Data Folder
  • Copy the expert advisor into MQL5/Experts
  • Copy the required include files into MQL5/Include
  • Compile in MetaEditor if needed
What to check in your interface

MT5 data folder

Check MQL5/Experts and MQL5/Include.

3. Retrieve the account credentials

From Accounts, copy:

  • ACCOUNT_CODE
  • ROUTING_TOKEN
Account details for MT5 screenshot
Account details provide the account code and access key used by the MT5 EA.

4. Attach the EA and allow algo trading

  • Drag TheConnector onto a chart
  • Enable algo trading
  • Confirm any permission requested by the package
What to check in your interface

MT5 EA properties

Check the Common tab and the algo trading checkbox.

5. Fill the connection inputs

Fill only the inputs exposed by the current MT5 robot:

  • ACCOUNT_CODE
  • ROUTING_TOKEN

The WebSocket endpoint is built into the package. Do not add broker-specific host or port values unless support explicitly provides a custom build.

6. Read the status panel

The MT5 panel should show the TheConnector account, trading account, broker, transport and connection state.

What to check in your interface

MT5 panel

Check the panel with broker, transport and connection state.

7. Validate from the web workspace

  • Accounts shows the account as Live
  • Transactions shows the first test alert if the current plan includes it
  • Orders or the robot panel starts giving useful feedback after activity