What a Backtest Report Is — and Its Three Limits
The MT5 Strategy Tester replays historical price data so an EA can trade the past, producing a report full of statistics. Before reading any of them, know the limits: one, a backtest cannot fully reproduce live slippage, latency and liquidity; two, parameters may be over-optimized to fit history (curve-fitting); three, past market behavior is never guaranteed to repeat. A backtest is a screening tool, not a profit certificate.
Win Rate: High Numbers Don’t Mean Profits
Win rate is simply the share of trades closed in profit. It is intuitive — and misleading on its own: a strategy that wins 90% of the time making $10 per win, but loses $150 on average in the other 10%, still loses money over time. Grid and Martingale systems are the classic case — their win rates are structurally high because the losses concentrate into a few huge trades (see the truth about Martingale and grid risk). Always read the win rate together with the average-win to average-loss ratio.
Profit Factor: One Number for the Whole Profit Structure
Profit factor = gross profit ÷ gross loss. Above 1 means the strategy made money overall; 1.5+ is generally considered decent and 2+ excellent. Two caveats: with a small trade count the number is fragile — one or two lucky winners can make it look beautiful; and for strategies that carry unrealized losses without closing them, the realized profit factor can understate the true risk.
Maximum Drawdown: The Most Painful Stretch of the Curve
Maximum drawdown is the biggest peak-to-trough decline in account value, usually shown as a percentage. It answers one question: “At its worst, how painful would this strategy have been?” In MT5 reports, distinguish balance drawdown from equity drawdown: the latter includes floating losses and is the honest risk figure for grid-style systems. An equity drawdown of 30% means nearly a third of your capital was at risk at some point — ask yourself whether you could sit through that.
The Three Things Readers Miss Most Often
One, the market structure of the test period: a backtest covering only ranging markets says nothing about behavior in a one-way trend. Two, maximum floating loss (MFE/MAE analysis): pretty closed results don’t mean the journey was safe — open-position drawdown reflects the real stress. Three, trade count and time span: too few trades or too short a window has little statistical meaning; ask for longer tests covering different market regimes.
Key Metrics Quick Reference
| Metric | Definition | How to read it |
|---|---|---|
| Win rate | Share of profitable trades | Meaningless alone; read it together with the win/loss size ratio |
| Profit factor | Gross profit ÷ gross loss | 1.5+ is solid, 2+ excellent — provided enough trades back it |
| Max drawdown | Largest peak-to-trough equity decline | Use the equity-based figure to see the real risk |
| Trade count | Size of the statistical sample | At least several dozen; small samples distort every number |
You can watch every metric discussed here move on real accounts, updated live, on our live verification page.
Frequently Asked Questions
If the backtest looks great, will it make money live?
Not necessarily. Backtests can’t reproduce slippage, latency or liquidity in extreme conditions, and parameters may be curve-fitted to history (see why backtests and live results diverge). A good backtest is necessary — never sufficient.
How high does the win rate need to be?
There is no magic number. Trend strategies often win less than 50% of the time and still profit; grid strategies can win 90% and still blow up. What matters is the combination of win rate, reward-to-risk ratio and maximum drawdown.
What’s the difference between equity drawdown and balance drawdown?
Balance drawdown only counts closed trades; equity drawdown also includes floating losses on open positions. For strategies that hold losing positions for extended periods, only equity drawdown reflects the real risk.
Risk disclosure: This article is for education and information only and is not investment advice. Backtest results are historical simulations and do not represent or guarantee future performance. Forex and CFD trading uses leverage and can result in losses exceeding your deposit. Trade only with money you can afford to lose entirely.
This guide is one stop on The Gold EA Learning Path. Head back to the learning path to pick your next read.
Want your own account’s daily P&L, win rate and max drawdown right on the chart? Grab our free Account P&L Stats indicator (MT4/MT5, read-only).