The expert advisor employs a trend-following approach using two Exponential Moving Averages on a higher timeframe, paired with Relative Strength Index filters for momentum. It identifies breakout opportunities by analyzing support and resistance levels over a lookback period and confirms entries using volume spikes. Risk is controlled through a fixed percentage per trade and a set risk-reward ratio. Note that the repository lacks a README file and documentation.
Dual EMA trend filtering on the H4 timeframe
RSI-based momentum confirmation for long and short entries
Automated support and resistance lookback calculation
Time-restricted trading sessions with GMT offset adjustment
Dynamic position sizing based on account risk percentage
Read from GoldMomentumBreakout.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
StartHour
int
8
Trading session start (UTC)
EndHour
int
17
Trading session end (UTC)
GMT_Offset
int
3
Broker's GMT Offset (e.g. +2 for GMT+2)
RiskPercent
double
1.0
Risk percentage per trade
RiskRewardRatio
double
2.0
Risk/Reward ratio
StopLossPips
double
15.0
Stop Loss in pips
EMA_Timeframe
ENUM_TIMEFRAMES
PERIOD_H4
EMA Timeframe
EMAFastPeriod
int
50
Fast EMA Period
EMASlowPeriod
int
200
Slow EMA Period
RSIPeriod
int
14
RSI Period
RSILongMin
int
50
RSI minimum for long position
RSILongMax
int
70
RSI maximum for long position
Show all 20 inputs
Name
Type
Default
Description
RSIShortMin
int
30
RSI minimum for short position
RSIShortMax
int
50
RSI maximum for short position
LookbackPeriod
int
20
Period for support/resistance calculation
VolumeFactor
double
1.5
Volume multiplier factor
ConsolidationPeriod
int
5
Number of candles for consolidation
ConsolidationRange
double
0.2
Maximum range for consolidation (% of ATR)
ATRPeriod
int
14
ATR Period
VolumePeriod
int
20
Volume average period
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone hadrygassama/GoldMomentumBreakout 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.
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.
Nyao Scalper is an automated scalping robot for MetaTrader 5 that utilizes a multi-factor weighted scoring system to identify trade opportunities. It evaluates trend alignment through EMA crossovers, momentum via RSI, and price action through wick rejection and candle body analysis. The EA manages risk with adaptive AT
This MetaTrader 5 expert advisor specializes in trading Gold (XAUUSD) by targeting volatility during the New York session. It utilizes an Average True Range (ATR) indicator to identify market trends and determine entry levels for limit orders. Risk management includes fixed stop loss parameters and dynamic trailing sto
Black XAU is an automated trading robot for MetaTrader 5, specifically designed for gold. It utilizes a multi-timeframe breakout and retest strategy, identifying trading zones based on initial H4 market structure. Entries are triggered on the M5 timeframe when price retests a confirmed breakout level. The expert adviso
This MetaTrader 5 expert advisor implements a box breakout strategy designed for the foreign exchange market. The robot identifies price ranges during specific time windows and enters trades upon a breakout. It features a trend filter using fast and slow moving averages to align entries with broader market direction. R
Binario is a breakout expert advisor for MetaTrader 4 and 5 that utilizes a price channel constructed from two moving averages of the same period. By default, it uses a 144-period exponential moving average applied to both highs and lows. It enters trades when the price moves outside this band by a predefined pip dista
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