The expert advisor implements several risk management layers, including percentage-based lot sizing, a maximum loss limit in points, and a trailing step feature. It supports partial profit closing to secure gains during a trade and includes a maximum spread filter to avoid high-cost execution. Users can define specific trading windows using the time-restriction settings. As the repository lacks a README, the strategy is primarily configured through its indicator and management parameters.
ATR and EMA indicator based trade signals
Percentage-based position sizing and risk management
Read from ReversalEA.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
TradeManagement
string
—
RiskPercent
double
3.0
PartialClosePercent
double
60.0
MaxTradeSpreadPts
int
10
MaxLossPts
int
100
TrailStep
int
10
TradingHour
string
—
AllowTradeFrom
tradeHour
HOUR_0
AllowTradeUntil
tradeHour
HOUR_0
BrokerInformation
string
—
IsECNBroker
bool
true
IndicatorSettings
string
—
Show all 14 inputs
Name
Type
Default
Description
ATRPeriod
int
14
EMAPeriod
int
20
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Daiwv/MQLExpert from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 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.
This MetaTrader 4 expert advisor is designed for gold scalping using a combination of Relative Strength Index and Exponential Moving Average indicators. It identifies entry points when momentum reaches specific overbought or oversold thresholds while considering moving average trends. The system manages risk through fi
Ray Scalper is an automated expert advisor for MetaTrader 4 that uses technical indicators to trade both trend-following and counter-trend strategies. It monitors Bollinger Bands, Moving Averages, and Stochastic crossovers to trigger entries. The robot allows users to toggle between trend and anti-trend modes and inclu
MT4Trading robotScalpingIndicator crossoverTrend following
This algorithmic scalping robot for MetaTrader 4 and 5 uses a five-factor confluence engine to identify trade entries. It monitors RSI extremes, Bollinger Band breakouts, MACD momentum, EMA ribbons, and volume acceleration. The EA employs percentage-based risk management with a strict stop loss and a flexible take prof
Scalpflip EA is an automated scalping robot for MetaTrader 5 that utilizes a multi-layered technical analysis approach. It offers three entry modes: trend-following, mean-reversion, and a smart mode that selects the strategy based on current market conditions. The system filters trades using the Relative Strength Index
FG Scalping Pro is an automated trading system for MetaTrader 5 that utilizes a multi-indicator approach to identify entry points. It combines exponential moving average crossovers with RSI momentum and Bollinger Band volatility filters to execute trades. The EA manages risk through dynamic ATR-based stop loss and take
Gold SnR Momentum Scalper Pro is an automated scalping robot for MetaTrader 5, specifically optimized for XAUUSD on the M1 timeframe. It identifies entry points by combining support and resistance zones with RSI and moving average momentum. The system incorporates tick-level analysis to measure buying and selling press