Scalping Bot triggers entries based on RSI levels, Exponential Moving Average crossovers, and Bollinger Band deviations. Risk is managed through dynamic lot sizing and ATR-based stop loss and take profit levels. The EA includes protective features like a trailing stop, maximum daily loss percentage, and a trade frequency cap. It also provides filters for trading hours and maximum spread to avoid unfavorable market conditions.
Read from ScalpingBot.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
RiskPercent
double
1.0
Risk per trade (%)
MinLotSize
double
0.01
Minimum lot size
MaxLotSize
double
0.1
Maximum lot size
MagicNumber
int
123456
Magic number for this EA
RSI_Period
int
14
RSI Period
RSI_Overbought
int
70
RSI Overbought Level
RSI_Oversold
int
30
RSI Oversold Level
Fast_EMA_Period
int
9
Fast EMA Period
Slow_EMA_Period
int
21
Slow EMA Period
ATR_Period
int
14
ATR Period for volatility
BB_Period
int
20
Bollinger Bands Period
BB_Deviation
double
2.0
Bollinger Bands Deviation
Show all 25 inputs
Name
Type
Default
Description
StopLossMultiplier
double
1.5
Stop Loss (ATR multiplier)
TakeProfitMultiplier
double
2.5
Take Profit (ATR multiplier)
UseTrailingStop
bool
true
Use Trailing Stop
TrailingStopMultiplier
double
1.0
Trailing Stop (ATR multiplier)
MaxDailyLossPercent
double
5.0
Max Daily Loss (%)
MaxTradesPerDay
int
10
Max Trades Per Day
UseTimeFilter
bool
true
Use Time Filter
StartHour
int
8
Start Trading Hour (Server Time)
EndHour
int
22
End Trading Hour (Server Time)
AvoidNews
bool
true
Avoid high spread times
Slippage
int
10
Max Slippage (points)
MinSpreadPips
double
0.0
Min Spread to Trade (pips)
MaxSpreadPips
double
3.0
Max Spread to Trade (pips)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone ilearncoding247/Auto-trading-bot 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.
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
Advanced Scalping Multi EA is a multi-strategy scalping robot for MetaTrader 5 that integrates multi-timeframe momentum, smart money concepts, and pattern recognition. It calculates a signal confidence score based on RSI, EMA crossovers, MACD, and institutional flow tracking. The expert advisor offers four distinct mod
MATE Apex Scalper is a MetaTrader 5 expert advisor designed for scalping major forex pairs and gold. It employs a multi-symbol confluence strategy, filtering entries based on triple exponential moving average alignment, RSI levels, and Bollinger Band rejections on the M5 and M15 timeframes. The robot manages trades usi
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