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 ← Trading · AI Confirm · Execute · Risk · PnL · Trailing
├── ops ← Watchdog · Health check · Infra
├── tech ← Backend · System · Bug fixes
└── 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 →
financeperforms a final AI analysis (EV > 25%, confidence ≥ 8) - If criteria met → places a bracket order on-chain (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 |
ops | Watchdog, infrastructure health check |
finance | AI signal confirmation (EV > 25%, confidence ≥ 8), order execution, trailing stop, PnL reports, drawdown alerts |
tech | Backend maintenance, system infrastructure, bug fixes |
scout | TA scan & signal generation, market intelligence — trending coins, sector rotation, on-demand coin research |