Fvg Gold EA utilizes institutional trading concepts by identifying high-probability Fair Value Gaps with Order Block confluence. The system employs a scoring algorithm to evaluate trade quality based on displacement, gap size, and higher timeframe trend alignment via exponential moving averages. It executes entries using limit orders within specific London and New York session killzones. Risk is controlled through fixed or percentage-based lot sizing, automated stop losses, a fixed reward-to-risk ratio, and a daily dollar-based loss limit.
Read from FvgGold.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
FVGTimeframe
ENUM_TIMEFRAMES
PERIOD_M15
Execution / FVG detection TF
MinGapSize
int
25
Minimum FVG size (points)
MaxAgeBars
int
20
Max FVG age in bars
MinAgeBars
int
2
Min FVG age (bars since formation)
FVGBuffer
double
3.0
Buffer beyond FVG edge for SL (price units, e.g. $3.00)
MinScoreFVG
double
50.0
Minimum FVG quality score (0-100)
ScoreGapWeight
double
30.0
Score weight: gap size (0-30)
ScoreDispWeight
double
30.0
Score weight: displacement (0-30)
ScoreHTFWeight
double
20.0
Score weight: HTF alignment (0-20)
ScoreFreshWeight
double
10.0
Score weight: freshness (0-10)
ScorePDWeight
double
10.0
Score weight: premium/discount (0-10)
UseOBFilter
bool
true
Require Order Block confluence
Show all 37 inputs
Name
Type
Default
Description
OB_ImpulseATR
double
1.5
Min impulse body = ATR * this
OB_LookbackBars
int
50
How far back to scan for OBs
OB_MinSize
double
10.0
Min OB size (points)
OB_ConfluenceBonus
double
20.0
Score bonus for FVG+OB overlap
OB_MaxDistance
double
200.0
Max distance FVG-OB to count (points)
HTF_Period
ENUM_TIMEFRAMES
PERIOD_H1
Higher TF for bias
EMA_Fast
int
50
Fast EMA for trend
EMA_Slow
int
200
Slow EMA for trend
FixedLot
double
0.01
Fixed lot size (0=risk-based)
RiskPercent
double
0.5
Risk per trade (if FixedLot=0)
MaxTrades
int
1
Max concurrent trades
DailyLossLimit
double
5.0
Daily loss limit ($) (0=off)
ATR_TP_Mult
double
2.0
TP = ATR * this multiplier
RiskRewardRatio
double
1.5
TP = entry + SL_distance * this (fixed R:R)
UseFixedRR
bool
true
Use fixed R:R instead of ATR for TP
UseKillzone
bool
true
Enable killzone filter
KZ_LondonStart
int
7
London open start (GMT)
KZ_LondonEnd
int
10
London open end (GMT)
KZ_OverlapStart
int
12
London/NY overlap start (GMT)
KZ_OverlapEnd
int
16
London/NY overlap end (GMT)
KZ_NYEnd
int
21
NY session end (GMT)
KZ_PreferOverlap
bool
false
Only trade overlap (highest quality)
CloseAtEOD
bool
false
Close all at session end
MagicNumber
ulong
7777
SlippagePoints
int
20
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone foeed/FvgGold-EA 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.
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
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
Elephant Walk is a MetaTrader 5 expert advisor based on the trading methodology of Oliver Velez. It automates entries using moving average crossovers and price action patterns often associated with large bars or elephant candles. The EA provides extensive trade management options, including trailing stops, break-even a
This MetaTrader 5 expert advisor implements a multi-timeframe strategy combining M15 trend direction with M5 trade execution. It identifies entries using Smart Money Concepts like break of structure and order blocks, confirmed by MACD, Stochastic, and Parabolic SAR indicators. Risk management is a primary focus, offeri
Fibonacci ICT EA for MetaTrader 5 combines institutional price action concepts with Fibonacci retracement levels. It identifies higher timeframe trends and enters on pullbacks to specific golden zones using confirmations like Break of Structure and Fair Value Gaps. The system includes robust risk management such as per