Managing Baskets With Real Broker TP/SL
Why setting real broker stops on the basket average beats software-only management — and how our Assistant handles it.
When a system manages several positions at once as a single basket, the most important question is: where do the take-profit and stop-loss actually live? There are two answers — in software, or on the broker — and the difference matters more than most people expect.
Software-only management is fragile
If the take-profit and stop-loss exist only inside the EA's logic, they only work while the EA is running and connected. If your VPS reboots, the platform closes, or the connection drops at the wrong moment, those levels simply do not exist on the broker's side. The basket is unprotected exactly when you need it most.
Real broker stops on the basket average
A more robust approach is to calculate the basket's average price and place real broker TP and SL levels around it — orders that sit on the broker's servers whether or not your EA is online. As positions are added or removed, the average changes, so the levels are recalculated and updated to match.
- Protection survives disconnects and platform restarts.
- The exit is a real order, not a hopeful software instruction.
- Levels track the true basket average as it changes.
How the Assistant approaches it
Our Assistant tool is built around this idea: it manages the basket and keeps real broker-side TP/SL aligned to the average, recalculating as the basket evolves and using protective features like break-even and trailing on the average rather than relying on software-only exits.
This is a design choice about resilience, not a promise of profit. Markets can still gap and move against any position — but real stops give the basket a far better chance of being managed the way it was intended.
The bottom line
If a system manages baskets, ask one question: are the stops real, or just software? Real broker-side levels on the basket average are simply a safer way to run automated management.
This article is for general education only. KuberAstra provides software and automation tools — not financial, investment, or trading advice. Trading carries risk; you are responsible for your own decisions and outcomes.