Introduction
Automated trading bot system on Binance / Hyperliquid Spot, powered by OpenClaw multi-agent.
boss (you)
│ Telegram
▼
coo ← Coordinator · Routing · Human-in-the-loop
├── finance ← Risk · PnL · Trailing · Drawdown alerts
├── tech ← Backend · System · Bug fixes · Health check
└── scout ← TA Scan · Signal · Market Intel · Trending · Research
The system runs two parallel loops:
Trading loop (driven by scout, every 5 minutes)
scoutscans the market → detects signalscoosends a checklist to Telegram → boss confirms YES / NO- If YES → COO calls the server-side signal confirmation endpoint (EV > 25%, confidence ≥ 8)
- If criteria met → the server places a bracket order (entry + stop-loss + take-profit simultaneously)
cooreports the result back to boss
Protection loop (driven by finance, every 1 minute)
- Moves stop-loss up following price if position is profitable ≥ trigger%
- Alerts immediately if drawdown exceeds 15%
- Sends PnL summary report at 21:00 daily
Boss is the sole decision-maker — the system never trades without confirmation.
| Agent | Role |
|---|---|
coo | Coordinator — communicates with boss via Telegram, routes tasks |
finance | Trailing stop, PnL reports, drawdown alerts |
scout | TA scan & signal generation, market intelligence — trending coins, sector rotation, on-demand coin research |