GoldenGauss V7 utilizes an ensemble of three neural networks focusing on trend, mean reversion, and breakout strategies to generate entry predictions. The system features multi-timeframe trend alignment, a correlation protection filter, and a news filter to avoid trading during high-impact events. Risk management parameters include percentage-based lot sizing adjusted by ATR volatility, a daily loss limit, daily drawdown reduction features, and trailing take profits based on ATR multipliers.
Read from GoldenGauss_V7_Master.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpMaxLotAbsolute
double
0.10
InpRiskPercent
double
1.0
InpMaxDailyLoss
double
3.0
InpMaxDrawdownReduce
double
0.50
InpMagicNumber
long
20260701
InpHiddenNeurons
int
10
InpLearnRate
double
0.005
InpEpochs
int
200
InpMinConfidence
double
0.60
InpMinR2
double
0.15
InpMinWinRate
double
0.52
InpMinTrades
int
5
Show all 26 inputs
Name
Type
Default
Description
InpCooldownBars
int
3
InpPartialCloseAtr
double
1.8
InpUseTrailingTP
bool
true
InpTrailingATMult
double
1.5
InpUseTimeFilter
bool
true
InpStartHour
int
8
InpEndHour
int
20
InpUseMTFFilter
bool
true
InpUseNewsFilter
bool
true
InpNewsBufferMin
int
30
InpUseCorrelation
bool
true
InpMaxCorrelation
double
0.30
InpUseVolSizing
bool
true
InpVolSizingMultMax
double
2.0
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone combjuda/GoldenGauss_V7 from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 file into Experts, and any .mqh files into the Include folder the code expects.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
This expert advisor for MetaTrader 5 is a multi-strategy system that utilizes market regime detection to switch between trend following, range trading, and breakout modes. It incorporates a wide array of technical indicators, including Moving Averages, RSI, MACD, Ichimoku, and SuperTrend. The bot manages risk through v
LQS AI Institutional Engine is a MetaTrader 5 robot designed for trading gold using market microstructure analysis. It combines four analytical modules focusing on liquidity sweeps, order flow divergence, Wyckoff accumulation and distribution phases, and multiple anchored VWAP levels. The system features an integrated
This MetaTrader 5 expert advisor is designed for gold trading using an adaptive, modular architecture. It features a regime detector that switches between trend-following, mean reversion, and breakout strategies based on market conditions. The system utilizes exponential moving averages, ADX for trend strength, and RSI
This automated trading robot for MetaTrader 5 is designed specifically for gold and silver markets. It utilizes an AI-driven approach incorporating quantum state modeling and a chaos filter to identify market entries. The strategy weights inputs from RSI, ADX, and moving averages against an adaptive decision threshold.
UltraHFT Expert Advisor is a high-frequency scalping robot for MetaTrader 5 that combines five strategy layers including EMA crossovers, RSI mean reversion, and volatility breakouts. It evaluates market conditions on every tick, entering trades when multiple signals align. The system employs strict risk controls with h
This MetaTrader 4 expert advisor utilizes the SuperTrend and Bollinger Bands indicators to identify market entries. It monitors for trend changes, breakouts, corrections, and pullbacks. The EA incorporates several risk management tools, including a configurable stop loss, dynamic stop loss logic, and a trailing stop. I