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: a Starter or higher monitoring plan, an Ingest Token from Profile → Connect your EA, and WebRequest allowed for https://xtriel.com. Configure and dry-run free; live follower execution requires an xTriel Copier subscription.

1 · Install xTrielCopier EA

Install the compiled xTrielCopier.ex5 on both leader and follower terminals (same package as the Reporter EA download on connect-mt5).

  1. Open the MT5 data folder. File → Open Data Folder → MQL5/Experts.
  2. Copy xTrielCopier.ex5 into Experts. Refresh the Navigator.
  3. Attach to a chart on each terminal. Set mode to Leader or Follower, paste your xti_ Ingest Token, and keep DryRun = true for the first pass.
One EA per role per terminal. Leader terminals send trade events; follower terminals poll and execute (or skip in dry-run). 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 · Dry-run test

With DryRun = true on the follower EA, place a small trade on the leader account. The command log should show the routed action — status dry-run or acked with no trade opened on the follower.

  • 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 enabling live execution.

4 · Enable live copy

When dry-run routing is clean:

  1. Subscribe to an xTriel Copier plan (Basic, Pro, or Max).
  2. Set DryRun = false on the follower EA inputs (demo first, then live).
  3. Enable the route in the dashboard and confirm the command log shows acked with real fills.
Copier is billed separately from monitoring. Pro/Max monitoring subscribers get 20% off Copier at checkout.

5 · Next steps