Trade once.
Copy it everywhere.
Pick one of your accounts as the master. The moment it trades, every follower account follows automatically — each scaled to its own size, mapped to its own broker's symbols, and kept inside its own risk limits. Run a whole desk of MT4/MT5 accounts from a single hand.
Available on Pro & Enterprise · your own accounts, no one else's.
How it works
Connect your accounts
Add your MT4/MT5 broker logins — the master and the followers. They stay connected on our infrastructure, no terminal to run.
Build a copy set
Choose a master account and add followers. Each follower gets its own sizing method and risk limits.
Tune each follower
Size by equity, a multiplier, fixed lots, or risk-%. Clamp lots, cap exposure, filter symbols, add a slippage guard.
Arm it
Flip the switch. Every master trade now mirrors to your followers — opens, closes, and stop / take-profit changes.
Every follower, its own size
A big account and a small one should never take the same lot. Pick how each follower scales the master's volume — a 0.10-lot trade can become 0.01 where it needs to.
Proportional
Scale by the follower ÷ master equity ratio — small accounts get proportionally small trades, automatically.
Multiplier
A fixed factor of the master's volume — half, double, whatever you set.
Fixed lots
Every copied trade is a constant lot, regardless of the master's size.
Risk-percent
Size so each trade risks the same percentage of the follower's equity to its stop.
Guardrails on every account
Copying blindly is how accounts blow up. Every follower carries its own rules, enforced before a single order goes out.
- ▸ Min / max lot clamps, snapped to the broker's step
- ▸ Max open trades & total exposure caps
- ▸ Symbol allow / block lists
- ▸ Reverse (inverse) copy — sell when the master buys
- ▸ Slippage guard — skip if price ran too far
- ▸ Ignore the master's tiny probe trades
- ▸ Daily-loss auto-stop
- ▸ Per-broker symbol mapping (EURUSDm ↔ EURUSD)
- ▸ A copy delay / throttle when you want it
Run it however you like
A point-and-click dashboard to build sets and watch a live log — plus full programmatic control. Everything the dashboard does, the API does: create sets, tune followers, arm and pause, read stats and the copy log.
const set = await client.copy.createSet({
name: 'My desk',
masterAccountId: 'acc_master',
followers: [
{ followerAccountId: 'acc_1', sizingMethod: 'proportional' },
{ followerAccountId: 'acc_2', sizingMethod: 'multiplier', sizingValue: 0.5 },
],
})
await client.copy.arm(set.id)And it doesn't matter how the master trades — a click in the dashboard, an API call, a Telegram command, a webhook, or a TradingView alert. However the master's order is placed, the followers follow.
TypeScript & Python SDKs · REST · MCP · TradingView · webhooks.
Who it's for
Prop desks & managers
Run many funded accounts off one strategy account, each sized to its own balance and rules.
Strategy testers
Prove an idea on a demo master, mirror it to live followers when you're ready — the same set, one switch.
Multi-broker traders
Keep accounts across brokers in lockstep, with symbol names reconciled automatically.
Mirror your first trade today
Free to sign up. Copy Trading unlocks on Pro & Enterprise — and every account is your own.