Noon Barbari
Registrarse
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.

Cómo Noon Barbari usa Out-of-sample

Cada concepto aquí está implementado en la plataforma. Abre la documentación o la herramienta correspondiente para verlo en acción.

OOS in walk-forward

Términos relacionados

Volver al glosario