Trading robot · MT5

Gold Liquidity Hunter Pro

by eaglenight37

Gold Liquidity Hunter Pro is a MetaTrader 5 expert advisor designed for trading gold and indices using Smart Money Concepts and ICT principles.

GitHub stars1
Forks2
Last update3 months ago2 Jun 2026
LicenceNone stated

Overview

Gold Liquidity Hunter Pro determines market direction using a daily 200 EMA bias and identifies entries based on H4 order blocks. The system includes multiple volatility and trend filters, such as ADX, ATR, and tick volume, to filter out ranging market conditions. Risk is managed through percentage-based lot sizing, daily loss limits, and a maximum drawdown cap. Trade exits are handled via dual take-profit targets, breakeven triggers, and trailing stops.

Details

Author

eaglenight37 on GitHub

Type

Trading robot

Platform

MetaTrader 5 (MQL5)

Strategy

SMC / ICT / price action, Trend following

Markets

Gold, Indices

Timeframes

M15-H1, H4 and above

Risk profile

No grid, martingale or hedging logic was found in its code or README. That says nothing about how it performs: backtest it first.

Input parameters

Read from GoldLiquidityHunter_PRO_v3.5_AutoSL_BiasOB.mq5. Defaults are the author's; change them in the EA's Inputs tab.

NameTypeDefaultDescription
RiskPercentdouble0.50Risque par trade (% balance)
MaxDailyLossPctdouble2.00Perte journalière max (%)
MaxDrawdownPctdouble10.00Drawdown global max (%)
MaxTradesPerDayint3Trades max par jour
EnableDD_Pausebooltrue
SignalTFENUM_TIMEFRAMESPERIOD_H4Analyse OB/ATR/barres (défaut H4 pour XAUUSD)
ATR_Periodint14
OB_MaxAge_Barsint40Âge max OB
OB_BodyRatiodouble0.35Ratio corps/range (très relâché)
SL_BufferPointsdouble25.0Distance minimale SL (le code prendra le max avec le Stops Level du broker)
EMA200_BiasBufferdouble0.0035Ratio |close-EMA|/EMA (zone avec NeutralBuf, voir CalculateBias)
EMA200_NeutralBufdouble0.0085Ratio — zone morte si max(Bias,Neutral) utilisé
Show all 40 inputs
NameTypeDefaultDescription
EnableAntiRangeFilterbooltrueMaster : éviter ranges H4 / marché trop calme
UseADXFilterbooltrueADX sur SignalTF (tendance vs range)
ADX_Periodint14
MinADXdouble22.0Pas d’ordre si ADX[1] < (souvent <20 = range)
UseATRActivityFilterbooltrueATR / prix bougie fermée [1]
MinATRtoPricePctdouble0.12% min : ATR/close*100 sur bar [1] (ex. 0.12)
UseTickVolumeFilterbooltrueVolume ticks vs moyenne mobile
VolumeSMABarsint20
VolumeAboveSMAFactordouble1.12vol[1] >= moyenne(vol[2..]) * facteur
TP1_RRdouble2.5
TP2_RRdouble3.8
TP2_ClosePercentdouble55.0
EnableTP2booltrue
EnableBreakevenbooltrue
BE_RRdouble0.9
EnableTrailingbooltrue
Trail_StartRRdouble1.2
Trail_ATR_Multidouble0.60
SessionStartGMTint6
SessionEndGMTint17
NewsBufferMinint25
EnableNewsFilterbooltrue
SpreadMaxPointsint55Max SYMBOL_SPREAD (pts) ; PU Prime XAU ~13 moy. → souvent 22-28 en .set
EnableMaxSpreadbooltrue
EnablePushbooltrue
EnableEmailboolfalse
EnableAlertbooltrue
LogLevelint2

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone eaglenight37/GoldLiquidityHunter_PRO from GitHub, and unzip it.
  2. 2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
  3. 3Copy the filesCopy the .mq5 file into Experts.
  4. 4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
  5. 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.

Similar expert advisors

EA Scalper XAUUSD

by francomascareloai
237 stars

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

MT5 Trading robot SMC / ICT / price actionIndicator crossoverScalping High risk
Updated 3 months ago Custom licence GitHub repository of EA Scalper XAUUSD

Gold Trader EA

by mehdi-jahani
141 stars

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

MT5 Trading robot Multi-strategyTrend followingIndicator crossover
Updated 1 year ago None stated GitHub repository of Gold Trader EA
84 stars

This MetaTrader 5 expert advisor implements Smart Money Concepts including Order Blocks, Fair Value Gaps, and Break of Structure entries. It features an automated mode that combines multiple strategies alongside market regime detection using ADX or Efficiency Ratio to ensure trading in trending conditions. Risk managem

MT5 Trading robot SMC / ICT / price actionTrend followingMulti-strategy
Updated 2 months ago Apache-2.0 GitHub repository of SMC Unified Expert Advisor

ICT Gold EA

by darula-hpp
36 stars

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

MT5 Trading robot SMC / ICT / price actionIndicator crossoverTrend following
Updated 11 months ago None stated GitHub repository of ICT Gold EA

MT5 Sniper EA

by rithsila
27 stars

This expert advisor for MetaTrader 5 implements a Smart Money Concepts strategy. It identifies institutional trade setups using Order Blocks, Fair Value Gaps, Break of Structure, and liquidity sweeps. The robot performs multi-timeframe analysis across five periods to determine market bias and ensure trend alignment. Ri

MT5 Trading robot SMC / ICT / price actionTrend following
Updated 11 months ago None stated GitHub repository of MT5 Sniper EA

Prop Firm EA Fleet

by cgemise971
20 stars

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

MT5 Trading robot SMC / ICT / price actionBreakoutScalping High risk
Updated 9 months ago None stated GitHub repository of Prop Firm EA Fleet

More trading robots

Need a broker for MT5?

Compare regulated brokers that support MetaTrader, with spreads, minimum deposits and leverage side by side.

Compare brokers