Product scope and core specifications
This expert advisor runs exclusively on MetaTrader 4 and targets a single symbol: XAUUSD (gold). It operates on the M15 timeframe, meaning positions are managed on 15-minute candles. The minimum deposit is stated as $300, though accounts from $1000 or more are also listed as suitable. Leverage is not restricted; the EA works with any leverage level offered by the broker. Account types include Classic, ECN, and PRO. The licence model is NoDLL / Fix, so no external DLL calls are required for operation. The downloadable package consists of an .ex4 file and four set files corresponding to different risk profiles: RiskMode, LowRiskMode, MediumRiskMode, and HighRiskMode.
How the strategy approaches gold trading
The developer describes the strategy as AI-driven, using deep learning trained on approximately 20 years of historical data. The EA does not use martingale or grid methods, according to the product description. Instead, it relies on small lot sizing combined with a 'large fluctuation' strategy, intended to adapt to news-driven price swings in gold. The default installation is meant to require minimal configuration, with automatic suffix recognition for symbols such as XAUUSD.a or XAUUSD#.
Set file variations
Four set files are included. The base set is Gold Garden_RiskMode.set. In addition, LowRiskMode, MediumRiskMode, and HighRiskMode presets let a trader choose the level of exposure without editing individual parameters. The product page does not provide exact lot multipliers or stop distances for each risk tier; those are visible only after loading the set file into MT4. Traders who want precise control will need to inspect the parameters in the EA's input tab.
Risk management and lot behaviour
No martingale or grid is used. The stated approach keeps lot sizes small relative to the account and relies on volatility-based adjustments to manage exposure during high-impact news. The EA can be run with other expert advisors on the same account, but the vendor does not detail how lot allocation is coordinated between multiple EAs. The risk mode selected via the set file is the primary control for drawdown exposure.
The product page mentions a backtest performed under low-risk conditions with an initial deposit of $10,000. The vendor reports a maximum drawdown of 3.80% and a win rate of 94.04% over a 10-year historical test. These figures are supplied by the developer and have not been independently verified. Backtest results on gold can vary significantly across different brokers, spreads, and tick data quality.
Account and broker compatibility
The EA is listed as compatible with Classic, ECN, and PRO account types. No specific broker is recommended. Leverage is unrestricted by the EA. The automatic suffix recognition is intended to handle broker-specific symbol suffixes without manual editing. During first-time setup, however, a trader should still confirm that the MT4 Market Watch shows the exact symbol name the EA expects. If the broker uses an unusual suffix, a restart of the terminal may be necessary before the EA recognises it.
Setup notes and first run
- Install the .ex4 file in the MQL4/Experts folder of the MT4 data directory.
- Place the four .set files in the MQL4/Presets folder for easy loading from the EA input window.
- Attach the EA to an XAUUSD M15 chart and enable automated trading in the terminal.
- Select one of the four risk set files according to the desired exposure.
- Use a VPS only if you need the EA to run around the clock without your own computer running; the vendor does not require a VPS for the EA to function.
Before running live
The developer states the EA is designed for fully automated operation. However, traders should verify the following on a demo account first: symbol suffix handling with their specific broker, the lot size chosen by the active risk mode relative to account balance, and actual spread and slippage during typical London and New York sessions. Because gold spreads widen during news, the EA's volatility-based adjustments may behave differently on a live account than in backtests. The NoDLL / Fix licence means no external DLL is needed, reducing installation complexity but also limiting the user's ability to modify core logic.
The .ex4 file is compiled and source code is not included. Traders who require customisation beyond the exposed input parameters will need to request a custom version from the developer. The vendor does not offer source code as part of this package.