Copy trading groups: configuration, currently disabled

Copy trading groups describe which account leads and which accounts follow, and at what size. Replication is currently disabled in the application: the configuration is saved, but no follower order is sent.

Senzoukria · Documentation · Updated September 2026


Where to find it

Where
Broker account panel → Copy trading (collapsed section)
State shown
unavailable
New group default
disabled, no leader, no follower, max 5 contracts per account
New follower default
enabled, sizing mode "Same as leader"
Minimum accounts
Two; the panel says so when the login reports fewer
Storage
Local browser storage, key senzoukria.copytrading.v1

What it does

A group names one leader account and any number of follower accounts. Each follower carries its own sizing rule, so five evaluation accounts at the same firm can take the same decision at different sizes. The panel is configuration only; it routes no order itself.

Replication is switched off in this build. The header shows the state "unavailable" and an alert explains that follower exits and protections are not yet tracked, that the configuration is saved, and that manual orders affect only the selected account. The master switch and the per-group ON switch are displayed but disabled, and a saved enabled configuration is retained without sending anything.

The planning logic that the feature will use when it returns is already fixed and tested. Only an order issued on the leader replicates, so two groups pointing at each other cannot cascade. A multiplier that does not divide evenly rounds down, and an account that rounds to zero is skipped with its reason printed rather than silently enlarged. The per-account cap is applied last, whatever the sizing mode.

Settings

Group and follower settings
SettingDefaultWhat it changes
Master switchoffGlobal cut-off; with it off no group replicates, whatever its own settings
Group nameGroup <n>Free text label for the group
Group ONoff at creationCreating a group never, by itself, starts replication
Leader account— none —The account whose orders would be replicated; selecting it removes that account from the follower list
Max qty / account5Hard per-follower cap, applied after sizing; a value that is not a positive number falls back to 1
Follower includedchecked when addedExcludes the account without removing it from the group
Sizing modeSame as leaderSame as leader, Fixed (a contract count), or × (a factor applied to the leader's size)
Sizing value1Contracts in Fixed mode, factor in × mode (minimum 0.1, step 0.1); ignored in Same mode

How to use it

  • Open the Copy trading section in the broker account panel and expand it with the chevron.
  • Create a group, pick a leader account, then add follower accounts from the drop-down at the bottom of the group.
  • Set each follower's sizing mode and value, and lower the per-account cap if a mistyped size must never reach the broker.
  • Read the panel's closing warning: even when replication returns, this panel mirrors only the position and profit or loss of the account selected above it.

Limits and pitfalls

Nothing is replicated in this build. Treat every saved group as a draft until the state stops reading "unavailable".

A follower listed twice in the same group is planned once and reported as "listed twice — ignored"; a follower missing from the current connection is reported as "not available on this connection". Skipped accounts are always named, never dropped quietly.

Stored configuration is revalidated field by field when it is read back, so a corrupted or older entry cannot arm anything: unknown sizing modes fall back to Same as leader, and the master switch is only restored when it was explicitly true.

This page in other languages

Frequently asked questions

Why is copy trading unavailable if the panel still exists?
The previous executor copied entries without following cancellations, exits or linked stop/target orders on the follower accounts. Rather than open exposure it could not close, the application keeps the configuration and refuses to send follower orders until that lifecycle exists.
What happens to a multiplier of 0.5 on one contract?
It rounds down to zero and that account is skipped with the reason printed. Sizing never rounds up: asking for half of one contract must not send one.
Can a follower account become a leader in another group?
Only an order issued on a group's own leader triggers that group's plan, so an order arriving on an account as a follower never starts a second replication.

Keep reading