Gold Dual Engine Scalper utilizes a regime-based state machine to navigate market conditions, employing two distinct engines: one for volatility burst continuations and another for liquidity sweep reversals. The EA monitors for price compression and market exhaustion using RSI divergence and volume analysis. Risk management features include a fixed percentage risk per trade, a maximum daily loss cap, and session-based filters for London and New York. While the code structure is complex, the provided documentation is minimal.
Read from gold_dual_engine_scalper.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpSection1_Risk
string
=== Risk Settings ===
InpRiskPerTradePct
double
0.25
InpMaxDailyLossPct
double
2.0
InpMaxConcurrentTrades
int
1
InpReversalRiskFactor
double
0.8
InpSection2_Sessions
string
=== Session Settings ===
InpLondonStartHour
int
7
InpLondonEndHour
int
16
InpNYStartHour
int
13
InpNYEndHour
int
22
InpDisableAsian
bool
true
InpSection3_News
string
=== News Filter Settings ===
Show all 40 inputs
Name
Type
Default
Description
InpEnableNewsFilter
bool
true
InpMinutesBeforeRed
int
15
InpMinutesAfterRed
int
10
InpSection4_Burst
string
=== Volatility Burst Settings ===
InpBurstRangeMultiplier
double
1.8
InpBurstVolumeMultiplier
double
1.5
InpBurstBodyRatioMin
double
0.7
InpSection5_Compression
string
=== Compression Settings ===
InpCompressionAtrPeriod
int
14
InpCompressionAtrFactor
double
0.7
InpCompressionWindowBars
int
10
InpSection6_Liquidity
string
=== Liquidity Zone & Sweep Settings ===
InpEqualHLTolerancePoints
double
50
InpSwingLookbackBars
int
5
InpAsianSessionStartHour
int
0
InpAsianSessionEndHour
int
6
InpSweepWickBodyRatioMin
double
2.0
InpSweepVolumeSpikeMult
double
1.5
InpSection7_Exhaustion
string
=== Exhaustion & Divergence Settings ===
InpExhaustionMinScore
double
1.0
InpExhaustionRangeLookback
int
10
InpExhaustionVolumeLookback
int
20
InpRsiPeriod
int
14
InpPriceSwingLookback
int
5
InpRsiSwingLookback
int
5
InpUseDivergenceFilter
bool
true
InpSection8_Engines
string
=== Engine Thresholds & Timeouts ===
InpContImpulseBars
int
5
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone MithunCyDev/MT5-Expert-advisor 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.
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 is designed for scalping gold on the M1 timeframe. It features a versatile strategy engine capable of toggling between breakout and mean-reversion modes based on market conditions. The system manages trades using ATR-based trailing stops, break-even adjustments, and time-based exits. Ri
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
This MetaTrader 5 expert advisor is designed specifically for trading gold (XAUUSD). The system utilizes a modular architecture to detect market regimes, identify ranges, and execute trades based on liquidity sweeps and breakouts. It incorporates several filters, including spread and volume checks, alongside a drawdown
This automated trading robot for MetaTrader 5 implements Smart Money Concepts (SMC) and ICT principles using a hybrid architecture. Trading logic and signal detection are processed within a native C++ DLL, while the MQL5 bridge handles trade execution and data feeding. The system identifies market structure shifts, inc
MT5Trading robotSMC / ICT / price actionBreakoutTrend following