Core Concepts
Backtesting
Every strategy runs against the same event-driven engine used in live mode. What you backtest is what you trade.
Guarantees
- Point-in-time data — no lookahead, survivorship-bias corrected.
- Realistic fills — quote-taker model with configurable slippage curves.
- Fees modeled per broker — Robinhood equity, options, and Chain gas.
- Deterministic runs — same seed, same fills, same PnL.
Reports
bash
wu-bot report --last --open
▸ writing report to ./out/report-2026-07-11.html
▸ opening in browser...