Which Traders This System Suits
EA Scalper FX Gold MT5 is built for a specific audience: traders who already understand gold's volatility and are comfortable with grid-based averaging. It is not a fit for small accounts or anyone who insists on a hard stop-loss on every position. The design assumes you can tolerate temporary drawdowns while a basket of trades works toward a collective profit target, and that you have enough margin to let the recovery logic play out.
Anyone running this on a VPS with a reliable ECN broker and a deposit of at least $1,000 will find the automation straightforward. Traders who prefer single-entry scalping with fixed targets will likely find the multi-position management unfamiliar and the lot multiplication parameter unattractive.
Scalping in Name, Grid in Practice
Despite the word 'scalper' in the product name, the core mechanism is not a conventional one-trade-in, one-trade-out scalper. The EA opens additional positions at predefined grid distances when price moves against the initial entry, gradually building a basket. It then manages the whole basket as one unit, closing when aggregate profit reaches a set condition. This is a recovery-style approach, not a session of independent short-term trades.
How the Trading Logic Works
The EA's behaviour is controlled by a number of settings that define how the grid expands and when trading is allowed. Grid spacing is not uniform: the first grid step is set to 2,908 points, the main step to 31,956 points, a secondary step to 8,133 points, and a minimum grid distance of 18,438 points. These different spacings mean the EA responds to different sizes of adverse movement before adding.
Lot progression is equally aggressive by default. The initial lot is 0.01, with a multiplier of 3.51 and a hard ceiling of 64.0 lots. In practice, the multiplier accelerates position size dramatically after only a few additions, which is why the account requirements below matter. A trader should test these values carefully before going live; the defaults are not conservative.
A module the vendor calls 'Homeopathy' adds another layer of trade management, including automatic close-all conditions and dynamic recovery logic. The exact rules are not fully documented, but the effect is that the EA makes exit decisions based on the entire basket rather than individual positions.
Session and Spread Filters
Two practical safeguards are built in. The EA can be restricted to specific hours, with the default start time set to 15:26 and stop time to 10:22, and positions can be forced to close when the session window ends. A spread filter blocks new trades when the raw spread exceeds 55 points, which is useful on an ECN account during gold's frequent illiquid moments.
Account and Broker Requirements
The listed minimum deposit is $1,000, and the recommended account type is ECN or raw spread. Leverage of 1:100 or higher is expected. These are not optional suggestions; with a maximum lot size of 64.0, low leverage or a standard account with wider spreads would materially change how the grid behaves and how quickly margin is consumed during a strong move against the basket.
The EA is delivered without DLL files and runs on MetaTrader 5 only. Source code is not included, so parameter changes are limited to the exposed inputs. Traders who want to modify the core logic will not be able to do so.
What to Watch Out For
The main risk is the combination of grid averaging and aggressive lot multiplication. A sustained one-directional move in gold without meaningful retracement can produce a large floating drawdown and consume margin quickly. The vendor's own backtest data, which must be treated as vendor-reported and not independently verified, shows a maximum equity drawdown of 22.05% in a conservative run with a $1,000 deposit. That run produced a profit factor of 2.08 and a Sharpe ratio of 4.62, but those figures come from the developer and should not be assumed to hold on a live account.
Time-session settings are not neutral. The default start and stop times mean the EA is active overnight in most time zones, which can expose it to wider spreads during the Asian session or around rollover. The spread filter helps, but any gap or fast move outside the session window will not be managed.
Finally, this EA is not a set-and-forget tool for a small account. Monitoring margin level and having a plan for an extended drawdown are essential. The licence is straightforward and does not require a DLL, but the absence of source code limits customisation to what the inputs allow.