Trading robot · MT5

Golden7

by edisonq

Golden7 is an automated trading system for MetaTrader 5 that utilizes a weighted confluence engine across seven technical indicators, such as Moving Averages, RSI, and Bollinger Bands.

GitHub stars1
Forks1
Last update11 months ago5 Oct 2025
LicenceNone stated

Overview

Golden7 uniquely allows users to input a manual fundamental bias score to influence trade direction. The robot includes a robust filtering system for trend alignment, market volatility, and specific trading sessions. Risk is managed through fixed or ATR-based stop losses and take profits, alongside a two-stage exit strategy featuring breakeven-plus and a trailing stop. It can also manage manually opened positions.

Details

Author

edisonq on GitHub

Type

Trading robot

Platform

MetaTrader 5 (MQL5)

Strategy

Trend following, Indicator crossover, Mean reversion, Multi-strategy

Markets

Any symbol

Timeframes

Any timeframe

Risk profile

No grid, martingale or hedging logic was found in its code or README. That says nothing about how it performs: backtest it first.

Input parameters

Read from golden7-withfundamentals-makesound.mq5. Defaults are the author's; change them in the EA's Inputs tab.

NameTypeDefaultDescription
InpAutoTradingEnabledbooltrueMASTER SWITCH for Signal-Based Auto-Trading
InpLotSizedouble0.01Lot Size
InpMagicNumberulong12345EA Magic Number
InpMaxOpenTradesint2Max number of simultaneous trades
InpUseAtrSLTPbooltrueUse ATR for SL/TP? (If false, uses points below)
InpAtrSLMultiplierdouble2.0ATR Multiplier for Stop Loss
InpAtrTPMultiplierdouble4.0ATR Multiplier for Take Profit
InpStopLossint500Stop Loss in Points (if ATR is false)
InpTakeProfitint3000Take Profit in Points (if ATR is false)
InpUseTrendFilterbooltrueEnable/Disable Trend Filter
InpTrendMAPeriodint200Period for the long-term MA
InpTrendMATimeframeENUM_TIMEFRAMESPERIOD_H1Timeframe for the long-term MA
Show all 40 inputs
NameTypeDefaultDescription
InpUseVolatilityFilterbooltrueEnable/Disable Volatility Filter
InpATRPeriodint14Period for the ATR indicator
InpMinATRdouble100Minimum ATR value to trade (in points)
InpMaxATRdouble1000Maximum ATR value to trade (in points)
InpUseTimeFilterbooltrueEnable/Disable Time Filter
InpStartHourint9Trading start hour (e.g., 9 for London open)
InpEndHourint17Trading end hour (e.g., 17 for NY close)
InpUseBreakevenPlusbooltrueEnable Breakeven Plus Feature
InpBEPlusTriggerint500Points in profit to trigger the move
InpBEPlusPointsint250Points of profit to lock in
InpUseTrailingStopbooltrueEnable/Disable Trailing Stop
InpTrailStartint800Points in profit to start trailing
InpTrailDistanceint800Distance to keep SL from price
InpManageManualTradesboolfalseAllow EA to manage manual trades (Magic #0)
InpFundaScoreint0Set bias: +8 (Strong Bull) to -8 (Strong Bear)
InpUsePopupAlertbooltrueEnable Pop-up Alert with Sound
InpUsePushNotificationboolfalseEnable Mobile Push Notifications
InpUseEmailAlertboolfalseEnable Email Alerts
InpLabelColorcolorclrOrangeColor for the scoreboard text
InpMAPeriodint20
InpADXPeriodint10
InpBBPeriodint15
InpBBDeviationdouble2.0
InpRVIPeriodint8
InpSARStepdouble0.02
InpSARMaximumdouble0.2
InpRSIPeriodint10
InpMAWeightint20, InpADXWeight=15, InpDIWeight=15, InpBBWeight=10, InpConf

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone edisonq/golden7 from GitHub, and unzip it.
  2. 2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
  3. 3Copy the filesCopy the .mq5 file into Experts.
  4. 4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
  5. 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.

Similar expert advisors

EA31337 Libre

by EA31337
252 stars

EA31337 Libre is an open-source, multi-strategy trading robot for MetaTrader 4 and MetaTrader 5. It functions as a simplified implementation of the EA31337 framework, providing a collection of over 35 built-in strategies based on technical indicators. The expert advisor performs independent market analysis across vario

MT5 Trading robot Multi-strategyTrend followingMean reversion
Updated 1 year ago GPL-3.0 GitHub repository of EA31337 Libre

SOEA Master

by bfforex
3 stars

This MetaTrader 5 robot employs a dual-strategy approach, switching between trend-following moving average crossovers and RSI-based mean-reversion depending on detected market regimes. It features an integrated walk-forward optimization system that loads optimized parameters from external files to adapt to changing vol

MT5 Trading robot Trend followingMean reversionIndicator crossover
Updated 11 months ago MIT GitHub repository of SOEA Master

Forex Master Multi Strategy

by simonokwundue-ops
2 stars

This MetaTrader 5 expert advisor utilizes a weighted signal scoring system to execute trades based on four technical indicators: Moving Average crossovers, RSI, Bollinger Bands, and MACD. It incorporates multi-timeframe analysis across M15, M30, and H1 periods to confirm trend direction. Risk management features includ

MT5 Trading robot Indicator crossoverMean reversionTrend following
Updated 10 months ago None stated GitHub repository of Forex Master Multi Strategy
1 stars

This MetaTrader 5 expert advisor implements a multi-timeframe trading strategy across M1, M5, and M15 intervals. It utilizes a seven-period Exponential Moving Average system ranging from EMA 30 to EMA 60 to identify market conditions. When EMAs are aligned, it executes trend-following trades; in consolidated markets, i

MT5 Trading robot Trend followingMean reversionIndicator crossover
Updated 3 months ago None stated GitHub repository of Multi Filter MA MT5

Edelweiss EA

by Attornado
3 stars

Edelweiss EA is an educational trading robot for MetaTrader 4 that utilizes a multi-indicator framework to generate buy and sell signals. It combines exponential moving averages, stochastic oscillators, the awesome oscillator, ADX, and Bollinger Bands to identify market entries. Trade management includes dynamic ATR-ba

MT4 Trading robot Indicator crossoverMean reversionTrend following
Updated 11 months ago MIT GitHub repository of Edelweiss EA

EA31337

by EA31337
1.3k stars

EA31337 is a comprehensive multi-strategy trading robot and framework for MetaTrader platforms. It features dozens of pre-built strategies utilizing technical indicators like ATR, Moving Averages, and SuperTrend. The system manages entries and exits through a unique filtering system that monitors account metrics, volat

MT5 Trading robot Multi-strategyNewsTrend following
Updated 5 months ago GPL-3.0 GitHub repository of EA31337

More trading robots

Need a broker for MT5?

Compare regulated brokers that support MetaTrader, with spreads, minimum deposits and leverage side by side.

Compare brokers