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

Cron Schedule

JobScheduleAgentDescription
trailing_stopevery 1 minutefinanceMove SL up if profit ≥ trigger%
health_checkevery 1 houropsCheck exchange connectivity
daily_pnl21:00 dailyfinanceEnd-of-day PnL summary report

Trend data is not a cron job — the 1H trend scan runs automatically inside the opentrader container via entrypoint.sh: once on startup and every hour thereafter. Scout can fetch on-demand single-TF trend via GET /api/trend/{symbol} or read scanned snapshots via GET /api/trend/all.

Cron jobs are configured in openclaw/cron/jobs.json (OpenClaw CronStoreFile format), not in openclaw.json or AGENTS.md. Copy to config/cron/jobs.json during setup.