Trading XAUUSD with an EMA-based trend filter
Super EA Access MT5 is an Expert Advisor for MetaTrader 5 that automates trend-following entries on Gold (XAUUSD). It evaluates the market using two exponential moving averages: a 20-period fast EMA and a 50-period slow EMA. A bullish signal occurs when the fast average crosses above the slow average, while a bearish signal forms on the opposite cross. This mechanic keeps the system aligned with the prevailing direction on the selected chart timeframe, which can be M1, M5, M15, M30, or H1.
How entries, exits, and position management work
Once the EMA crossover condition is met, the EA can open a trade in the direction of the trend. Profit-taking is handled by two fixed dollar-based targets: a minimum of $25 and a maximum of $30 per position, depending on the user's settings. A trailing stop becomes active when a trade reaches $3.00 in profit. From that point, the stop adjusts in increments of 10 pips, locking in gains as the position moves further in favour.
The system can hold up to ten open trades simultaneously if the user keeps the default capacity. Each trade is assigned a magic number of 20250811, which separates the EA's positions from those opened manually or by other automated systems. This separation is useful for account monitoring and for running multiple strategies on the same terminal.
Backtest observations from the developer
The vendor provides a strategy tester report based on real tick data. In that backtest, an initial deposit of $1,000 grew to a net profit of $8,190.39 over 14,461 trades. The report lists a profit factor of 4.81 and a Sharpe ratio of 1.30. The developer also claims long trade win rates of 97.89% and short trade win rates of 96.04%. These figures come from historical simulation and do not guarantee future outcomes. They are included here only as the vendor's reported test conditions.
Settings and package contents
The EA ships with a NoDLL licence, meaning no external DLL files are required for it to run. Installation follows the standard MetaTrader 5 procedure for Expert Advisors. Users can adjust the fast and slow EMA periods, the dollar-based take-profit targets, the trailing stop activation threshold and step size, and the maximum number of open positions. The minimum lot size is 0.01, which allows smaller position sizing on accounts that meet the $1,000 minimum deposit.
What this tool does not do, and who should skip it
Super EA Access MT5 does not include grid or martingale recovery logic, and it does not hedge losing positions. It is a directional system that waits for a crossover before entering, which means it may stay flat during ranging or choppy conditions. Traders who prefer mean-reversion or news-based strategies will likely find the approach unsuitable. The vendor states the EA is beginner-friendly because its settings are limited and explained in the documentation, but the minimum deposit of $1,000 and the use of raw spread accounts assume some familiarity with ECN trading conditions.
The EA is designed for Gold only. It will not trade currency pairs, indices, or other metals unless the user manually attaches it to a chart where the symbol differs from XAUUSD, which is not recommended by the vendor. The licence does not include source code, so the trading logic cannot be modified beyond the exposed input parameters.