SMC Trading EA identifies market entries by scanning historical bars for specific price action patterns. The robot includes built-in risk management that calculates lot sizes based on a percentage of account equity and sets dynamic stop losses using an Average True Range multiplier. Trades are managed with a fixed risk-to-reward ratio and filtered by maximum spread. It also features session-based controls for London and New York hours. The repository documentation is minimal.
Read from ONE_MIN_SMC.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
RiskPercent
double
1.0
Risk percentage per trade
RiskRewardRatio
double
2.0
Risk:Reward ratio
OrderBlockLookback
int
20
Bars to look back for order blocks
StopLossMultiplier
double
1.5
ATR multiplier for stop loss
ATRPeriod
int
14
ATR period for dynamic stops
MaxSpread
int
30
Maximum allowed spread (points)
TradeNewYorkSession
bool
true
Trade NY session (8AM-12PM EST)
TradeLondonSession
bool
true
Trade London session (3AM-7AM EST)
MagicNumber
int
202405
EA magic number
Slippage
int
30
Maximum allowed slippage (points)
Timeframe
ENUM_TIMEFRAMES
PERIOD_M1
Global timeframe setting
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone kustandy/smc_trading_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
Bakome Gold Scalper is an automated trading solution for MetaTrader 5 specifically designed for the gold market. It executes trades based on Inner Circle Trader concepts, incorporating Fair Value Gaps, Order Blocks, Liquidity Sweeps, and Silver Bullet kill zones. The system limits trading to specific sessions, primaril
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
This MetaTrader 5 expert advisor focuses on XAUUSD using a multi-timeframe scalping approach based on Smart Money Concepts. It identifies institutional market structures by analyzing H4 trends, H1 supply and demand zones, and M5 entries. The logic incorporates order block detection, Fair Value Gaps (FVG), and liquidity
This Expert Advisor for MetaTrader 5 automates a pure price-action strategy primarily designed for gold on the five-minute timeframe. It identifies market trends using swing point structures like higher highs and lower lows without lagging indicators. The EA creates supply and demand zones from engulfing candle pattern
This MetaTrader 5 expert advisor is designed for gold trading using Candle Range Theory and Time-Based Strategy principles. It identifies market structure through the Accumulation, Manipulation, and Distribution cycle while detecting Fair Value Gaps and Order Blocks. The robot executes trades exclusively during specifi
MT5Trading robotSMC / ICT / price actionScalpingTrend following