Smart Money Concept Order Block analyzes price action across multiple timeframes, utilizing higher timeframe data for trend context and lower timeframes for entries. The system includes trade management tools such as break-even triggers, trailing stops, and equity-based protection mechanisms. It allows for multiple pending orders with configurable step distances between trades. Risk controls are implemented through fixed stop loss points and a maximum floating loss filter to manage account drawdown.
Read from Smart_Money_Order_Block_Choc.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
DrawSMCOrderBlock
bool
true
Draw SMC Order Block
TradeAnn
bool
true
Execute Ann Order Block Trades
TradeSmc
bool
true
Execute SMC Order Block Trades
BigAnnOBtimeframe
ENUM_TIMEFRAMES
PERIOD_H1
Higher TimeFrame of ANN OB
BigSMCOBtimeframe
ENUM_TIMEFRAMES
PERIOD_H1
Higher TimeFrame of SMC OB
TinyOBtimeframe
ENUM_TIMEFRAMES
PERIOD_M5
Lower TimeFrame of OB
showlder
int
4
Shoulder
startbar
int
5
StartBar
PeaksLookBack
int
199
Look Back How Far To Find Order Block
InpStopLossPoints
int
150
StopLoss points Added to open Trade with NO SL
InpTriggerBEStopLossPoints
int
210
TriggerBEStopLossPoints
InpBEStopLossPoints
int
50
BEStopLossPoints
Show all 29 inputs
Name
Type
Default
Description
InpTrailStopLossPoints
int
320
TrailPoints
TrailMultiplier
double
1.1
TrailMultiplier
InpBuySellQuantity
uchar
5
Max Buy Or Sell u want
InpUpQuantity
uchar
1
Pending quantity How many Pending u want
InpUpStep
ushort
10
Step/Gap between orders (in points)Distance Between Order's'
TS_period
ENUM_TIMEFRAMES
PERIOD_M10
Pend Price Trig Timeframe
InpMagicNumber
int
0
PositionOpenWithin
int
300
Open Within Seconds Applies 2 SL
EndTradingi
string
11:00
StartTradingii
string
13:00
EndTradingii
string
17:00
OrderTest
bool
false
Enable Tester Order (in Backtest Only)
Slippage
int
10
Slippage
MaxFloatLoss
double
1.3
Money Equity Loss Stop
EquityBEStopLoss
double
2.5
Money Equity BE Stop
EquityTrigBEStop
double
7
Money To Trig BE Stop
EquityTrail
double
10
Money To Trail After BE
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone safe2008/smart-money-concept 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.
Fibonacci ICT EA for MetaTrader 5 combines institutional price action concepts with Fibonacci retracement levels. It identifies higher timeframe trends and enters on pullbacks to specific golden zones using confirmations like Break of Structure and Fair Value Gaps. The system includes robust risk management such as per
This MetaTrader 5 expert advisor executes trades based on supply and demand zones combined with support and resistance levels. It performs multi-timeframe analysis across H1 and M5 charts to identify entry points. The robot utilizes price action patterns like double tops and head-and-shoulders for confirmation. Risk is
This MetaTrader 5 expert advisor implements Smart Money Concepts (SMC) by identifying liquidity sweeps and premium or discount zones. It detects buy-side and sell-side liquidity levels, looking for price sweeps followed by retest entries. The robot manages trades using a fixed risk-to-reward ratio, trailing stops, and
Tip Top AI is a price action robot for MetaTrader 4 and MetaTrader 5 that uses a proprietary candle tail length algorithm to identify market entries. The strategy calculates the average size of historical bars and monitors current candles for specific wick-to-body ratios. It enters trades when wicks exceed the body siz
RapidPass EA (RPEA) is an MT5 trading robot designed specifically for passing prop firm challenges. It utilizes a hybrid ensemble architecture combining Burst-Weighted Imbalance with Session Confluence (BWISC) and mean-reversion strategies. The EA incorporates machine learning through Q-learning and contextual bandits
SMC Copet Trader is an expert advisor for MetaTrader 5 that implements a strategy based on Smart Money Concepts and ICT principles. It analyzes market structure and order blocks across multiple timeframes to identify trade entries. The robot manages risk through a modular protection system, including a grid recovery me