Trading robot · MT5

SMC Systems Gold

by chatuponforex-afk

SMC Systems Gold is an automated MetaTrader 5 expert advisor designed for trading XAUUSD using Smart Money Concepts.

GitHub stars2
Forks0
Last update2 months ago5 Jul 2026
LicenceNone stated

Overview

SMC Systems Gold identifies Points of Interest such as Order Blocks and Fair Value Gaps through an external indicator and executes trades based on M15 price action. The system enforces strict multi-timeframe alignment, requiring confirmations from H4 market structures. It features a scale-in entry strategy that splits trades into three positions. Risk management is handled through fixed or proportional lot sizing, stop losses placed outside structural zones, and automated break-even triggers at specific reward ratios.

Details

Author

chatuponforex-afk on GitHub

Type

Trading robot

Platform

MetaTrader 5 (MQL5)

Strategy

SMC / ICT / price action, Trend following

Markets

Gold

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 EA_SMC_ScaleIn.mq5. Defaults are the author's; change them in the EA's Inputs tab.

NameTypeDefaultDescription
Indicator_NamestringSMC_Indicatorชื่อไฟล์อินดิเคเตอร์ (ต้อง Compile ไว้แล้ว ชื่อไฟล์ต้องตรงกันเป๊ะ)
Inp_SwingPeriodint5
Inp_MaxBarsint500
Inp_OBSearchBarsint6
Inp_RangeBarsint100
Inp_EqualTolerancePtsint15
Inp_LiquidityLookbackint30
Inp_ConfluenceTolPtsint50
Lot_ModeENUM_LOT_MODELOT_MODE_SCALE_INโหมดคำนวณ Lot
Max_Total_Lotdouble0.10จำกัดหลอดรวมกันต่อ 1 ชุด POI ห้ามเกิน (Cent Lot)
Fixed_Lot_Eachdouble0.03ใช้เมื่อ Lot_Mode = Fixed (ทุกไม้ใช้ค่านี้)
Max_Backcandlesint1000จำกัดแท่งเทียนคำนวณ ป้องกันเครื่องหน่วง (สำรองใช้กับ Inp_MaxBars)
Show all 23 inputs
NameTypeDefaultDescription
Target_RRdouble3.0อัตราส่วน Risk:Reward ขั้นต่ำที่ยอมรับ (1:3)
Inp_SL_Bufferint300ระยะเผื่อ SL เลยขอบกล่อง POI (Points)
Breakeven_RR_Triggerdouble2.0เลื่อน SL เข้าทุนเมื่อกำไร >= N เท่าของความกว้างกล่อง POI
Use_MTF_Zone_Filterboolfalseกรองราคาตามกล่อง POI ไทม์เฟรมใหญ่ (HTF POI)
Use_MTF_Trend_Filterboolfalseกรองทิศทางการเทรดตามเทรนด์ไทม์เฟรมใหญ่ (HTF Trend)
HTF_TimeframeENUM_TIMEFRAMESPERIOD_H1ไทม์เฟรมใหญ่ที่ใช้กรอง
Magic_Numberint20260703
Slippage_Pointsint10
Pending_Expire_Hoursint48อายุ Pending Order (ชั่วโมง) 0 = ไม่หมดอายุ
Use_Alertbooltrue
Use_Pushbooltrue

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone chatuponforex-afk/SMC-Systems 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

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