Loading…
Loading…
A new account starts unassigned: it connects and shows here, but copies nothing until you put it in a copy setup. On edit, leave the password blank to keep the current one.
Loading…
An account belongs to one setup at a time, as master or as slave. Removing it from a setup returns it to the pool with its configuration intact. Pausing a setup stops the copying but leaves every account connected, so resuming costs no logins.
Loading…
An external platform sends the trade — symbol, side, stop, target — plus the strategy that
produced it, to POST /api/signals/execute with the EXECUTOR_TOKEN bearer. An account
takes the signal only when it is listening AND has that strategy selected below, sized by its own
risk amount. The sender never learns which accounts exist, so it cannot name one it was not meant to reach.
Pick strategies per account from the strategies dropdown — it multi-selects, and each tick saves on the spot. The list comes from the sender (trade-alert). An account with none selected takes nothing — a new subscription trades only what you turn on, never "all" by omission. Stop listening is the master switch: it mutes the account entirely without losing its risk amount or its selection. A master and one of its own copy slaves may not both listen — the master's fill is already mirrored to that slave, so trading both would double the position.
Send the strategy levels. Each account pads the stop by its own spread plus the pad above — live on MT5, the configured MT4 spread otherwise — and only then solves the entry and sizes the volume, so the padded stop, the entry and the lots all differ slightly per account. Direction is read off the levels: a target above the stop is a buy, below it is a sell.
Market is sized off the live fill price, not off the rr entry. Limit with a blank entry solves one at rr; with an entry it uses yours as given. A limit the market has already passed is refused, not converted into a market order — you asked for a limit, so you get told. A resting limit is then watched like any other and deleted if price reaches its target unfilled.
The trade goes to every account listening on the Signals page, each sized by its own risk amount. Change who that is, or the rr and pad above, over there. Preview runs the whole calculation on every account and places nothing.
Loading…