MT4/MT5 Backtest Report Analyzer
Upload an MT4 or MT5 Strategy Tester HTML report to see the equity curve, drawdown, and key stats without opening the terminal.
Drop your Strategy Tester HTML report here, or click to browse
MT4/MT5 → Strategy Tester → right-click the report → "Save as Report" (.htm)
Everything runs in your browser — the file is never uploaded anywhere.
The MT4/MT5 Strategy Tester report has everything you need to judge a backtest — net profit, profit factor, drawdown, trade count — but it's a static HTML table, not a chart, and re-opening the terminal every time you want to glance at the equity curve gets old fast. This tool reads the exported report directly and plots the balance progression as a curve, alongside the headline stats.
How to export the report
In MT4 or MT5, run your backtest in the Strategy Tester, switch to the Report tab, right-click, and choose Save as Report (MT4) or use the report's export option (MT5) to save an .htm file. Drop that file above.
What it reads, and its limits
The parser looks for the standard summary labels (Total Net Profit, Profit Factor, Expected Payoff, Drawdown, Total Trades) and the Balance column in the trade history table. MT4 and MT5 report formats differ slightly, and broker-customized report templates can differ more — if a stat shows as "—", it wasn't found under a recognized label in that particular file. It doesn't re-run or validate the backtest itself, only visualizes what the terminal already calculated.
The file is parsed entirely in your browser and never leaves your machine — useful given a backtest report can reveal a strategy's logic through its trade history.