Trading robot · MT5

SMC Auto MT5

by trananh211

This MetaTrader 5 expert advisor automates market structure analysis based on Smart Money Concepts.

GitHub stars1
Forks0
Last update6 days ago16 Sep 2026
LicenceNone stated

Overview

SMC Auto MT5 identifies key technical events including Change of Character, Break of Structure, and Inducements across two synchronized timeframes. The tool maps Point of Interest zones, distinguishing between extreme and decisional areas for potential entries. It incorporates volume analysis to confirm structural breakouts and offers granular control over swing detection and candle-based structure definition. The repository lacks a README, but the code provides extensive parameters for visual zone management and multi-timeframe coordination.

Details

Author

trananh211 on GitHub

Type

Trading robot

Platform

MetaTrader 5 (MQL5)

Strategy

SMC / ICT / price action

Markets

Any symbol

Timeframes

Any timeframe

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.

EA files

Input parameters

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

NameTypeDefaultDescription
_PointSpaceint1000Khoảng cách để vẽ swing, line so với high và low
poi_limitint30Số lượng mảng POI tối đa để lưu vào hệ thống
pairTimeFrameInputpairTFm15_m1Cặp khung thời gian trade: high TimeFrame _ low TimeFrame
isDrawHighTFbooltrueDraw Zone HighTimeframe
isDrawLowTFboolfalseDraw Zone LowTimeframe
isCHoCHBOSVolumebooltrueBật chế độ CHoCH và BOS theo volume
isTypeBreaktypeBreak1Định nghĩa phá cấu trúc bằng Râu(wick) hoặc Thân(body) nến
percentIsDojiBarint40Định nghĩa số % tối đa thân nến để nến đó không phải là Doji Bar
isCheckPullBackBySweptboolfalseĐịnh nghĩa pullback swing có cần swept nến trước hay không
typeTickVolumeisTickVolume11: is Bar; 2 : largest of 3 adjacent candles
percentCompareint100Số % Volume quyết định Breakout 1 swing.(70%-100%)
showTargetHighTFbooltrueHien thi target line o High Timeframe
Show all 33 inputs
NameTypeDefaultDescription
showTargetLowTFbooltrueHien thi target line o Low Timeframe
isDrawMarjorbooltrueDraw target with Marjor Swing
isDrawInternalbooltrueDraw target with Internal Swing
color_HTF_Extreme_Bullish_ZonecolorclrGreenHigh TimeFrame Extreme Bullish color
color_HTF_Extreme_Bearish_ZonecolorclrFireBrickHigh TimeFrame Decisional Bullish color
color_HTF_Decisional_Bullish_ZonecolorclrCornflowerBlueHigh TimeFrame Extreme Bearish color
color_HTF_Decisional_Bearish_ZonecolorclrOrangeRedHigh TimeFrame Decisional Bearish color
color_LTF_Extreme_Bullish_ZonecolorclrLightGreenLow TimeFrame Extreme Bullish color
color_LTF_Extreme_Bearish_ZonecolorclrLightPinkLow TimeFrame Decisional Bullish color
color_LTF_Decisional_Bullish_ZonecolorclrPowderBlueLow TimeFrame Extreme Bearish color
color_LTF_Decisional_Bearish_ZonecolorclrMistyRoseLow TimeFrame Decisional Bearish color
color_HTF_Internal_Bullish_ZonecolorclrMediumSlateBlueHigh Internal bullish
color_HTF_Internal_Bearish_ZonecolorclrPaleVioletRedHigh Internal bearish
color_LTF_Internal_Bullish_ZonecolorclrLavenderLow Internal bullish
color_LTF_Internal_Bearish_ZonecolorclrLavenderBlushLow Internal bearish
color_Global_Internal_Bullish_Zone_LTFcolorclrOliveDrabLow Internal bullish
color_Global_Internal_Bearish_Zone_LTFcolorclrFireBrickLow Internal bearish
color_Global_Internal_Bullish_Zone_HTFcolorclrLightSkyBlueHigh Internal bullish
color_Global_Internal_Bearish_Zone_HTFcolorclrPlumHigh Internal bearish
color_Mitigated_ZonecolorclrSilverMitigated color
WickRatiodouble2.0Râu nến phải dài gấp ít nhất 2 lần thân nến

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone trananh211/smc20 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
236 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

My Trading Bot

by carlosrod723
77 stars

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

MT5 Trading robot SMC / ICT / price actionAI / machine learningMulti-strategy
Updated 10 months ago MIT GitHub repository of My Trading Bot

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

Fvg Gold EA

by foeed
34 stars

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,

MT5 Trading robot SMC / ICT / price actionIndicator crossover
Updated 5 days ago MIT GitHub repository of Fvg Gold EA

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