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.
Read from GoldRush25.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
UseStrategy_TrendContinuation
bool
true
Enable Trend Continuation Strategy
UseStrategy_SupportResistance
bool
true
Enable S/R Bounce Strategy
UseStrategy_Breakout
bool
false
Enable Breakout Strategy
UseStrategy_LondonOpen
bool
true
Enable London Open Strategy
RiskPercent
double
1.0
Risk Per Trade (%)
MaxDailyLossPercent
double
3.0
Max Daily Loss (%)
MaxWeeklyLossPercent
double
5.0
Max Weekly Loss (%)
MaxSimultaneousTrades
int
3
Max Open Trades
RiskRewardRatio
ENUM_RISK_REWARD
RR_1_TO_2
Risk:Reward Ratio
HTF_Period
ENUM_TIMEFRAMES
PERIOD_H4
Higher Timeframe (Trend)
MTF_Period
ENUM_TIMEFRAMES
PERIOD_M30
Medium Timeframe (Entry)
LTF_Period
ENUM_TIMEFRAMES
PERIOD_M5
Lower Timeframe (Confirmation)
Show all 40 inputs
Name
Type
Default
Description
EMA_Fast
int
20
Fast EMA Period
EMA_Slow
int
50
Slow EMA Period
EMA_Trend
int
200
Trend EMA Period
RSI_Period
int
14
RSI Period
RSI_Oversold
int
30
RSI Oversold Level
RSI_Overbought
int
70
RSI Overbought Level
MACD_Fast
int
12
MACD Fast Period
MACD_Slow
int
26
MACD Slow Period
MACD_Signal
int
9
MACD Signal Period
ATR_Period
int
14
ATR Period
ATR_StopLossMultiplier
double
1.5
ATR SL Multiplier
Trade_LondonSession
bool
true
Trade London Session
Trade_NewYorkSession
bool
true
Trade New York Session
Trade_AsianSession
bool
false
Trade Asian Session
London_StartTime
string
03:00
London Start (Broker Time)
London_EndTime
string
12:00
London End (Broker Time)
NewYork_StartTime
string
08:00
NY Start (Broker Time)
NewYork_EndTime
string
17:00
NY End (Broker Time)
Use_OrderBlocks
bool
true
Enable Order Block Detection
Use_FairValueGaps
bool
true
Enable Fair Value Gaps
Use_LiquidityGrabs
bool
true
Enable Liquidity Grab Detection
OrderBlock_Lookback
int
20
Order Block Lookback Bars
UseBreakevenStop
bool
true
Move to Breakeven
BreakevenTriggerRR
double
1.0
Breakeven at RR Ratio
UseTrailingStop
bool
true
Enable Trailing Stop
TrailingType
ENUM_TRAIL_TYPE
TRAIL_BY_EMA
Trailing Stop Type
TrailingStopDistance
double
20.0
Trailing Distance (pips)
PartialTakeProfit
bool
true
Enable Partial TP
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone kevoking/goldrush 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 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
MT5Trading robotSMC / ICT / price actionBreakoutTrend following
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
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
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
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
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