EA Scalper XAUUSD 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 different market regimes using the Hurst exponent. Risk is managed through ATR-based stop losses, target risk-to-reward ratios, and comprehensive drawdown circuit breakers. The developer notes the repository is a work-in-progress engineering snapshot rather than a finalized system.
Smart Money Concepts order block detection
Self-learning module with Kelly Criterion calculations
Read from EA_AGGRESSIVE_SCALPER.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpEAMode
ENUM_EA_MODE
MODE_PURE_SCALPER
Trading Mode (MUDA TUDO!)
InpBaseRisk
double
3.0
Base Risk % per trade (ERA 2.0)
InpMaxRisk
double
10.0
Maximum Risk % hot streak (ERA 5.0)
InpMinRisk
double
1.0
Minimum Risk % (ERA 0.3)
InpMaxDailyDD
double
30.0
Max Daily DD % - conta pessoal (ERA 10.0)
InpSoftDailyDD
double
15.0
Soft Daily DD % (ERA 6.0)
InpMaxConsecLosses
int
5
Max Consecutive Losses (ERA 4)
InpSL_ATR_Mult
double
1.2
SL = ATR × this (ERA 1.5 - mais tight)
InpTP_RR
double
3.0
Target R:R ratio (ERA 2.0 - busca runners)
InpMinRR
double
1.5
Minimum R:R (ERA 1.0 - só trades bons)
InpATR_Period
int
14
ATR Period
InpMaxTradesDay
int
50
Max Trades per Day (ERA 30)
Show all 40 inputs
Name
Type
Default
Description
InpMaxSpread
int
50
Max Spread points (ERA 100 - filtra lixo)
InpLondonOnly
bool
false
Trade London/Overlap only (learning decides)
InpLondonStart
int
7
London Start Hour (GMT)
InpOverlapEnd
int
16
Overlap End Hour (GMT)
InpGMT_Offset
int
2
Broker GMT Offset
InpOB_Lookback
int
20
Order Block Lookback
InpOB_Displacement
double
0.8
OB Displacement (ATR mult) - RELAXADO
InpSweep_Lookback
int
20
Liquidity Sweep Lookback
InpSweep_Tolerance
double
0.25
Sweep Tolerance % - RELAXADO
InpUseMACross
bool
true
Enable EMA crossover setup
InpFastMA
int
8
Fast EMA period
InpSlowMA
int
21
Slow EMA period
InpUseRSI
bool
false
Use RSI filter - DESATIVADO
InpRSI_Period
int
14
RSI period
InpRSI_OB
int
75
RSI overbought - RELAXADO
InpRSI_OS
int
25
RSI oversold - RELAXADO
InpUseFibo
bool
true
Use Fibonacci zones
InpFiboLookback
int
30
Lookback for swing detection - MENOR
InpFiboZone
double
50.0
Tolerance (points) - MUITO RELAXADO
InpHurst_Window
int
100
Hurst Calculation Window
InpHurst_Trending
double
0.55
Hurst > this = Trending
InpHurst_Reverting
double
0.45
Hurst < this = Reverting
InpBlockRandomWalk
bool
false
Block Random Walk Regime - DESATIVADO
InpUseLearning
bool
true
Enable Self-Learning
InpMinTradesLearn
int
5
Min trades before Kelly (ERA 10 - mais rápido)
InpLearningRate
double
0.20
Learning rate (ERA 0.15 - aprende mais rápido)
InpPersistStats
bool
true
Save stats between sessions
InpUseBE_Partial
bool
true
Enable BE + partial + trail
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone francomascareloai/EA_SCALPER_XAUUSD 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.
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
This MetaTrader 5 expert advisor focuses on XAUUSD using a multi-timeframe scalping approach based on Smart Money Concepts. It identifies institutional market structures by analyzing H4 trends, H1 supply and demand zones, and M5 entries. The logic incorporates order block detection, Fair Value Gaps (FVG), and liquidity
This MetaTrader 5 expert advisor provides an automated trading system with two primary operation modes: a multi-confluence signal engine and a Smart Money Concepts strategy. The confluence engine aggregates signals from RSI, MACD, Bollinger Bands, and EMA crossovers, while the Smart Money mode focuses on liquidity swee
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
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 automated trading system for MetaTrader 5 focuses on spot Gold using Inner Circle Trader methodology. It identifies entries through order block detection, market structure analysis, and weekly opening price levels. The strategy is further filtered by dual moving averages and specific trading sessions, primarily Lo
MT5Trading robotSMC / ICT / price actionIndicator crossoverTrend following