Adaptive AI Scalper identifies trade entries using a weighted scoring system that evaluates signals from RSI, Moving Averages, and Bollinger Bands. The EA manages risk through automated lot sizing, ATR-based stop loss and take profit levels, trailing stops, and a break-even trigger. Additional safety features include an equity guard that halts trading based on drawdown percentages, a spread filter, and a time-window filter for specific trading hours. The current version uses rule-based logic to simulate adaptive decision-making.
Read from AdaptiveAI_Scalper_v1.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Lots
double
0.1
UseAutoLot
bool
true
RiskPercent
double
20.0
Slippage
int
3
ATR_SL_Multiplier
double
2.0
ATR_TP_Multiplier
double
15.0
MagicNumber
int
123456
ATR_Period
int
14
RSI_Period
int
14
RSI_Overbought
double
60
RSI_Oversold
double
40
EMASlow
int
50
Show all 31 inputs
Name
Type
Default
Description
EMAFast
int
20
SpreadLimit
double
20
UseTrailingStop
bool
true
TrailingStart
double
30
TrailingStep
double
10
UseBreakEven
bool
true
BreakEvenTrigger
double
30
BreakEvenOffset
double
2
TradeStartHour
int
8
TradeEndHour
int
18
EnableEquityGuard
bool
true
EquityStopPercent
double
70
CooldownMinutes
int
15
Score_RSI
int
35
Score_EMA
int
50
Score_BB
int
15
Score_EMA_HTF
int
10
Score_Spread
int
10
Score_EMA_Close
int
-10
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Xzmjj/AdaptiveAI_Scalper_v1 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.
EA Scalper XAUUSD is an automated trading research project for MetaTrader 5 focused on gold. It employs a multifaceted entry strategy using Smart Money Concepts like order blocks and liquidity sweeps, alongside moving average crossovers and Fibonacci zones. The EA includes a self-learning module designed to adapt to di
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
Trillex 10S is a MetaTrader 5 scalping expert advisor optimized for Gold (XAUUSD). It executes trades based on the alignment of a three-period Exponential Moving Average (EMA) stack and Parabolic SAR indicators. The system features a proprietary synthetic bar engine that processes price data into 5-second and 10-second
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 Scalper is an educational MetaTrader 5 expert advisor designed for scalping XAUUSD on the one-minute timeframe. It is presented as a masterclass tutorial to demonstrate modular coding practices. The system utilizes a 200-period Exponential Moving Average for trend filtering and the Relative Strength Index for entr
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