Trading robot · MT5

Steadx

by odarinewton

Steadx is an Expert Advisor for MetaTrader 5 that automates various Smart Money Concepts and ICT strategies.

GitHub stars1
Forks0
Last update8 weeks ago27 Jul 2026
LicenceGPL-3.0

Overview

Steadx utilizes multiple entry models, including Order Block and Fair Value Gap confluences, the Unicorn model, and liquidity sweeps during specific sessions. The system filters trades using higher-timeframe trend analysis and requires minimum risk-to-reward ratios. Risk management features include percentage-based lot sizing, daily drawdown protection, and an anti-revenge cooldown timer. It manages positions by moving stop losses to break-even once specific targets are reached and uses structural stop loss placement for every trade.

Details

Author

odarinewton on GitHub

Type

Trading robot

Platform

MetaTrader 5 (MQL5)

Strategy

SMC / ICT / price action, Indicator crossover, Multi-strategy

Markets

Forex, Gold, Indices

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

NameTypeDefaultDescription
InpHTFTimeframeENUM_TIMEFRAMESPERIOD_H4Higher-timeframe trend bias
InpEntryTimeframeENUM_TIMEFRAMESPERIOD_M15Entry / confirmation timeframe
InpEnableTrendContinuationbooltrue§6.5
InpEnableOrderBlockFVGbooltrue§6.3
InpEnableUnicornModelbooltrue§6.1
InpEnableLondonKillzoneSweepboolfalse§6.6 -- off by default, see §11 item 9 caution
InpEnableMarketMakerModelbooltrue§6.4
InpEnableDailyLiquiditySweepbooltrue§6.7
InpEnableEMACrossoverboolfalse§6.8 -- fallback model, off by default
InpPOIScanDepthint20candle-triplets back to search for a POI
InpMinFVGDisplacementATRdouble1.0middle-candle body >= N x ATR(14); 0 = disabled
InpAsianSessionStartHourint0set to your broker's server-time equivalent
Show all 40 inputs
NameTypeDefaultDescription
InpAsianSessionEndHourint7
InpLondonKillzoneStartHourint7
InpLondonKillzoneEndHourint10
InpKillzoneEntryTimeframeENUM_TIMEFRAMESPERIOD_M15§11 item 9 hard cap: M15 or lower
InpEMAFastPeriodint20spec-specified default
InpEMASlowPeriodint50spec-specified default
InpRiskPercentdouble1.0§9.1 base risk % per trade (A+ grade)
InpMinRRdouble2.0§9.3 minimum R:R to take a trade
InpMinGradeToTradeENUM_SETUP_GRADEGRADE_AC_AB§9.0 lowest acceptable grade
InpDailyDrawdownLimitPercentdouble5.0account's configured daily DD limit
InpDailyLossBufferPercentdouble75.0§9.4 stop at this % of the limit
InpLotSizingModeENUM_LOT_SIZING_MODELOT_SIZING_RISK_PERCENT§9.1 default vs fixed lot
InpFixedLotSizedouble0.01used only when InpLotSizingMode = LOT_SIZING_FIXED
InpAllowMinLotFallbackboolfalseopt-in: use broker min lot instead of
InpEnableProgressiveRiskboolfalsescale risk% up as the account grows
InpGrowthStepPercentdouble10.0every this much account growth...
InpRiskIncrementPercentdouble0.25...adds this much to risk%...
InpMaxRiskPercentdouble3.0...capped at this ceiling
InpCooldownMinutesAfterLossint60§11 item 4 anti-revenge cooldown
InpMaxSpreadPointsdouble30spread sanity filter -- widen this for
InpMagicNumberlong31337001
InpRequireConfirmationbooltrue§10.1: conservative default
InpBreakEvenAtRdouble1.0move SL to BE once price reaches this R
InpPendingOrderExpiryBarsint5cancel an unfilled limit/stop order after
InpMaxSlippagePointsint20max acceptable slippage for market orders
InpShowDashboardbooltrueaccount/status panel
InpDashboardXint12
InpDashboardYint18

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone odarinewton/steadx-trading-bot 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, and any .mqh files into the Include folder the code expects.
  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

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

BTMM Expert Advisor

by FullscopeContractors
1 stars

This MetaTrader 5 expert advisor automates the Breakout-To-Market-Maker (BTMM) strategy, featuring eight distinct intraday setups including M/W patterns, NYC reversals, and EMA200 bounces. It employs a signal arbitration engine to score and prioritize trades based on confluence, liquidity, and regime alignment. Risk ma

MT5 Trading robot SMC / ICT / price actionMean reversionIndicator crossover
Updated 3 months ago None stated GitHub repository of BTMM Expert Advisor

Smart Consensus Pro

by tripleonesoft-design
1 stars

This MetaTrader 5 expert advisor collection employs institutional trading concepts to execute trades across forex, commodities, and cryptocurrency markets. It utilizes a dual-timeframe approach, analyzing the H1 chart for trend direction and M15 for execution. Entry signals require multiple confirmations from RSI, MACD

MT5 Trading robot SMC / ICT / price actionIndicator crossoverTrend following
Updated 4 months ago None stated GitHub repository of Smart Consensus Pro

EA31337

by EA31337
1.3k stars

EA31337 is a comprehensive multi-strategy trading robot and framework for MetaTrader platforms. It features dozens of pre-built strategies utilizing technical indicators like ATR, Moving Averages, and SuperTrend. The system manages entries and exits through a unique filtering system that monitors account metrics, volat

MT5 Trading robot Multi-strategyNewsTrend following
Updated 5 months ago GPL-3.0 GitHub repository of EA31337

EA31337 Libre

by EA31337
252 stars

EA31337 Libre is an open-source, multi-strategy trading robot for MetaTrader 4 and MetaTrader 5. It functions as a simplified implementation of the EA31337 framework, providing a collection of over 35 built-in strategies based on technical indicators. The expert advisor performs independent market analysis across vario

MT5 Trading robot Multi-strategyTrend followingMean reversion
Updated 1 year ago GPL-3.0 GitHub repository of EA31337 Libre

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

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