Backtest Reality Check

A backtest is a promise. This tool keeps score against it.

Load the Strategy Tester report of an EA and Backtest Reality Check takes it apart: how many trades it really rests on, how much of the winnings came from the three biggest ones, how straight the balance curve is, how long the quiet stretches are, whether the lot size grows inside a run of losses, and how much history the whole thing stands on.

Then link that report to an EA running on your account. The same figures are measured again from your own closed trades and put next to the report, so you can watch where live has drifted away from the test.

It never places, modifies or closes an order. It does not give advice, it does not send signals, and it does not tell you what to trade. It reads, it counts, and it shows you both columns.

WHAT IT MEASURES - TEN CHECKS
- Trades: how many the result rests on
- Top-3 share of the winnings: how much came from the three biggest trades
- Equity curve R2: how closely the balance curve fits a straight line
- Longest no-trade gap: the quietest stretch, against the length of the test
- Max lot increase: whether the lot grows inside a run of losses
- History quality: how complete the price data behind the test was
- Max consecutive losses, PF, max drawdown, test period

On screen the rows keep the names MetaTrader uses in its own report, so you can hold the two side by side. Each one shows the measured value and, when it crosses a line, why it was flagged: "The 3 biggest winners are more than 50% of all the winnings", "Fewer than 30 trades: too few to draw a statistical conclusion". The thresholds are yours to change, and the panel marks them as custom when you do.

These are measurements, not a verdict. The tool does not say an EA is good or bad, and it cannot tell you why a number looks the way it does - overfitting, a changed market, a different broker and plain luck all leave similar marks.

THEN IT KEEPS SCORE
- Trades, win rate, PF, expected payoff, average win and loss, max drawdown, average holding time, trades per week, average lot
- Report and Live side by side, with the difference in the third column
- EAs are found on their own from the magic numbers in your account history, manual trading included
- Link a report to an EA once. The pairing is remembered per account

BELOW THIRTY TRADES IT SAYS SO
A gap between two small samples is not a finding. Under thirty live trades the panel says "Not enough live trades yet (18 of 30)" and greys the difference column out. Even above it, a win rate gap comes with the arithmetic: "Win rate 44.29% vs 42.71% - with 140 trades, a gap this size can occur by chance."

Being able to say "not yet" is the point. A tool that always has an answer is not measuring anything.

HOW TO SAVE THE REPORT

Run the backtest, right-click the report, Save as Report. The dialog offers HTML and XML and picks neither by default - CHOOSE HTML. The XML option is really an .xlsx file and cannot be read here; if you save one by mistake the panel names the file and tells you to save it again as HTML.

Put the file in MQL5\Files\BacktestRealityCheck\reports. The folder is created for you on the first run, the full path is printed on the panel when the folder is empty, and Show path writes it to the Experts log so you can copy it from there.

WHAT IT READS, AND WHAT IT DOES NOT
- A Strategy Tester report holds the expert, the symbol, the period, the inputs, the company, the currency, the deposit and the leverage. It carries no account number and no name.
- The file is read on your own computer. There is no internet connection of any kind and nothing is sent anywhere.
- The figures come from the deal list, not from the labels, so a report saved on a terminal in any language gives the same numbers. Checked against the same test saved in three languages.

WHAT IT CANNOT DO
- MT5 Strategy Tester reports in HTML only. MT4 reports are not read, and neither is the XML/.xlsx option. Both are refused with their own reason on screen rather than failing quietly.
- It needs a report. Without one the second half has nothing to compare against.
- It cannot say why live differs from the test.
- It cannot see trades that are no longer in your terminal history.
- Netting accounts: the platform merges positions per symbol there, so per-EA figures may be merged as well. This tool is built for hedging accounts.
- Two EAs sharing one magic number appear as one.
- Very large reports are cut off with a reason rather than freezing the terminal.
- It occupies one chart and refuses to start on a second one.
- Average holding time is measured with weekends removed, the same way the report does it. On instruments that trade at weekends this reads shorter than wall-clock time.

Everything works with Algo Trading switched off, because nothing here touches an order.

TRYING IT

The free demo runs in the Strategy Tester and comes with a built-in sample, so all three screens are filled in from the first second: the report list, the ten checks with four of them flagged, and the comparison. It shows "Sample data - not a real report" the whole time. Point it at your own reports on a chart when you want your own numbers.

INPUTS

Folder: InpReportFolder, InpUseCommonFolder, InpRescanSeconds
Thresholds: InpMinTradesForStats, InpFlagTopTradeShare, InpFlagEquityR2, InpFlagMinTrades
Live figures: InpIncludeSwapCommission, InpHistoryDays
Panel: InpPanelX, InpPanelY, InpFontSize
Tester: InpShowTesterSelfDemo

REQUIREMENTS

MetaTrader 5 and a hedging account. One free chart. No DLL, no external server, no internet connection, no additional files. This tool does not predict prices, does not tell you what to trade, and makes no claim about your results.
Altri dall’autore
Drawdown Limit Guard controlla se la perdita raggiunge l'importo che hai impostato e chiude le posizioni non appena questo accade. Lo strumento non prende decisioni operative. Segue la perdita giornaliera e quella complessiva, avvisa quando ci si avvicina al limite e chiude quando il limite viene raggiunto. Non fa altro. Imposti un limite di perdita giornaliera e un limite di perdita complessiva. Puoi usarne uno soltanto oppure entrambi. Una volta raggiunto il limite, le posizioni che compaion
Trade Pause Scheduler è uno strumento che sospende l'operatività nelle fasce orarie che imposti tu. Registri in anticipo le fasce in cui preferisci non operare: intorno alle pubblicazioni economiche, all'apertura del lunedì o in qualsiasi altro momento. Quando una di queste fasce inizia, lo strumento annulla gli ordini pendenti appena immessi e chiude le posizioni appena aperte. Al termine della fascia tutto torna come prima. Lo strumento non opera per conto proprio. Non decide gli ingressi e
Risk Lock Trade Panel è un pannello di trading manuale per MetaTrader 5. La direzione e il momento dell'ingresso li decide lei; il pannello fa i conti, invia l'ordine con lo stop già impostato e poi gestisce la posizione dalla stessa finestra. Non apre operazioni per conto proprio, non dà consigli e non invia segnali. IL LOTTO NASCE DAL SUO RISCHIO Il rischio si indica in percentuale sul saldo o sull'equity, oppure come importo fisso nella valuta del conto. La distanza dello stop si scrive in
La maggior parte degli strumenti di gestione del rischio guarda al conto nel suo insieme: quando il conto tocca il suo limite si ferma tutto, compresi gli EA che non avevano fatto nulla di sbagliato. EA Circuit Breaker lavora un EA alla volta. Quando un singolo EA supera la linea che avete tracciato per lui, viene trattato solo quel EA e il resto del conto continua a lavorare. Lo strumento non apre operazioni per conto proprio, non dà consigli e non invia segnali. PENSATO PER I CONTI HEDGING
Most trade managers work on the orders they placed themselves, or on the symbol of the chart they sit on. This one works on the account. Trade Control Center puts every open position and every pending order on your account into one list - whoever opened them. Trades you placed by hand, from your phone, from another terminal, or from any EA all appear in the same table, across every symbol, and you can act on them from there. It does not open trades on its own, it does not give advice, and it d
Filtro:
Nessuna recensione
Rispondi alla recensione