Automated Trading is off until you turn it on. It only runs after you explicitly opt in (see Risk Controls for how permission levels work). Soft phrasing like “can you handle this for me?” does not switch it on.
The Rules You Set
You define hard constraints and the backend enforces them on every trade. Defaults are deliberately loose, so set them to match how much rope you actually want to give the agent.| Constraint | Default | What it does |
|---|---|---|
| Max concurrent positions | Unlimited | Caps how many positions can be open at once |
| Per-position allocation | Uncapped | Caps how much capital one position can use; anything over the cap is automatically sized down |
| Leverage ceiling | BTC/ETH 10x, altcoins 20x | Skips any decision that would exceed it |
| Direction | Both ways | Restrict to long-only or short-only if you want |
| Margin mode | Cross | The managed Agent runs cross-margin, unlike manual perps, which are isolated |
How It Runs
Once enabled, the agent works on a loop:- Pull market data across your holdings.
- Form decisions in one pass, for every coin at once.
- Apply your rules and drop anything that breaks a constraint.
- Execute the trades that pass.
- Attach TP/SL to the resulting positions automatically.
You can point the Agent at your own exchange testnet account (for example Binance Futures or Hyperliquid testnet) to dry-run a strategy before committing real funds.
Tips
- Start tight. Set a real allocation cap and leverage ceiling before you enable it, rather than leaving the loose defaults.
- Check in on positions. The agent attaches TP/SL, but you still own the risk. Review what it is holding.
- Disabling stops new trades, not open ones. If you want flat, close out manually after turning it off.
