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.
These limits are enforced by the backend, not offered to the AI as soft suggestions.
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.
