Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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)

  1. scout scans the market → detects signals
  2. coo sends a checklist to Telegram → boss confirms YES / NO
  3. If YES → finance performs a final AI analysis (EV > 25%, confidence ≥ 8)
  4. If criteria met → places a bracket order on-chain (entry + stop-loss + take-profit simultaneously)
  5. coo reports 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.

AgentRole
cooCoordinator — communicates with boss via Telegram, routes tasks
opsWatchdog, infrastructure health check
financeAI signal confirmation (EV > 25%, confidence ≥ 8), order execution, trailing stop, PnL reports, drawdown alerts
techBackend maintenance, system infrastructure, bug fixes
scoutTA scan & signal generation, market intelligence — trending coins, sector rotation, on-demand coin research