How to Copy MT4 Trades to TradeLocker (Free, Step by Step)
Copy MT4 or MT5 trades to a TradeLocker account automatically: what actually works, the free bridge setup in 5 steps, sizing modes and prop-firm cautions.
Short answer: TradeLocker cannot run Expert Advisors, so nothing installs "inside" it — instead a small bridge program runs on the same Windows PC or VPS as your MT4/MT5 terminal, reads each trade from a Master EA, and places it on your TradeLocker account through TradeLocker's official public API. The CopyConnectFX bridge does this free: opens, closes and SL/TP changes, with fixed, multiplier or balance-ratio sizing. Setup takes about ten minutes; the steps are below.
Why you cannot just install a copier in TradeLocker
MT4 and MT5 are desktop platforms with a built-in programming engine, which is why the whole EA ecosystem exists. TradeLocker took the opposite path: it runs entirely in the browser, which many prop firms adopted after the MetaTrader shake-up — but it means there is no place to attach an EA, no Experts folder, and no copier that can live inside the platform. (More background in What is TradeLocker?)
That leaves exactly one honest architecture: something outside the platform talking to TradeLocker's official API. Be wary of anything claiming to "automate the TradeLocker website" through browser clicking — screen-scraping breaks on every UI update and can violate the platform's terms. An API bridge is the supported route.
What you need
| Piece | Where it runs | Cost |
|---|---|---|
| MT4 or MT5 terminal with your source account | Windows PC or VPS | — |
| CopyConnectFX Master EA | A chart in that terminal | Free |
| TradeLocker Bridge program | Same machine, beside the terminal | Free |
| TradeLocker account (demo or live) | Any TradeLocker broker or prop firm | — |
Everything sits on one machine. No cloud service holds your trades in transit, and the copy keeps working even if your internet hiccups between the terminal and the bridge — the API call to TradeLocker is the only leg that needs the internet at all.
How to set it up
- Create a free account and install the Master EA. Download it from the dashboard, drop it into your terminal's Experts folder, allow WebRequest for
https://www.copyconnectfx.com, and attach it to any chart on the account you want to copy FROM. - Download the TradeLocker Bridge from the same downloads page and unzip it anywhere on the same PC or VPS.
- Run the bridge once. It creates a
bridge.iniconfig file beside itself, then exits. - Fill in your TradeLocker details in
bridge.ini— email, password, server and account number, plus the sizing mode you want (fixed lots, a multiplier of the master's size, or balance-ratio). Your credentials stay in that local file; they are never uploaded. - Start the bridge and place a test trade on the master — on a demo TradeLocker account first. You should see the position appear within a couple of seconds, and closing it on MT4/MT5 closes it on TradeLocker.
Full option-by-option detail lives on the bridge page and in the video tutorial.
What is mirrored, exactly
| Event on MT4/MT5 | On TradeLocker |
|---|---|
| Market order opened | Same-direction position opened, sized by your rule |
| Position closed | Closed |
| SL / TP changed | Updated |
| Pending order | Copied when it becomes a position (fills as market) |
| Partial close | Proportional close where the API allows |
Sizing between two different account sizes
The master and the TradeLocker account rarely hold the same balance, so the bridge offers three modes: fixed (every copy is X lots), multiplier (master's size × your factor), and balance-ratio (the copy is scaled by the two accounts' balances — a 1% risk stays roughly 1%). Balance-ratio is the sensible default for a funded account; the arithmetic behind sizing is covered in the lot size calculator guide.
Prop firm cautions, stated plainly
Most people searching for this are funded traders who passed a challenge on a TradeLocker firm and trade their strategy on MetaTrader. Before pointing any copier at a funded account, check two rules in your firm's terms: whether copying from your own account is allowed (usually yes), and whether identical trades across multiple funded accounts at the same firm are allowed (often no — correlated-accounts rules). Also mind the daily-drawdown clock: a copier does not pause for the 5pm reset. And test the whole chain on the firm's demo first — every firm offers one.
Common problems
Nothing arrives on TradeLocker: the bridge is not running, the credentials in bridge.ini are wrong, or the Master EA shows a sad face (AutoTrading off / WebRequest not allowed). The bridge's console window says which. Sizes look wrong: you are on fixed lots while expecting ratio sizing — check the mode line in the config. Copies lag seconds: that is the TradeLocker API round-trip, not the bridge; a VPS near your broker helps. The general checklist in trade copier not copying trades applies here too.
Frequently asked questions
Can you copy trades from MT4 to TradeLocker?+
Yes, with a bridge application that reads trades from your MT4 (or MT5) terminal and places them on your TradeLocker account through TradeLocker's official public API. TradeLocker runs in the browser and cannot run Expert Advisors itself, so the bridge runs on the Windows machine beside your MetaTrader terminal and does the API calls from there.
Is there a free MT4 to TradeLocker copier?+
Yes — the CopyConnectFX TradeLocker Bridge is free, with no licence key and no trial clock. You need a free CopyConnectFX account, the Master EA on your MetaTrader terminal, and the bridge program on the same Windows PC or VPS.
Does TradeLocker support Expert Advisors or copiers directly?+
No. TradeLocker is a browser-based platform without an EA engine, which is why nothing can be installed 'inside' it. Anything that automates TradeLocker does it from outside through the official API — that is exactly what a bridge is.
What gets copied — and what does not?+
Market order opens, closes, and stop-loss/take-profit changes are mirrored, with fixed, multiplier or balance-ratio sizing. Pending orders are placed as market orders when they fill on the master side. Partial closes are mirrored as proportional closes where TradeLocker's API allows it.
Can I use this on a prop firm TradeLocker account?+
Technically yes — the bridge uses the official API with your own login. But read your firm's rules first: copying between your own accounts is usually fine, while running identical trades across several funded accounts at one firm often is not. The rule that catches people is the one about correlated accounts, not the copier itself.
Does the bridge need my TradeLocker password?+
The bridge runs on YOUR machine and logs in to TradeLocker's API with your credentials, stored locally in its config file on your own PC. Nothing is sent to CopyConnectFX servers — the website never sees a TradeLocker password and never places a trade.
Keep reading
Copy trades between MT4 & MT5 in milliseconds
Free local trade copier with a realtime web dashboard. Set up in 10 minutes — no coding.
Get Started Free