Set up xTriel Copier
Copy routingWire 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.
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).
- Open the MT5 data folder. File → Open Data Folder → MQL5/Experts.
- Copy xTrielCopier.ex5 into Experts. Refresh the Navigator.
- 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.
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.
- Add Leader — pick the bridge terminal running in Leader mode.
- Add Follower — pick the follower terminal.
- Link them — drag from the leader port to the follower node (or use the node menu).
- 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:
- Subscribe to an xTriel Copier plan (Basic, Pro, or Max).
- Set DryRun = false on the follower EA inputs (demo first, then live).
- Enable the route in the dashboard and confirm the command log shows acked with real fills.
5 · Next steps
- Blog: xTriel Copier overview
- Connect MT5 Reporter EA — monitoring on the same terminals
- Copier pricing & plan limits