r/mql5

My MT5 EA "Gold Raider" hit a 100% win rate on M1 Gold. Here are the backend stats.
▲ 3 r/mql5+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
▲ 3 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
▲ 4 r/mql5

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

u/onelittledragon — 5 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
▲ 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
▲ 5 r/mql5

I am looking for a partner to refine, optimize, and launch a trend trading system.

I have been in trading for over 15 years, focusing on capital raising and management. I have worked with various trading systems but have concluded that trend algorithms are the most resilient and sustainable over the long term. This is exactly what is needed to not only generate profits but also preserve capital during turbulent periods.

Currently, I am implementing a trend system (a portfolio of algorithms) built on the following principles:

1. A modular algorithm that includes:

- Core blocks: signal structure, signal type, asset and timeframe selection, risk management, and position exit.

- Filtering: several filter levels, trading direction, trading day filters, etc.

- Protection: multi-level drawdown compression.

- Statistical analysis: stop-loss drawdown compression (contraction and expansion based on statistical patterns).

- Additional features: various exit methods, position pyramiding, additional entry conditions, etc.

2. A multi-stage selection process for algorithms based on backtesting and forward testing results over the long term, following the module hierarchy – starting with basic parameters, selecting the best algorithms, and refining them adequately (avoiding overfitting).

3. Assembling the final portfolio from the algorithms that pass all stages, considering:

- Algorithm correlation.

- Strict drawdown limits for each algorithm via drawdown compression – so that if one algorithm "breaks," it does not break the system.

- Using different assets and different timeframes.

4. Automating as many stages as possible (especially testing) and using AI to analyze data during testing and in real trading.

If anyone shares these principles or has worked with something similar, I suggest we discuss, share advice, or get directly involved in the development process :)

reddit.com
u/Academic_Taste8710 — 12 days ago