You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart LR
F[feed pull] --> P[SampleLeagueFeed]
P --> B[book replay]
B --> M[MarketEdgePricer]
M --> R[Portfolio metrics]
P --> S[book signals]
S --> V[vault cache]
Loading
CLI reference
Command
Description
feed schema
Parameter grid manifest
feed books
Available bookmaker odds prefixes
feed pull [--out dir] [--no-cache]
Extract training matrices; optional CSV export
book replay [--out dir] [--no-cache]
Walk-forward portfolio backtest
book signals [--no-cache]
Value-bet signals on upcoming fixtures
vault ping
Redis connectivity test
vault purge
Flush sems: cache keys
Examples
npm run scan -- feed schema
npm run scan -- feed pull --out ./feeds
npm run scan -- book replay --out ./replay
npm run scan -- book signals
npm run scan -- vault ping