Initial setup and chart configuration
Installation starts with adding the EA file to the MetaTrader 4 Experts folder, then attaching it to a Gold chart. The timeframe can be set to M5, M15, M30, or H1. A minimum deposit of $100 is the stated requirement, and the vendor recommends an ECN account with leverage of at least 1:20. No external DLL calls are needed, and the licence is described as unlimited and unlocked, so it can run on multiple terminals without additional activation steps.
Default settings are pre-optimised, meaning the user can keep most parameters unchanged. The EA begins scanning immediately after being enabled, and no manual input is required during the trading session. Because the licence does not restrict the number of accounts, the same product can be deployed on a personal live chart and a separate prop firm evaluation account at the same time.
Entry logic and independent trade handling
Every signal is generated by three complementary filters. The ZigZag indicator marks significant turning points in Gold price structure, identifying moments when the market is likely to reverse or break out of a range. A moving average provides a directional bias, so the EA only enters trades that align with the dominant trend on the selected timeframe. The stochastic oscillator adds a momentum check, filtering out setups where price movement is too weak to support an entry.
When all three conditions coincide, a position is opened. Crucially, each trade is managed independently. The EA does not use grid averaging or martingale recovery logic. If a position closes in loss, the next trade is not scaled up or doubled in size. Each order has its own fixed stop loss and take profit structure, so the risk of one position does not cascade into subsequent ones.
Trade exits and trailing behaviour
Profit management uses two take profit levels. The first partial target locks in gains early, while the second allows a portion of the position to run further. A trailing stop then follows price movement behind the remaining part of the trade. This combination aims to capture short-term profits without giving back too much if Gold reverses quickly. The EA also avoids opening new positions during Non-Farm Payroll release windows on Fridays, reducing exposure to high-volatility news events.
Risk parameters and lot sizing
The EA includes several risk profiles, ranging from a conservative setting intended for prop firm challenges to a much higher risk option. The vendor specifically mentions a 'Very Low Risk' profile designed for funded account evaluations, where maximum drawdown limits are tight. Lot size is calculated automatically from the selected risk level and account balance. An optional trend-based lot increase can raise position size during exceptionally strong trends, though this feature should be tested on a demo account first.
For traders who want to replicate backtested conditions, the vendor provides test results using an initial balance of $10,000. The medium risk configuration reported a maximum equity drawdown of 9.99% in a backtest from 2022 to 2026, while the extreme risk configuration had a higher equity drawdown of 14.78%. These figures are simulated and do not guarantee live performance, but they indicate how the EA behaves under different load settings.
Practical limitations and weak spots
Because the EA trades only Gold, it is not a multi-currency solution. Diversification across assets would require additional software, and the single-instrument focus means performance can be uneven when Gold enters a prolonged low-volatility period. The ZigZag indicator, by its nature, repaints slightly — it confirms turning points after they have begun, which can introduce delay in fast-moving markets.
The minimum deposit of $100 is low, but at that level the position sizes will be very small on an ECN account with Gold spreads. The EA is most effective with a larger buffer, since the separation of stop loss and dual take profit needs room to breathe. The recommended timeframes are all intraday or short-term, so a trader looking for long-term position holding would need to switch to a higher timeframe manually, which is outside the EA's designed scope.
No source code is provided, so users cannot modify the entry logic or customise indicators beyond the built-in parameters. The licence is unlocked, but the EA remains a compiled product. Backtest results and live signal metrics shown by the vendor should be treated as vendor-reported data, not as a projection of personal results.