Cron Schedule
| Job | Schedule | Agent | Description |
|---|---|---|---|
trailing_stop | every 1 minute | finance | Move SL up if profit ≥ trigger% |
health_check | every 1 hour | ops | Check exchange connectivity |
daily_pnl | 21:00 daily | finance | End-of-day PnL summary report |
Trend data is not a cron job — the 1H trend scan runs automatically inside the
opentradercontainer viaentrypoint.sh: once on startup and every hour thereafter. Scout can fetch on-demand single-TF trend viaGET /api/trend/{symbol}or read scanned snapshots viaGET /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.