Update: Forward-testing my M1 Gold Scalper. The live execution is matching the backtest perfectly.
Hey everyone,
A little while ago, I posted some backtest results for my custom M1 XAUUSD scalper. It showed a 100% win rate with a very low drawdown.
Naturally, and completely understandably, a lot of you called it out. The general consensus was that it was heavily overfitted, that it would fall apart in live conditions due to spread/slippage, and that a 100% win rate is just a fake backtest artifact. I actually appreciate the skepticism—this community is great at keeping developers honest!
I mentioned that I was moving this to live forward-testing to validate the logic, and I wanted to share today’s (Monday, July 6th) live execution results.
The live market is currently matching the backtest identically. I've attached a screenshot of today's completed cycle, but here is the breakdown of how the engine handled the live market:
Today's Live Execution (July 6, 2026)
Symbol: XAUUSD (M1)
Trade Direction: BUY (9 micro-positions of 0.02 lots each)
Entry Timestamp: 12:37:00 at exactly 4141.09
Exit Timestamp: 12:52:00 at exactly 4143.19
Trade Duration: 15 minutes
Net Profit: $32.40 (After all commissions)
If you look closely at the attached screenshot, you'll see something that proves this isn't a toxic grid or a strategy that just holds drawdowns until they turn green.
Every single trade was executed with a hard Stop Loss. Furthermore, look at the S/L for ticket #457442191—the Stop Loss was dynamically modified to 4142.19.
Because my entry was 4141.09, this shows the EA's core safety net in action: The Break-Even trailing mechanism. The moment the momentum burst pushed the trade into profit, the EA moved the stop loss past the entry price to completely eliminate risk.
I know that one profitable cycle on a Monday doesn't validate a decade of trading, and eventually, the market will gap or slip past a break-even stop. But for now, the live execution (slippage, variable spreads, and latency included) is flawlessly executing the mathematical edge I built in the backtest.
Thank you again to the skeptics for pushing me to validate this in production. I'll keep forward-testing and will update you guys when it finally takes its first official live loss!