Missing fast gold moves outside regular hours
XAUUSD often moves in short, sharp bursts when news hits or liquidity shifts. Manually watching a one-minute chart all day is not realistic for most traders, and many automated systems place visible stop-losses that can be hunted or give back too much during retracements. This EA tries to solve that by running a scalping approach specifically for gold on M1 or M5, executing trades whenever its internal conditions line up.
The system keeps most of its trade management logic off the broker server. Instead of sending conventional stop-loss and take-profit orders, it tracks virtual levels internally. That lets the EA adjust exits quickly without waiting for broker-side modifications, which can matter when gold spikes in either direction.
How the virtual level logic works
The EA evaluates recent price action using a configurable lookback period. The default is set to 100 bars, which on M1 or M5 covers roughly one to eight hours of market activity. It looks for short-term inefficiencies and enters only during a defined trading window, scheduled from 01:00 to 23:00 server time. That keeps the bot out of the thinnest overnight session when spreads can widen.
Once a trade is open, the system applies a dynamic trailing stop and a no-loss mechanism. The idea is to lock in at least a small gain once price moves far enough in the intended direction. Position sizing is controlled by a risk parameter, and a magic number tags every trade so the EA can manage its own orders without touching manually placed ones.
Parameter highlights
- PeriodBar = 100 — lookback window for market analysis.
- TimeStart = 01:00, TimeEnd = 23:00 — allowed trading hours.
- SpeedEA = 50 — execution speed setting, vendor says faster responses.
- Risk = 0.001 — conservative position sizing coefficient.
- Magic Number 2026 — separates EA trades from manual ones.
The developer also includes an on-chart dashboard that shows open positions, system status, and current inputs. This helps when running the EA alongside other tools on the same terminal.
Expected configuration for XAUUSD
The product is built for gold only. The vendor does not mention other pairs, and all documented performance relates to XAUUSD. The EA runs on MetaTrader 4 and requires a minimum deposit of $100 with leverage of 1:20 or higher. The listed licence type is NoDLL, meaning the executable does not depend on external DLL calls, which some prop-firm or VPS setups prefer.
Traders should decide between M1 and M5. M1 gives more signals but also more noise and spread sensitivity; M5 is calmer but may enter less often. The developer suggests demo testing first to find which timeframe matches a given broker's execution quality and spread behaviour.
Vendor-reported track record
The seller points to a public MyFxBook account used for verification. According to the vendor, the account shows a gain of +19,979.83% and a drawdown of 67.19% over 631 trades. The average trade duration is listed as 37 seconds, and the stated win rate is 35% for long trades and 44% for short trades. These figures come from the vendor's promotional material and are not independently confirmed here. A high drawdown relative to the return is typical of aggressive scalping with small position sizes.
What this system is not designed for
Scalping XAUUSD on low timeframes depends heavily on execution quality. Slippage, requotes, and wider spreads during rollover can reduce or reverse a small per-trade edge. The virtual trade management means the broker does not see the actual protective levels, which can help avoid stop-hunting but also means the EA must be running at all times to manage open positions. If the terminal disconnects, the virtual level protection stops working.
The vendor's reported drawdown of 67.19% is significant. A $100 account following the same risk profile could see large swings in equity. The no-loss mechanism is not a guarantee and can still result in a losing trade if price gaps through the virtual threshold. Traders should treat the risk parameter as a starting point and consider testing with small position sizes first.
No source code is included, so users cannot modify the strategy logic or verify exactly how the virtual levels are calculated. The licence is locked to the MetaTrader 4 platform, so there is no MT5 version.