Free EAs for MT4 and MT5. Place on any chart โ no special template or symbol required.
https://copier.pipalgo.co.zaDownload PipAlgo_Slave_MT4.mq4 or PipAlgo_Slave_MT5.mq5 above, depending on your terminal.
In MT4/5: File โ Open Data Folder โ MQL4 (or MQL5) โ Experts. Paste the EA file there. Then right-click Expert Advisors in Navigator โ Refresh.
Log in to your dashboard, add your account, and copy the Copy Token from the account row.
Drag the EA onto any chart. In the Inputs tab, paste your Copy Token in CopyToken. Click OK. Enable AutoTrading (F7 or the toolbar button).
In the Experts tab (bottom panel), you should see [PipAlgo Slave] Init OK. The EA polls every 3 seconds. Your dashboard will show it as Online.
| Parameter | Default | Description |
|---|---|---|
| CopyToken | empty | Your unique copy token from the dashboard. Required. |
| ServerURL | https://copier.pipalgo.co.za | Do not change unless you self-host. |
| PollSeconds | 3 | How often the EA checks for new trades (seconds). Min 1, recommended 2โ5. |
| Slippage | 10 | Max slippage in points when executing market orders. |
| UseComment | true | Copy the master's trade comment to the slave order. |
| MagicNumber | 99001 (MT4) / 99002 (MT5) | Magic number for all orders placed by this EA. Change if you run other EAs on the same account. |
| DebugLog | true | Print detailed logs to the Experts tab. Turn off to reduce log noise in production. |
| Parameter | Description |
|---|---|
| ServerURL | URL to /api/master_push.php on your server. |
| ApiToken | Your Master API Token from Admin โ Master Accounts. Keep it secret. |
| PollMs | Timer interval in milliseconds (default 1000ms = 1 second). |
| CopyPending | If true, pending/limit orders are also pushed to subscribers. |
| DebugLog | Print trade push results to Experts tab. |