A backtest produces one equity curve. One sequence of trades translated into one drawdown, one final return, and one set of statistics. You know what happened. You do not know what could have happened.
The equity curve you see is the product of a specific ordering of trades. Your strategy entered and exited the market in a particular sequence dictated by history. But that sequence is only one of countless possible orderings. A different roll of the dice — the same trades arriving in a different order — could have produced a deeper drawdown, a smoother ride, or a very different final balance.
Monte Carlo simulation answers the question: given this set of trade outcomes, what is the realistic range of results I should prepare for? It takes the trades from your backtest and resamples them thousands of times, generating thousands of alternative equity curves. The distribution of those curves reveals the true risk profile of your strategy — not the single data point your backtest happened to produce.
This is not a theoretical exercise. The 95th percentile drawdown from Monte Carlo is a far better basis for position sizing than your backtest drawdown. The profit probability across simulations is a more honest assessment of your edge than a single final return. Monte Carlo transforms one observation into a distribution, and distributions are what you actually need for risk management.