Folds & Visualizations
The center column of the WFA panel is split into two areas: the Fold Table (top) and a tabbed chart area (bottom) containing the Fold Gantt, IS vs OOS Bar Chart, Equity Curve, and Parameter Stability views.
Fold Table
The fold table lists every completed fold with its key metrics. Rows appear incrementally as each fold finishes — you can already inspect early folds while later ones are still running.
Columns
| Column | Key | Description | Default Width |
|---|---|---|---|
| # | foldIndex | Fold number (1-based). Sequential across the run. | 30px |
| Train | trainRange | Bar range used for in-sample optimisation, e.g. 0–499. | 80px |
| Test | testRange | Bar range used for out-of-sample validation, e.g. 500–599. | 80px |
| Best Params | bestParamsLabel | Human-readable summary of the winning parameter combination selected during IS sweep. | 120px |
| OOS P&L | oosPnL | Net profit/loss on the out-of-sample window with the best params. Green = positive, red = negative. | 70px |
| WFE % | wfe | Per-fold Walk-Forward Efficiency. OOS return / IS return × 100. | 60px |
Interactions
Fold Gantt Chart
The Gantt chart (accessible via the Gantt tab in the bottom chart area) provides a horizontal timeline view of all folds. Each fold is shown as a pair of color-coded bars representing its training and test windows.
IS vs OOS Bar Chart
The IS vs OOS tab shows a grouped bar chart comparing in-sample and out-of-sample net P&L for every fold side by side. This is the primary visual tool for spotting overfitting.
| Element | Color (dark / light) | Meaning |
|---|---|---|
| IS bar | Blue (70% opacity / 90% when selected) | In-sample net P&L — the result the optimiser chose. |
| OOS bar | Yellow (70% opacity / 90% when selected) | Out-of-sample net P&L — the real robustness test. |
| Zero line | White 15% / Black 15% | Reference line at P&L = 0. Bars below this line are losses. |
| Grid lines | White 6% / Black 6% | Horizontal guides at 5 evenly spaced P&L values. |
| Y-axis labels | Muted text | P&L scale. Values ≥ 1000 are abbreviated as $xk. |