Noon Barbari
Registrati
Backtesting

Out-of-sample

Data the strategy was not allowed to see during parameter selection.

Out-of-sample (OOS) data is the portion of the historical record that the strategy is evaluated on after parameters have already been chosen. Because the strategy never saw OOS bars during tuning, its performance there is a much more honest estimate of how it will behave going forward than its in-sample performance.

The OOS / in-sample split is the single most important discipline in backtest design. Without it, every reported statistic is suspect — the developer has had countless chances to peek, re-tune, and try again until the numbers look good.

OOS discipline collapses if the developer keeps tuning until OOS results improve — at that point OOS has effectively become in-sample. The cure is to commit the strategy code first, run on OOS exactly once, and accept the result.

Come Noon Barbari usa Out-of-sample

Ogni concetto qui è implementato nella piattaforma. Apri la documentazione o lo strumento corrispondente per vederlo all'opera.

OOS in walk-forward

Termini correlati

Torna al glossario