Initial setup and practical requirements
Capital Guard EA MT5 runs exclusively on the MetaTrader 5 platform and is intended for automated breakout trading on gold (XAUUSD). The developer does not provide source code, so the compiled expert advisor file is what you attach to a chart. There is no licensing call or additional runtime component mentioned in the documentation, but buyers should confirm compatible account types with their broker before installation.
The default trading session filter uses Indian Standard Time and restricts entries between 09:00 and 17:00 IST. Because gold liquidity shifts across global sessions, traders outside that time zone will need to adjust these hours or disable the filter entirely. The filter is not a signal quality check; it simply blocks new positions outside the window while leaving existing trades to be managed normally.
Installation flow
- Place the EA file in the appropriate Experts folder of the MT5 data directory.
- Attach Capital Guard EA MT5 to an XAUUSD chart with the H4 timeframe selected.
- Enable automated trading in the platform settings and confirm the smiley face icon is active.
- Review the input parameters, paying particular attention to lot sizing method and session times.
- Run a short forward test on a demo account before committing real capital.
How positions are opened and closed
The core entry logic monitors recent market highs and lows and executes when price breaks beyond those levels. A configurable offset can be applied to require a further move before the order is sent, which reduces premature entries in choppy conditions. The EA does not use lagging indicators as a primary signal; the breakout definition itself drives trade triggers.
Each position can be assigned an initial stop loss. A profit activation level then arms the trailing stop, which follows the market at a dynamic distance once the trade moves in favour. This combination means the EA never leaves a position unprotected after entry, though the exact stop distance depends on the user-configured parameters. Take profit is based on the trailing mechanism rather than a fixed target unless the user sets one separately.
Martingale is available as an optional layer. When active, position size increases after losing trades according to a multiplier, but maximum lot growth is constrained by a configurable cap. The developer describes this as a safety limit, meaning the EA will not keep doubling indefinitely. Traders who select fixed lot mode automatically disable the martingale progression.
Choosing a risk profile
Two sizing methods are offered. Fixed lot trading uses the same volume for every position, which is simpler to monitor and prevents compounding from losses. The risk-based method calculates lot size from the account balance and a user-defined risk percentage, so higher equity leads to proportionally larger positions. Both approaches interact with the maximum lot protection setting, which acts as a hard ceiling regardless of the selected method.
Slippage control is also included, allowing the EA to reject orders when the expected entry price differs too much from the requested price. This is relevant for gold, where fast moves around news events can create wide spreads. The developer does not publish recommended maximum slippage values, so users should test different settings in their own market conditions.
Where the approach is likely to struggle
Breakout strategies underperform in sideways, low-volatility markets because price repeatedly tests levels without following through. The session filter can mitigate this by avoiding quiet hours, but it does not remove the fundamental weakness. During high-impact releases, gold can gap through breakout levels, causing entries far from the intended price; the slippage control helps only if the broker respects the limit.
The optional martingale increases average position size after a string of losing trades. Even with a maximum lot cap, consecutive losses can still strain a small account before the cap is reached. The developer's backtest figures show modest drawdowns, but those results are not a guarantee for live conditions. Traders who cannot tolerate temporary equity dips should keep martingale disabled and use a low risk percentage.
Capital Guard EA MT5 is configured for XAUUSD on the H4 timeframe by default. Attempting to run it on other pairs or timeframes would mean operating outside the design assumptions, and the seller does not indicate that other symbols have been tested. The high purchase price of $2,000 places this product in the professional segment, so a thorough evaluation period on demo is advisable before going live.