How it works
An alert goes in. Orders come out on every account you own.
Five stages. Your limits are checked at the third one, while the order is still ours to stop.
Every funded account on one line — balance, open positions, the day's P&L and what is still unrealised. Across firms, across brokers, in one place instead of six browser tabs.
Every funded account on one line — balance, open positions, the day's P&L and what is still unrealised. Across firms, across brokers, in one place instead of six browser tabs.
Point a TradingView alert at your webhook, map the fields once, and every alert after that becomes a real order. The payload that arrived and the response that went back are kept for every delivery, so a trade that did not happen has a reason you can read.
One master, as many followers as you run. Size and risk are set per account, so a 50K evaluation does not take the position a 150K funded account takes. The topology is a picture, not a settings page.
A daily loss cap, a drawdown floor, a limit on how many times you are allowed to try again. You set them while you are calm and the platform enforces them when you are not — a lock cannot be lifted early, which is the entire feature.
Every fill attributed to the strategy that placed it. Not a blended equity curve you cannot act on — a split that says which of the things you run is carrying the account and which one is quietly paying for the other.
Your own closed days, resampled against a firm's actual rulebook — profit target, trailing drawdown, consistency rule, the minimum number of days. It will tell you the odds are bad, and it will tell you when your history is too short to have odds at all.
Tradovate, Rithmic, TradeLocker, or a simulated account to test the whole thing with nothing at stake. One connection per broker, and every account underneath it routes and copies.
Setup
Three steps, then it runs without you.
01Connect
Link the platform your firm gave you, once. Every account underneath it comes along.
02Translate
Point a TradingView alert at your endpoint URL. It becomes a real order.
03Copy
One fill mirrors to every account you chose, sized per account.
Your endpoint
https://api.tradeus.app/alert/mnq-breakoutPaste it into the TradingView alert box as the webhook URL. That is the setup.
Stage by stage
What actually happens, in order.
Nothing below is skipped and nothing runs on your machine. The stages are listed in the order they execute, which is also the order in which something can go wrong.
- 01
The alert fires
TradingView sends your alert to the endpoint URL you were issued, whether or not you are at the desk.
Nothing of yours has to be running.
- 02
It is translated
The endpoint knows which account it belongs to, which contract that account trades and what quantity you set.
Mapped once per endpoint, not written into every alert.
- 03
Your limits are checked
Daily loss, trailing floor, maximum contracts, maximum trades today. Cross one and the order stops here with the reason recorded.
The last moment the order is still ours to stop.
- 04
The broker gets it
Sent over your own connection. Whatever comes back — a fill or a refusal — is written down as it came.
The refusals are kept too.
- 05
It is copied
Every account you told to follow gets the same trade at its own size, and follows it back out when the leader closes.
A copier that only opens positions is half a copier.
Stage 02
Text in, an order out.
The endpoint accepts the alert format the ecosystem already speaks, so an alert you fire at another service today can be pointed here unchanged.
The exchange prefix and the continuous-contract notation are resolved to the contract your account actually trades, so you never maintain a symbol table. And an exit that arrives as a sell with a target of flat is read as an exit — a translator that took it literally would open a short instead of closing the long.
Point a TradingView alert at your webhook, map the fields once, and every alert after that becomes a real order. The payload that arrived and the response that went back are kept for every delivery, so a trade that did not happen has a reason you can read.
Stage 03
A limit that reports is not a limit.
Every rule that ends a funded account is a number you crossed. Checking it after the fill tells you which account you lost; checking it before the send is what keeps it.
Checked before the send
- Daily loss lock
- Trailing drawdown floor
- Maximum contracts
- Maximum trades per day
Recorded either way
- The payload as it arrived
- The order as it was sent
- The broker's answer, verbatim
- The blocks, with the rule that caused them
A daily loss cap, a drawdown floor, a limit on how many times you are allowed to try again. You set them while you are calm and the platform enforces them when you are not — a lock cannot be lifted early, which is the entire feature.
Stages 04 and 05
Whatever the broker says is what gets written down.
A fill, a refusal or a held order — all three land in the same log, and none of them are retried behind your back. A retry you did not ask for is a second position you did not want.
Every fill attributed to the strategy that placed it. Not a blended equity curve you cannot act on — a split that says which of the things you run is carrying the account and which one is quietly paying for the other.
Without an alert
No TradingView? Then you are the signal.
Place the trade in the account you actually watch, and every other account you connected takes the same trade at the size you set for it. Nothing is scheduled and nothing is guessed — it copies what you just did, while you are doing it.
This is the whole of the cheapest plan, and it is not a trimmed version of the one above. The same risk checks run before each order leaves — daily loss, trailing drawdown, maximum contracts, lockout. The same log records the fills and the refusals. The same number of accounts is included, which is all of them. What you are not buying is the part that trades while you are asleep.
What each plan costsOne master, as many followers as you run. Size and risk are set per account, so a 50K evaluation does not take the position a 150K funded account takes. The topology is a picture, not a settings page.
Connects to
If your firm issues you credentials for one of these, you can connect it — as many accounts on it as you hold, on every plan.
Point one alert at it and watch where it lands.
Your endpoint is issued the moment you connect a broker. Fire a single alert at it and every account you chose reports back — the order, the fill or the refusal, with the rule that caused it.
