Gold Liquidity Scalper switches logic based on market regimes: in trending markets, it follows the higher timeframe direction using EMA reversals and breakout entries, while in ranging markets, it executes trades based on liquidity sweeps at price extremes. Entry confirmation requires RSI alignment to filter low-momentum setups. Risk controls include percentage-based position sizing, ATR-derived stop losses, a fixed risk-to-reward target, and an EMA-based trailing stop. It limits activity to one open position at a time.
Read from LiquiditySweep_SuperScalp(new ver 0.1).mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
MagicNumber
int
555111
RiskPercentPerTrade
double
1.0
% of equity risked per trade (0 = use FixedLot)
FixedLot
double
0.01
MaxSlippage
int
10
MaxPositions
int
1
UseM5Trend
bool
true
UseM15Trend
bool
true
HigherTF_EMA_Period
int
20
EMA used on M5/M15 to define their trend
EMA_Period
int
8
ReversalConfirmBars
int
2
MaxWaitBarsForBreakout
int
5
BreakoutLookbackBars
int
1
Show all 27 inputs
Name
Type
Default
Description
RangeLookbackBars
int
100
M1 bars used to define the range high/low
OuterZonePercent
double
25.0
% of range height counted as support/resistance zone (rest = no-trade middle)
RangeSweepRSIOversold
double
35.0
required at the sweep candle for a support-buy
RangeSweepRSIOverbought
double
65.0
required at the sweep candle for a resistance-sell
RSIPeriod
int
14
RSIRangeLow
double
45.0
RSIRangeHigh
double
55.0
RiskRewardRatio
double
2.0
StopBufferPoints
int
20
MaxSpreadUSD
double
0.50
ATRPeriodForStops
int
14
TrailToEMA8AfterR
bool
true
TrailArmRMultiple
double
1.0
ShowDebugDashboard
bool
true
PrintDebugLog
bool
true
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone amirmohamadkazemi0933/Gold_scalper 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 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
Smart Trader Forex is an automated expert advisor for MetaTrader 5 that employs dual strategies for trend following and mean-reversion scalping. It monitors over 15 currency pairs simultaneously using a multi-symbol scanner and a signal quality filter. Risk management includes ATR-based stop losses, trailing stops, and
This MetaTrader 4 expert advisor implements a multi-strategy approach for trading various currency pairs and gold. It combines technical indicators including Moving Averages, RSI, Bollinger Bands, and ADX with price action concepts such as support, resistance, and engulfing patterns. The EA features risk management too
This MetaTrader 4 expert advisor utilizes the SuperTrend and Bollinger Bands indicators to identify market entries. It monitors for trend changes, breakouts, corrections, and pullbacks. The EA incorporates several risk management tools, including a configurable stop loss, dynamic stop loss logic, and a trailing stop. I
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
The BU ATR Breakeven Engulfing is a MetaTrader 4 robot that executes trades based on candlestick price action and volatility indicators. It identifies entry points using bullish and bearish engulfing patterns, which are then filtered through the Relative Strength Index to confirm momentum. The system incorporates dynam