Most backtests fail live for one of three reasons: the sample was too short to contain a regime change, the parameters were tuned until the curve looked right, or the costs were modelled as a flat percentage instead of per fill. None of these show up in a Sharpe ratio, which is why a high Sharpe ratio on its own tells you almost nothing.
This pillar covers the checks that separate a result from an artefact: how to size an out-of-sample period, how walk-forward validation works in practice, how to deflate a Sharpe ratio for the number of trials you ran, and what to model before you believe a fill. The order matters. Holding data out is cheap and rules out the crudest self-deception, walk-forward tests whether the fitting procedure itself keeps working as the window moves, and deflation prices in all the searching you did before arriving at the version you like. Read the spokes in order if you are validating something now. If you only have ten minutes, run the Overfitting Audit linked at the bottom of this page instead: it asks the same questions in a form you can answer while looking at your own results.