TradingView ARENA

DRILL Training · February 2026 · ~4 min

The five most common backtesting traps

TradingView Arena backtesting traps artwork

A backtest is your strategy's mock exam — and it's alarmingly easy to turn it into an open-book one. Five traps almost every beginner falls into:

The five traps

A simple self-check

Split the data: tune on the first 70% (in-sample), then validate untouched on the last 30% (out-of-sample). A sharp drop out-of-sample is the signature of overfitting.

Tip: passing a backtest is only gate one. Walk it manually with bar replay, then run it on a demo — only after all three gates does it deserve real money.