Webhooks vs leader-follower copying — two paths, one risk problem.
Leader-follower copying mirrors what a live account actually trades. Webhooks turn an external alert into an order on the leader first, then run the same copy pipeline. Neither path passes a prop evaluation for you.
- Leader-follower: trade normally, followers mirror fills
- Webhooks: alerts place on the leader, then copy
- Risk rules still apply per follower either way
7-day trial · No VPS required · Cancel anytime
Leader-follower
Mirroring a live account
You trade the leader account normally. MimikTrader watches fills and replicates them to followers with per-account multipliers, contract conversion, and risk checks before each accept.
Best when your edge is discretionary, you want full chart and DOM control, or you already trade Tradovate, Rithmic, or ProjectX directly and just need the book mirrored.
Webhooks
Alert-driven entries on the leader
A strategy alert POSTs JSON to MimikTrader. The platform places the order on the configured leader — entry plus bracket when configured — and followers receive the same signal through the standard copy path.
Best when your entries are systematic, you run the same setup on multiple accounts, or you want cloud execution without a VPS babysitting a desktop platform.
Choose
When each path makes more sense
Prefer webhooks when signals already live in Pine Script or another alert-driven system and you want zero re-keying across many accounts — with idempotent retries and native TP/SL at entry.
Prefer leader-follower when you read context live, scale in and out by feel, modify brackets on the fly, or do not want webhook secrets in the workflow at all.
Common hybrid: webhook strategies for systematic evaluation accounts, manual leader trading on funded accounts you manage by hand — separate copy groups, separate risk profiles.
- One leader per group — keep naming unambiguous
- Avoid double exposure from a manual trade plus an alert on the same symbol
- Check current firm rules before automating on a given account type
Unchanged
What does not change between the two
Followers still enforce their own daily loss, trailing drawdown, profit drawdown, and consistency rules. A locked follower skips the trade even when the leader accepts it.
Risk is per account. One bad account should flatten and lock without dragging the rest of the book. MimikTrader does not speak for any prop firm.
Same platform either way
- Cloud copy groups with per-follower multipliers
- Webhook strategies with rotatable secrets and signal history
- Tick-level risk enforcement on every follower
- Built-in journal from the same broker fills
Pick the order path that matches how you actually trade
Run manual leader-follower copying, webhook-driven automation, or both — with per-account risk enforcement on every follower either way.
7-day trial · No VPS required · Cancel anytime