This MetaTrader 5 expert advisor implements core Inner Circle Trader (ICT) concepts including Fair Value Gaps (FVG), liquidity sweeps, and Market Structure Shifts (MSS).
ICT Trading Strategy EA executes trades based on price imbalances and displacement, utilizing session-based filters for London and New York kill zones. Risk management features include percentage-based position sizing, a daily loss limit, a maximum number of trades per day, and a minimum reward-to-risk ratio. The EA also incorporates an ATR-based volatility filter and optional trailing stops to manage open positions.
Read from ICT_Strategy_EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpRiskPercent
double
1.5
Risk per trade (%)
InpMaxTradesPerDay
int
40
Max trades per day (matching Python)
InpMaxDailyLoss
double
5.0
Max daily loss (%)
InpMinBalance
double
100.0
Minimum balance threshold
InpMinFVGPips
double
2.0
Minimum FVG size (pips) - matching Python
InpSweepRejectionPips
double
0.5
Sweep rejection (pips) - matching Python
InpStopLossBufferPips
double
2.0
Stop loss buffer (pips)
InpTargetMinR
double
3.0
Minimum R:R ratio
InpTargetMaxR
double
5.0
Maximum R:R ratio
InpFVGConfirmCandles
int
0
FVG confirmation candles (0 = immediate entry)
InpLondonOpenHour
int
7
London open hour
InpLondonCloseHour
int
16
London close hour
Show all 26 inputs
Name
Type
Default
Description
InpNYOpenHour
int
12
NY open hour
InpNYCloseHour
int
21
NY close hour
InpTrendLookback
int
32
Trend lookback candles
InpRelaxedMode
bool
true
Allow trading without trend
InpEnableATRFilter
bool
true
Enable ATR volatility filter
InpATRPeriod
int
14
ATR period for volatility
InpMinATRMultiplier
double
1.0
Minimum ATR multiplier for FVG
InpEnableKillZoneFilter
bool
false
Use strict ICT kill zones only
InpMaxSweepAgeBars
int
15
Max bars since sweep (0=disabled)
InpMinCandleBodyPips
double
1.0
Minimum displacement candle body size (pips)
InpMagicNumber
int
12345
EA Magic Number
InpTradeComment
string
ICT_EA
Trade comment
InpSlippage
int
30
Slippage in points
InpEnableTrailing
bool
false
Enable trailing stop
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone samiabat/ICT-Trading-Strategy 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 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
This MetaTrader 5 expert advisor implements a multi-strategy framework based on Smart Money Concepts. It identifies fractal-based liquidity sweeps, order blocks, and Fibonacci zones across multiple timeframes, typically using H4 for trend direction and M15 for execution. The EA includes an optional machine learning fil
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
Fvg Gold EA is an automated trading robot for MetaTrader 5 designed specifically for the gold market. It 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,