What This EA Actually Does
Automated gold trading attracts systems that promise enormous returns, but the mechanics usually boil down to how an advisor adds positions and when it closes them. I5 Mega EA for MT4 applies a grid logic with defined spacing between orders, which means it places additional trades as price moves against an open position. The vendor describes this as non-martingale: exposure does not escalate exponentially by default, and the lot sizing can be fixed, percentage-based, or scaled by account balance. That distinction matters, because grid systems without aggressive progression can still accumulate significant drawdown if price trends in one direction for a long stretch.
The product is built exclusively for XAUUSD, with a set file named 'I5Mega_Gold_Fixlot.set' included. The advisor can run on any timeframe, so the choice of chart period is left to the user rather than hard-coded. Minimum deposit is stated as $100, and there are no restrictions on account type or leverage. The license is described as 'NoDLL / Unlimited / Unlocked', meaning it does not rely on external dynamic-link libraries and can be used without further activation limits.
How the Grid Logic Works in Live Conditions
The core approach is price-averaging: when a trade goes against the entry, the EA opens another order at a preset distance. This lowers the average entry price, so a smaller reversal in the right direction brings the basket back into profit. The vendor promotes 'quick profit targeting', suggesting that the EA closes positions once a modest total gain is reached. This is a standard recovery grid pattern. The challenge is that gold can move several hundred points in a session, and unless the spacing and maximum number of orders are configured carefully, the floating loss can grow faster than many traders expect.
Session-based trading is included as a feature. The EA can be set to operate during active market hours and to avoid periods of extreme spread. That is a practical safeguard for gold, where spreads widen around news releases and rollover. The product also has a trailing stop function with fast activation, intended to lock in profits once a basket moves favourably. However, trailing stops on a grid basket behave differently than on a single trade, and the final outcome depends on the chosen parameters.
Money Management Options
Three lot-sizing methods are available: a fixed lot, a percentage of equity per trade, and a balance-ratio scaling mode. The fixed-lot set file is the simplest starting point, but it will not adapt if the account grows or shrinks. Percentage-based risk automatically adjusts size with the balance, while the scaling mode ties lot size to a ratio of the account balance. The developer also mentions optional equity and loss limits, which act as circuit breakers: if drawdown exceeds a threshold, the EA stops opening new trades. These are not defaults but must be enabled in the settings.
For an account with a $100 deposit, a fixed lot of 0.01 on gold means each $1 move in price equates to roughly $0.01 per point, so a 100-point adverse move is a $1 floating loss. That is not catastrophic, but with grid spacing of, say, 20 points and multiple added orders, the total exposure can rise. The ability to set a hard equity stop is therefore more important than the grid logic itself.
Installation and First Run
The download contains the expert file as 'i5 mega_fix.ex4' and the set file 'I5Mega_Gold_Fixlot.set'. Installation follows the standard MT4 routine: copy the .ex4 file into the 'MQL4/Experts' folder and the .set file into the 'MQL4/Presets' folder, then restart the terminal or refresh the Navigator. Attach the EA to a XAUUSD chart, load the preset from the Inputs tab, and check the parameters before enabling automated trading.
Because the EA can run on any timeframe, the chart period you attach it to does not restrict its logic. However, the developer's set file was likely created with a specific timeframe in mind, and altering it without adjusting grid spacing or trailing parameters can change behaviour. There is no DLL dependency, which simplifies installation on managed or restricted terminals. Source code is not included; the .ex4 is precompiled and cannot be modified.
What the Backtest Claims Do and Do Not Show
The vendor's marketing material includes backtest screenshots showing an initial deposit of $200 growing to $31.26 million in 1.5 months, and $1,000 growing to $39.39 million in 2 months. Win rates are stated as 98.90% and 98.84%, with maximum drawdowns of 27.73% and 23.21% respectively. These figures are presented with the phrase 'The developer reports' — they have not been verified in this catalogue, and they rely on tick data and broker execution that may not match live conditions. A 98% win rate in a grid system is common because the EA closes many small winning baskets while holding a few large losing ones open. The drawdown figure is the more relevant number, and both reported drawdowns exceed 20%, which on a $200 account would be a floating loss of about $55 at the peak.
A practical concern is that the reported net profit of tens of millions within weeks implies extremely high lot scaling as the balance grows. That is not sustainable on a real account with typical liquidity, and the balance-ratio lot sizing would need to be capped. Traders should treat the backtest as a stress test of the grid logic under ideal assumptions, not as a forecast of live results.
Is This the Right Grid EA for You?
The I5 Mega EA is not a set-and-forget black box. It requires the user to understand grid spacing, maximum orders, trailing stop settings, and the equity protection options, because the default preset may not match every account size or risk tolerance. The $100 minimum deposit is low, but that does not mean a $100 account is safe; it simply means the EA can be attached without a higher capital barrier. The unrestricted license is convenient for traders who want to move the EA between accounts or terminals without activation hassles.
For someone already familiar with grid systems and gold's volatility, the combination of non-martingale scaling, session filters, and drawdown limits offers more control than many commercial grid EAs. For someone expecting the backtest results to repeat, the disappointment is likely to come quickly. The product's main value is that it makes the risk parameters explicit rather than hiding them in a compiled strategy.