Automation setup on MT5
Gold House EA runs exclusively on MetaTrader 5 and targets the XAUUSD pair. The download includes the .ex5 compiled file plus the full MQL5 source code and prepared set files, so installation is a matter of placing the files in the correct terminal folders and attaching the EA to a chart. No external indicators or libraries are required. The set files are pre-configured for common risk levels, and the source code means advanced users can audit or modify any part of the logic before deploying it on a live account.
Trade entries and position management
The system watches gold for breaks of meaningful swing highs and swing lows. Instead of acting on every level break, it applies several directional filters intended to keep trades aligned with the prevailing trend. Five separate strategies can run at the same time or be switched on and off individually. Each open position carries a mandatory stop-loss, so there is no grid, martingale, or averaging logic found in many gold-specific EAs. After entry, the EA can trail the stop and close part of the position, which shifts the emphasis from winning percentage to how exit management treats the trades that do work.
Adaptive risk parameters
Risk is not a single fixed value. Stop-loss, take-profit, and trailing settings can adapt to the current gold price, which matters because a stop distance that makes sense when gold is at 1,900 may be too tight or too wide when the market is at 2,400. Position sizing supports both a fixed lot size and risk-based calculation, so the same set of strategies can be run on a small cent account or a larger standard account by adjusting one block of parameters.
Choosing a risk profile
The supplied set files are the practical starting point. The vendor publishes results for two operating modes: the standard configuration and a 'BE Priority' mode that moves the stop to breakeven sooner. The latter produced a lower recorded drawdown in vendor testing, but it also sacrificed some return. Traders who prioritise capital preservation over absolute growth can enable the BE Priority logic and reduce the risk multiplier. Traders comfortable with wider swings can keep the standard profile and use risk-based sizing instead of fixed lots. Because the source code is included, any of these choices can be verified line by line before money is committed.
Known limitations
The breakout approach depends on volatility. During prolonged sideways gold markets, structural breaks will be false more often, and a five-strategy setup can generate repeated small losses that test the equity curve. The mandatory stop-loss protects against catastrophic drawdown but does not prevent clusters of losing trades. The developer reports a win rate below 50 percent for the standard mode and above 70 percent for the BE Priority mode, which illustrates that the two configurations are very different animals despite sharing the same code base. Anyone running this EA should expect periods where the filtered breakouts simply do not appear and the system sits idle. That is a feature of the strategy, not a malfunction, but it requires patience and an account size that can absorb the lower-frequency larger moves.