All posts

Strategy

Backtest vs live: reading results without fooling yourself

26 June 2026 · 7 min read · King Trading Zone

Every EA for sale comes with a backtest that rises from bottom-left to top-right. Producing one of those is easy. Producing one that means something is not. Here is what we check before a strategy is allowed near live money.

Modelling quality is a floor, not a verdict

A 99% modelling quality report only says the tick data was dense. It says nothing about whether the spread used matched reality, whether swap was applied, or whether the strategy would have been filled at those prices. Set the spread in the tester to your broker's average, not its best, and switch commission on.

Test through the periods that hurt

A backtest starting in 2021 tells you how a strategy handled a trending market. Include 2020 and 2022. Include the weeks around major central bank surprises. If a system has never been tested through a regime it will eventually meet, you do not know how it behaves there — you only know it has not met it yet.

A curve with no ugly stretch in it usually means the test period was chosen after the fact.

Four numbers past the equity curve

Change one input and see what happens

Take a working setting and move it ten percent in each direction. A robust strategy gets slightly worse. A curve-fitted one falls apart. The same applies to the start date — shifting the test window by a month should not change the conclusion.

Forward test before you scale

Run the strategy on a small live account for a month, then compare live results with a backtest over that exact same month. If they diverge sharply, the cause is usually spread, slippage or fills — and it is far cheaper to learn that on a small balance.

Expect live results to be worse

They always are. Slippage, requotes, the occasional missed entry and the weeks you interfere by hand all take their share. If a strategy is only viable when the backtest's numbers hold exactly, it is not viable. Give yourself a margin: assume live performance around 70% of the tested figure and check that you would still be satisfied at that level.

The question worth asking

Before the numbers, ask what the strategy actually exploits. A trend follower on gold has a reason to work — gold trends. A system with no explanation beyond "the backtest is good" has found a pattern in noise, and noise does not repeat on schedule.

Want a second opinion on a backtest?

Message on WhatsApp

Keep reading

More from the journal

Prop firms

Running an EA in a prop firm challenge

Most failed challenges aren't bad trading — they're rule breaches. Read these five clauses before you load a bot.

6 min read 19 June 2026
MT5

Five MetaTrader settings that quietly break a working EA

The bot compiled, the smiley face is there, and nothing happens. Usually it is one of these five, and none of them raise an error.

6 min read 14 August 2026
Diagnostics

The bot didn't take the trade: reading the MT5 log

Journal, Experts, and the return codes that explain a missing trade in one line. 10016, 10019, 10027 and what each one really means.

6 min read 9 August 2026