Most people don't switch copiers because a competitor looked shinier. They switch because something broke: missed signals, a VPS that died mid-session, a parser that stopped understanding a channel, or a prop-firm rule that got tripped.
The switch itself carries a specific risk that nobody warns you about: the window where both tools think they own the same positions, or neither does. That's how people end up with a trade whose stop-loss never moves, or a double-sized position on the same signal.
Here's the order that avoids it.
Before you touch anything: write down what you're leaving
Whatever tool you're on now, it holds configuration you'll forget you had. Screenshot or copy these before you cancel anything:
- Channel list — the exact channels, and which ones you had muted or paused
- Risk settings per channel — risk %, fixed lot, max lots, max concurrent trades
- Symbol mappings — especially any manual overrides for suffixes like
.m,.ecn,.pro - Filters — allowed sessions, blocked symbols, minimum R:R, news windows
- TP/SL behaviour — partial-close percentages, break-even trigger, trailing rules
- Anything you fixed by hand over months. These hand-tuned edge cases are the real cost of switching, not the subscription.
That last one matters most. The value in your current setup isn't the software — it's the six months of small corrections you made to it.
The one rule that prevents disasters
A position must be managed by exactly one system at a time — the one that opened it.
Your old copier knows about the trades it opened: which ticket belongs to which signal, where TP2 sits, when to move the stop to break-even. Your new copier knows nothing about them. It sees, at best, anonymous open positions.
So don't hand over mid-flight trades. Let the old system finish what it started.
The migration order
Step 1 — Stop new signals on the old tool, keep it running
Pause or disable new trade entry on the old copier, but leave it running and connected. It still needs to manage its open positions: moving stops, closing TPs, handling follow-up messages from the channel.
This is the step people skip. If you uninstall the EA or close the app while trades are open, those trades become orphans — no break-even move, no TP2 close, no close half command. You're now managing them manually, whether you realise it or not.
Step 2 — Set up the new copier in paper mode
While the old tool is winding down, configure the new one completely — all channels, risk settings, symbol maps — but run it in paper/dry-run mode so it executes against simulated fills.
You now get something genuinely valuable: the same signals flowing through both systems, one live and one simulated, on the same account. Compare them.
- Did the new tool catch every signal the old one caught?
- Did it parse the entries and TPs to the same numbers?
- Did it size positions the way you expected on your actual equity?
- Did it handle a follow-up message (
SL to BE,close half) correctly?
Run this for at least a few days, and make sure it spans a busy session. A copier that looks perfect on three clean signals often reveals itself on the messy fourth.
Step 3 — Reconcile the differences
Every difference you found in step 2 is either a config gap or a real capability difference. Work through them before cutting over — this is where the six months of hand-tuning gets rebuilt in an afternoon instead of rediscovered painfully over weeks.
Common culprits:
| Symptom | Usual cause |
|---|---|
| New tool missed a signal | Channel not added, or the parser skipped an unfamiliar format |
| Wrong lot size | Risk-per-trade set as fixed lots instead of % of equity |
| "Symbol not found" | Broker suffix mismatch (XAUUSD vs XAUUSD.m) |
| Trade opened but no TP | Multi-TP handling configured differently |
| Duplicate trades | Both tools live at once — see the rule above |
Step 4 — Wait for open positions to close
Let the old tool's trades finish naturally. Don't force-close profitable positions just to speed up a migration; that's a real cost paid for an artificial deadline.
If you carry long-running swing positions, it's fine to run this way for a while. The old tool manages its shrinking set of trades; the new one paper-trades everything.
Step 5 — Cut over
When the old tool has no open positions left:
- Turn off the old copier completely (remove the EA / close the app / disconnect the account).
- Verify it's actually disconnected — check that its EA is off the chart and any cloud connection is revoked. A forgotten VPS still running the old EA is the classic way to get double-executed signals weeks later.
- Switch the new copier from paper to live.
- Start with reduced risk — half your normal size for the first week. Not because the tool is untrustworthy, but because your configuration is new.
Step 6 — Cancel the old subscription last
Cancel only after a clean week live on the new tool. The overlap costs you one month; getting stuck between two tools with no working setup costs more.
If you're switching mid-challenge on a prop firm
Extra care here, because the cost of a mistake is the whole challenge fee.
- Don't switch mid-challenge if you can avoid it. Finish or fail the current one first.
- If you must: complete the entire paper-mode comparison before touching the funded account, and verify the new tool's daily-loss guard accounts for floating P&L, not just closed trades.
- Re-check hidden SL/TP behaviour and FIFO compliance in the new tool — these are configured differently almost everywhere.
- Confirm your firm's rules on EAs and copiers still permit the new setup. Some firms restrict specific tools.
The honest reasons switching sometimes isn't worth it
Not everything justifies a migration:
- One missed signal is usually a parser gap you can report, not a reason to rebuild your whole setup.
- A single VPS outage is a hosting problem — moving copiers doesn't fix a bad VPS.
- Slow fills may be your broker or your VPS location, not the copier. Measure before you migrate.
Switch when the failure is structural: the tool can't read your channels' formats, doesn't support your platform, has no risk controls you need, or its business is clearly not maintained.
If you're moving to us
The migration is the same six steps. Two things make step 2 easier: paper mode is available during the free 5-day trial, so you can run the full parallel comparison before paying anything, and channel presets let you configure a channel's settings in one action rather than rebuilding each filter by hand.
Symbol suffixes are detected automatically against your broker, which removes the most common cause of a silent "nothing executed" after a switch. And if you want to know what you'd be trading against before committing, our comparisons list where competitors beat us as well as where they don't.
If you're evaluating rather than switching, start with the 14-point buyer's checklist instead.