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!

https://preview.redd.it/oab9bpj7slbh1.jpg?width=1280&format=pjpg&auto=webp&s=75a62bff4c3f6991bd41327975879a3fae0bb52d

reddit.com
u/onelittledragon — 2 hours ago

My MT5 EA "Gold Raider" hit a 100% win rate on M1 Gold. Here are the backend stats.

https://preview.redd.it/1cn4jscquwah1.png?width=1241&format=png&auto=webp&s=803a18288d674c52cb44d81710d3204b95d60612

GoldRaider testing from 9/1/2025 to 7/2/2026 on M1 chart.

Hey everyone,

A bit ago, I posted about a strategy test for my custom expert advisor, Gold Raider (specifically running setfile #23). The backtest scored a 100% win rate over 96 trades on a €1,000 account, with a max equity drawdown of just 3.67%.

I’ve attached the full report image GR4_Set23_Demo.png for reference.

Naturally, a 100% win rate screams "hidden martingale or grid system that will eventually blow the account." However, I wanted to share a look at the architecture of the EA to show why it performs this way. This is a pure single-order scalper with strict safety nets.

📊 The Backtest Conditions (From GR4_Set23_Demo.png)

  • Broker / Leverage: Fusion Markets Pty Ltd | 1:500
  • Data Quality: 100% Real Ticks
  • Timeframe: M1 (XAUUSD)
  • Total Net Profit: 1,226.20 EUR (~122% gain)
  • Profit Factor: 128.73

🛠️ The Safety Architecture (Why it hasn't lost)

Instead of relying on dangerous money management, Gold Raider uses a multi-layered gatekeeper system to filter out bad entries, combined with aggressive exit management.

1. Multi-Timeframe Confirmation Gates

The entry engine doesn't just look at the M1 chart. To take a trade, it passes through three distinct validation filters:

  • Filter A (RSI Confirmation): Dynamically tracks M5 momentum zones to ensure we aren’t buying the absolute top or selling the absolute bottom of a macro swing.
  • Filter B (Trend Strength Confirmation): An optional higher-timeframe Efficiency Ratio filter that blocks trades if the market is moving too violently in the opposite direction.
  • Filter C (Range Validation): Uses a structural lookback algorithm to calculate key volatility boundaries. It ensures the EA only fires when price is within safe execution zones.

2. Strict Protection & Safety Nets

The EA has hardcoded protective logic to shield the account from catastrophic black swan events:

  • No Grid / No Martingale: It executes fixed lot sizes or automated equity-proportionate lot sizing. One trade at a time per side.
  • Hard Stop Loss & Emergency SL: Every single trade is launched with an initial stop loss protection mechanism.
  • Aggressive Break-Even (BE) Logic: The moment a scalp moves into a set amount of profit points, the EA aggressively moves the SL to lock in the trade at Entry + 1 point. This is exactly why the backtest shows a 100% win rate—trades that don't hit the primary target are choked out at break-even before they can turn into losses.
  • Built-in News Guard: It integrates directly with the internal MT5 calendar to completely halt new entries during high-impact macroeconomic events (like NFP or FOMC).

🚀 Next Steps: Live Testing

The equity curve in GR4_Set23_Demo.png shows a very smooth, linear ascent because the break-even and trailing mechanics are highly optimized for MT5's historical real ticks.

Of course, the real enemy of an M1 gold scalper is live execution: slippage, commissions, and spread widening. The code does include a strict max-spread filter to prevent trading during toxic market hours, but forward testing is the only way to know for sure. I am moving this to a live demo/forward test to see how the execution holds up.

Would love to get your thoughts on the filter mechanics, or what further stress-tests you'd put an M1 scalper through!

reddit.com
u/onelittledragon — 2 days ago
▲ 2 r/Mt5

My MT5 EA "Gold Raider" hit a 100% win rate on M1 Gold. Here are the backend stats.

https://preview.redd.it/1cn4jscquwah1.png?width=1241&format=png&auto=webp&s=803a18288d674c52cb44d81710d3204b95d60612

GoldRaider testing from 9/1/2025 to 7/2/2026 on M1 chart.

Hey everyone,

A bit ago, I posted about a strategy test for my custom expert advisor, Gold Raider (specifically running setfile #23). The backtest scored a 100% win rate over 96 trades on a €1,000 account, with a max equity drawdown of just 3.67%.

I’ve attached the full report image GR4_Set23_Demo.png for reference.

Naturally, a 100% win rate screams "hidden martingale or grid system that will eventually blow the account." However, I wanted to share a look at the architecture of the EA to show why it performs this way. This is a pure single-order scalper with strict safety nets.

📊 The Backtest Conditions (From GR4_Set23_Demo.png)

  • Broker / Leverage: Fusion Markets Pty Ltd | 1:500
  • Data Quality: 100% Real Ticks
  • Timeframe: M1 (XAUUSD)
  • Total Net Profit: 1,226.20 EUR (~122% gain)
  • Profit Factor: 128.73

🛠️ The Safety Architecture (Why it hasn't lost)

Instead of relying on dangerous money management, Gold Raider uses a multi-layered gatekeeper system to filter out bad entries, combined with aggressive exit management.

1. Multi-Timeframe Confirmation Gates

The entry engine doesn't just look at the M1 chart. To take a trade, it passes through three distinct validation filters:

  • Filter A (RSI Confirmation): Dynamically tracks M5 momentum zones to ensure we aren’t buying the absolute top or selling the absolute bottom of a macro swing.
  • Filter B (Trend Strength Confirmation): An optional higher-timeframe Efficiency Ratio filter that blocks trades if the market is moving too violently in the opposite direction.
  • Filter C (Range Validation): Uses a structural lookback algorithm to calculate key volatility boundaries. It ensures the EA only fires when price is within safe execution zones.

2. Strict Protection & Safety Nets

The EA has hardcoded protective logic to shield the account from catastrophic black swan events:

  • No Grid / No Martingale: It executes fixed lot sizes or automated equity-proportionate lot sizing. One trade at a time per side.
  • Hard Stop Loss & Emergency SL: Every single trade is launched with an initial stop loss protection mechanism.
  • Aggressive Break-Even (BE) Logic: The moment a scalp moves into a set amount of profit points, the EA aggressively moves the SL to lock in the trade at Entry + 1 point. This is exactly why the backtest shows a 100% win rate—trades that don't hit the primary target are choked out at break-even before they can turn into losses.
  • Built-in News Guard: It integrates directly with the internal MT5 calendar to completely halt new entries during high-impact macroeconomic events (like NFP or FOMC).

🚀 Next Steps: Live Testing

The equity curve in GR4_Set23_Demo.png shows a very smooth, linear ascent because the break-even and trailing mechanics are highly optimized for MT5's historical real ticks.

Of course, the real enemy of an M1 gold scalper is live execution: slippage, commissions, and spread widening. The code does include a strict max-spread filter to prevent trading during toxic market hours, but forward testing is the only way to know for sure. I am moving this to a live demo/forward test to see how the execution holds up.

Would love to get your thoughts on the filter mechanics, or what further stress-tests you'd put an M1 scalper through!

reddit.com
u/onelittledragon — 2 days ago
▲ 3 r/AlgoScalperLab+1 crossposts

My MT5 EA "Gold Raider" hit a 100% win rate on M1 Gold. Here are the backend stats.

https://preview.redd.it/1cn4jscquwah1.png?width=1241&format=png&auto=webp&s=803a18288d674c52cb44d81710d3204b95d60612

GoldRaider testing from 9/1/2025 to 7/2/2026 on M1 chart.

Hey everyone,

A bit ago, I posted about a strategy test for my custom expert advisor, Gold Raider (specifically running setfile #23). The backtest scored a 100% win rate over 96 trades on a €1,000 account, with a max equity drawdown of just 3.67%.

I’ve attached the full report image GR4_Set23_Demo.png for reference.

Naturally, a 100% win rate screams "hidden martingale or grid system that will eventually blow the account." However, I wanted to share a look at the architecture of the EA to show why it performs this way. This is a pure single-order scalper with strict safety nets.

📊 The Backtest Conditions (From GR4_Set23_Demo.png)

  • Broker / Leverage: Fusion Markets Pty Ltd | 1:500
  • Data Quality: 100% Real Ticks
  • Timeframe: M1 (XAUUSD)
  • Total Net Profit: 1,226.20 EUR (~122% gain)
  • Profit Factor: 128.73

🛠️ The Safety Architecture (Why it hasn't lost)

Instead of relying on dangerous money management, Gold Raider uses a multi-layered gatekeeper system to filter out bad entries, combined with aggressive exit management.

1. Multi-Timeframe Confirmation Gates

The entry engine doesn't just look at the M1 chart. To take a trade, it passes through three distinct validation filters:

  • Filter A (RSI Confirmation): Dynamically tracks M5 momentum zones to ensure we aren’t buying the absolute top or selling the absolute bottom of a macro swing.
  • Filter B (Trend Strength Confirmation): An optional higher-timeframe Efficiency Ratio filter that blocks trades if the market is moving too violently in the opposite direction.
  • Filter C (Range Validation): Uses a structural lookback algorithm to calculate key volatility boundaries. It ensures the EA only fires when price is within safe execution zones.

2. Strict Protection & Safety Nets

The EA has hardcoded protective logic to shield the account from catastrophic black swan events:

  • No Grid / No Martingale: It executes fixed lot sizes or automated equity-proportionate lot sizing. One trade at a time per side.
  • Hard Stop Loss & Emergency SL: Every single trade is launched with an initial stop loss protection mechanism.
  • Aggressive Break-Even (BE) Logic: The moment a scalp moves into a set amount of profit points, the EA aggressively moves the SL to lock in the trade at Entry + 1 point. This is exactly why the backtest shows a 100% win rate—trades that don't hit the primary target are choked out at break-even before they can turn into losses.
  • Built-in News Guard: It integrates directly with the internal MT5 calendar to completely halt new entries during high-impact macroeconomic events (like NFP or FOMC).

🚀 Next Steps: Live Testing

The equity curve in GR4_Set23_Demo.png shows a very smooth, linear ascent because the break-even and trailing mechanics are highly optimized for MT5's historical real ticks.

Of course, the real enemy of an M1 gold scalper is live execution: slippage, commissions, and spread widening. The code does include a strict max-spread filter to prevent trading during toxic market hours, but forward testing is the only way to know for sure. I am moving this to a live demo/forward test to see how the execution holds up.

Would love to get your thoughts on the filter mechanics, or what further stress-tests you'd put an M1 scalper through!

reddit.com
u/onelittledragon — 2 days ago
▲ 2 r/mql5

Live XAUUSD M1 algo test today — small account, automated long/short sequence, looking for feedback on risk and validation

I ran a small live-session test today on XAUUSD using an automated strategy on the 1-minute chart.

The screenshot shows two trade sequences from today: one long setup earlier in the session and one short setup later after the sharp move up. The EA opened and managed the positions automatically, with fixed lot sizing of 0.02 per trade. At the time of the screenshot, the account was flat with no active positions.

Some details from the session:

  • Market: XAUUSD / Gold
  • Timeframe: M1
  • Account balance/equity shown: about $1,281
  • Session result shown in the panel: +$13.08 today / about +1.05%
  • Weekly P/L shown: +$15.52
  • Win rate shown for this session: 100%
  • Risk mode shown: Low
  • Strategy mode: automated long/short execution

I know one day of results does not prove anything, especially on gold and especially on M1. I’m mainly sharing this as a live forward-test snapshot, not as proof that the system has a durable edge.

What I’m trying to evaluate next:

  1. Whether the live fills stay close to backtest expectations
  2. How much slippage/spread affects this on XAUUSD during volatile candles
  3. Whether the EA is over-clustering entries too tightly
  4. Whether the stop placement is too close during fast gold moves
  5. Whether the risk should be reduced further before collecting a larger sample

I’m planning to keep logging the results over a larger number of trades and compare the live forward test against backtest behavior. For those of you who trade short-timeframe automated systems, what would you want to see before trusting the results? Trade count, max drawdown, MAE/MFE, expectancy, slippage logs, or something else?

Not financial advice, just sharing a small live algo test and looking for feedback on how to evaluate it properly.

u/onelittledragon — 4 days ago
▲ 2 r/mql5

TODAY LIVE ACCOUNT TRADES. JULY 1, 2026

Those trades with QQ comments are from Quantum Queen EA, THE #1 paid ea on mql5. My ea was the only one that came out with profit, all the other high paying ea had a loss.

u/onelittledragon — 5 days ago
▲ 4 r/mql5

Goldraider ea latest set file for xauusd, testing it in demo account starting today.

u/onelittledragon — 5 days ago
▲ 3 r/mql5

My GoldRaider bot trades this morning on XAUUSD on M1 chart.

All trades hit it's takeprofit or trailing stop today. None took a loss. A 100% win rate for today! This EA only trade one trade at a time with fix stop loss. No grid or averaging trade. I’ve built this EA to handle News Filters and 1-minute scalping. Right now, it’s sitting patient with 0 open positions, just watching the spread (5.0).

u/onelittledragon — 7 days ago
▲ 1 r/mql5

My latest creation for MT5 EA.

**Main Features**

- Designed for XAUUSD/GOLD on the M1 timeframe

- Scalping-focused trading logic

- Fixed lot and auto lot options

- Built-in spread and slippage protection

- Stop Loss, Take Profit, trailing stop, and breakeven management

- Optional time/session filter

- Friday close protection

- News filter option

- Daily protection settings and loss-control features

- On-chart dashboard with trade status information

- Manual close controls

- Alerts, push notifications, and email notification options

- Optimizer-friendly settings for Strategy Tester

https://www.mql5.com/en/market/product/158978?

GoldRaider v4.0 is best used with a broker that offers tight Gold spreads, fast execution, and stable trading conditions. Before live trading, users should test the EA in the MetaTrader 5 Strategy Tester and adjust risk settings according to their account size and trading style.

Important: No Expert Advisor can guarantee profit. Trading involves risk, and results may vary depending on broker conditions, spreads, execution speed, and market volatility.

https://preview.redd.it/j71llx3qa3ah1.png?width=2004&format=png&auto=webp&s=f721473963583196f21a4e9402e2b36604099fee

https://preview.redd.it/26w7qcwra3ah1.png?width=1315&format=png&auto=webp&s=d528f2db87eb3423e2332e57481470471df14607

reddit.com
u/onelittledragon — 8 days ago