The maximum of many draws
Suppose you test one hundred strategies. Every single one is pure noise, with a true expected return of exactly zero.
Each produces a backtested Sharpe ratio that is a random draw scattered around zero. Some come out negative, some positive, and one comes out highest.
You keep that one. Its Sharpe looks respectable.
Nothing went wrong here. No bug, no leaked data, no carelessness. The selected strategy has a good Sharpe because you selected on Sharpe, and the maximum of a hundred draws from a zero-mean distribution is reliably well above zero.
This is the entire mechanism of backtest overfitting, and it is worth sitting with how ordinary it is. The researcher did not overfit through negligence. They did what research looks like: generate candidates, evaluate them, keep the best.
That procedure, applied to a fixed sample, manufactures impressive results from nothing. And the more thorough the researcher, the more variants they try, and the more inflated the winner.
Diligence makes it worse. That is the uncomfortable part, and it is why the fix has to be statistical rather than a matter of working harder.

