Loading…
| Strategy | Trades | Win rate | PF | Total P&L | Avg P&L | Best | Worst | Window |
|---|
Reading the data
Each per-strategy table shows one row per backtest trade in the 500-day window. Columns: trade date, entry / exit timestamps, SPY spot at entry / exit, net credit collected (positive for short premium, negative for long premium), final P&L per contract, and a win/loss boolean (P&L > 0).
Sorting: click any column header. Stats above each table
recompute against the visible (unfiltered) data — the database
is read-only here; filtering / regime overlays live in the
engine's research scripts (see scripts/run_validation.py
and scripts/run_walk_forward.py).