Trading robot · MT5

Gold Rush 25

by kevoking

Gold Rush 25 is a multi-strategy day trading robot for MetaTrader 5.

GitHub stars1
Forks0
Last update10 months ago1 Nov 2025
LicenceNone stated

Overview

Gold Rush 25 integrates several trading styles including trend continuation, support/resistance bounces, and session breakouts. The system employs multi-timeframe analysis to coordinate entries across various chart periods. It features institutional-grade risk management with daily and weekly loss limits, percentage-based position sizing, and ATR-based volatility stops. Additionally, it incorporates smart money concepts such as order blocks and fair value gaps. Note that the project documentation indicates core entry and exit logic is under active development.

Details

Author

kevoking on GitHub

Type

Trading robot

Platform

MetaTrader 5 (MQL5)

Strategy

Trend following, Breakout, SMC / ICT / price action, Multi-strategy

Markets

Gold, Forex

Timeframes

M1-M5, M15-H1

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 GoldRush25.mq5. Defaults are the author's; change them in the EA's Inputs tab.

NameTypeDefaultDescription
UseStrategy_TrendContinuationbooltrueEnable Trend Continuation Strategy
UseStrategy_SupportResistancebooltrueEnable S/R Bounce Strategy
UseStrategy_BreakoutboolfalseEnable Breakout Strategy
UseStrategy_LondonOpenbooltrueEnable London Open Strategy
RiskPercentdouble1.0Risk Per Trade (%)
MaxDailyLossPercentdouble3.0Max Daily Loss (%)
MaxWeeklyLossPercentdouble5.0Max Weekly Loss (%)
MaxSimultaneousTradesint3Max Open Trades
RiskRewardRatioENUM_RISK_REWARDRR_1_TO_2Risk:Reward Ratio
HTF_PeriodENUM_TIMEFRAMESPERIOD_H4Higher Timeframe (Trend)
MTF_PeriodENUM_TIMEFRAMESPERIOD_M30Medium Timeframe (Entry)
LTF_PeriodENUM_TIMEFRAMESPERIOD_M5Lower Timeframe (Confirmation)
Show all 40 inputs
NameTypeDefaultDescription
EMA_Fastint20Fast EMA Period
EMA_Slowint50Slow EMA Period
EMA_Trendint200Trend EMA Period
RSI_Periodint14RSI Period
RSI_Oversoldint30RSI Oversold Level
RSI_Overboughtint70RSI Overbought Level
MACD_Fastint12MACD Fast Period
MACD_Slowint26MACD Slow Period
MACD_Signalint9MACD Signal Period
ATR_Periodint14ATR Period
ATR_StopLossMultiplierdouble1.5ATR SL Multiplier
Trade_LondonSessionbooltrueTrade London Session
Trade_NewYorkSessionbooltrueTrade New York Session
Trade_AsianSessionboolfalseTrade Asian Session
London_StartTimestring03:00London Start (Broker Time)
London_EndTimestring12:00London End (Broker Time)
NewYork_StartTimestring08:00NY Start (Broker Time)
NewYork_EndTimestring17:00NY End (Broker Time)
Use_OrderBlocksbooltrueEnable Order Block Detection
Use_FairValueGapsbooltrueEnable Fair Value Gaps
Use_LiquidityGrabsbooltrueEnable Liquidity Grab Detection
OrderBlock_Lookbackint20Order Block Lookback Bars
UseBreakevenStopbooltrueMove to Breakeven
BreakevenTriggerRRdouble1.0Breakeven at RR Ratio
UseTrailingStopbooltrueEnable Trailing Stop
TrailingTypeENUM_TRAIL_TYPETRAIL_BY_EMATrailing Stop Type
TrailingStopDistancedouble20.0Trailing Distance (pips)
PartialTakeProfitbooltrueEnable Partial TP

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone kevoking/goldrush 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, and any .mqh files into the Include folder the code expects.
  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

Price Action Master

by fikribuoy-droid
1 stars

This MetaTrader 5 expert advisor automates several price action strategies, including pin bar reversals at support and resistance levels, trendline bounces, and break-and-retest patterns. The robot employs multi-timeframe analysis to align entries with higher timeframe trends. Risk controls include percentage-based pos

MT5 Trading robot SMC / ICT / price actionBreakoutTrend following
Updated 4 months ago None stated GitHub repository of Price Action Master

Smart Trader 7CAS

by andersonclement
1 stars

Smart Trader 7CAS is an automated trading robot for MetaTrader 5 designed specifically for commodities including Gold, Silver, and Oil. It implements seven distinct trading modules or scenarios covering trend following, scalping, range trading, breakouts, Smart Money Concepts, reversals, and Fibonacci levels. The syste

MT5 Trading robot Multi-strategySMC / ICT / price actionTrend following High risk
Updated 6 weeks ago None stated GitHub repository of Smart Trader 7CAS

Aa Ea

by Psychitechts
1 stars

This MetaTrader 5 expert advisor implements a multi-strategy approach based on price action and market structure concepts. It utilizes higher timeframe trend identification via a 200-period Simple Moving Average and seeks entry points on lower timeframes using a 50-period SMA and support or resistance levels. The logic

MT5 Trading robot SMC / ICT / price actionTrend followingBreakout
Updated 1 year ago None stated GitHub repository of Aa Ea

Gold Trader EA

by mehdi-jahani
141 stars

Gold Trader EA is a multi-strategy expert advisor designed for trading XAUUSD on the MetaTrader 5 platform. It employs a fusion engine that combines up to 14 different technical analysis methods, including candlestick patterns, chart patterns, price action, and institutional levels. The system requires a user-defined n

MT5 Trading robot Multi-strategyTrend followingIndicator crossover
Updated 1 year ago None stated GitHub repository of Gold Trader EA
84 stars

This MetaTrader 5 expert advisor implements Smart Money Concepts including Order Blocks, Fair Value Gaps, and Break of Structure entries. It features an automated mode that combines multiple strategies alongside market regime detection using ADX or Efficiency Ratio to ensure trading in trending conditions. Risk managem

MT5 Trading robot SMC / ICT / price actionTrend followingMulti-strategy
Updated 2 months ago Apache-2.0 GitHub repository of SMC Unified Expert Advisor

Prop Firm EA Fleet

by cgemise971
20 stars

Prop Firm EA Fleet is a collection of MetaTrader 5 robots designed for passing prop firm evaluations and managing funded accounts. The suite utilizes various strategies including market structure analysis, session range breakouts for London and New York sessions, and high-frequency scalping. It features strict risk man

MT5 Trading robot SMC / ICT / price actionBreakoutScalping High risk
Updated 9 months ago None stated GitHub repository of Prop Firm EA Fleet

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