Skip to main content

Set up xTriel Copier

Copy routing

Wire leader MT5 accounts to followers through the Copier dashboard. xTrielCopier EA executes trades locally on each terminal — the cloud routes commands and applies safety filters, but never holds funds or asks for broker passwords.

Prerequisites: an active xTriel Copier plan (Basic, Pro, or Max), enough monitoring account slots for every leader and follower in the route, an Ingest Token from Profile → Connect your EA, and WebRequest allowed for https://xtriel.com. Free has one monitoring slot, so a typical leader-to-follower route needs a tier with more slots. xTriel Copier is pay-to-use — configuring routes and downloading the EA both require an active Copier plan.

1 · Subscribe & install xTrielCopier EA

Subscribe to a Copier plan, then download the compiled xTrielCopier package from your dashboard's Downloads button (app.xtriel.com/copy) and install it on both leader and follower terminals.

  1. Open the MT5 data folder. File → Open Data Folder → MQL5/Experts.
  2. Copy xTrielCopier.ex5 into Experts, then refresh the Navigator.
  3. Attach to a chart on each terminal. Paste your xti_ Ingest Token; the dashboard assigns the leader/follower role. Until a terminal is assigned to an enabled route, it stays inert — it acks commands as skipped without trading.
One EA per role per terminal. Leader terminals send trade events; follower terminals poll and execute. A terminal that isn't assigned to an enabled route — or on an account without an active Copier plan — acks commands as skipped and never trades. Enable Algo Trading and allow WebRequest for https://xtriel.com.

2 · Build a copy route

Open app.xtriel.com/copy. The lane board shows leaders on the left and followers on the right.

  1. Add Leader — pick the bridge terminal running in Leader mode.
  2. Add Follower — pick the follower terminal.
  3. Link them — drag from the leader port to the follower node (or use the node menu).
  4. Apply Settings — save the route. Repeat for additional followers or create a new route chip.

Configure leader filters (max open positions, order types, emergency stop) and follower lot scaling from each node's settings panel.

3 · Test on a demo follower

Point the follower terminal's EA at a demo MT5 account, enable the route, and place a small trade on the leader account. The command log should show the routed action — delivered then executed — filling on your demo follower only.

  • Check Bridge terminals — both EAs online within 45 seconds.
  • Check Command log — OPEN/MODIFY/CLOSE with correct symbol and follower.
  • Fix symbol maps or filters before pointing the follower at a live account.

4 · Enable live copy

When the demo route fills cleanly:

  1. Point the follower terminal's EA at your live MT5 account.
  2. Confirm the follower is assigned to the route and the route is enabled in the dashboard.
  3. Place a trade on the leader and confirm the command log shows executed with real fills.
Copier is billed separately from monitoring. Pro/Max monitoring subscribers receive prices of $23 / $47 / $79 per month when checkout starts from the authenticated Copier dashboard.

5 · Next steps