Daily Sweep EA monitors high-timeframe liquidity levels and executes trades on lower timeframes when price sweeps these zones. The robot manages entries during defined session hours, such as the New York session, and exits based on liquidity targets or session-end time limits. Risk is controlled through fixed dollar amounts per trade with stop losses placed at the sweep extremes. Users can configure custom timeframe biases ranging from daily to weekly setups.
Read from DailySweep_EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpTraderType
ENUM_TRADER_TYPE
TT_SHORT_TERM
Pick a preset, or Custom to set the three timeframes yourself
InpBiasTF
ENUM_TIMEFRAMES
PERIOD_D1
Custom mode only: Bias Timeframe
InpExecTF
ENUM_TIMEFRAMES
PERIOD_H1
Custom mode only: Execution Timeframe
InpLevelTF
ENUM_TIMEFRAMES
PERIOD_D1
Custom mode only: Level Timeframe (source of PDH/PDL)
InpSessionStart
string
16:30
NY Session Start (HH:MM, broker server time)
InpSessionEnd
string
23:00
NY Session End (HH:MM, broker server time)
InpSwingLookbackBars
int
10
OURS: how many g_biasTF bars back to search for a swing point
InpLevelUpdateCooldownBars
int
5
OURS: minimum execTF bars before a fresh swing can supersede the level (dampens chasing on fast timeframes)
InpSLBufferPoints
double
20.0
OURS: SL buffer beyond the sweep extreme, in points
InpTPMode
ENUM_TP_MODE
TP_LIQUIDITY
InpPartialClosePct
double
50.0
% closed at the partial level in TP_PARTIAL_TRAIL mode
InpRiskUSD
double
100.0
Show all 17 inputs
Name
Type
Default
Description
InpMinLots
double
0.0
0 = use symbol's minimum lot as floor
InpSlippagePoints
int
20
InpMagicNumber
ulong
990111
InpTradeComment
string
DailySweep
InpVerboseLogging
bool
true
Print bias/level diagnostics every session (turn off once tuned)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone spice2807/Daily-Sweep-Strategy-by-JadeCap 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.
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 MetaTrader 5 expert advisor automates trading strategies based on Inner Circle Trader (ICT) and Smart Money Concepts (SMC). It utilizes a confluence engine to evaluate market structure, PDA zones, fair value gaps, order blocks, and SMT divergence against correlated symbols like the DXY. Designed specifically for p
This MetaTrader 5 expert advisor utilizes a combination of Bollinger Bands, Relative Strength Index, and Average Directional Index to identify entries. It supports multi-timeframe analysis for trend confirmation and provides optional filters for Average True Range and price action patterns such as hammers. Risk managem
This MetaTrader 5 expert advisor is designed specifically for trading gold (XAUUSD). The system utilizes a modular architecture to detect market regimes, identify ranges, and execute trades based on liquidity sweeps and breakouts. It incorporates several filters, including spread and volume checks, alongside a drawdown
This automated trading robot for MetaTrader 5 implements Smart Money Concepts (SMC) and ICT principles using a hybrid architecture. Trading logic and signal detection are processed within a native C++ DLL, while the MQL5 bridge handles trade execution and data feeding. The system identifies market structure shifts, inc
MT5Trading robotSMC / ICT / price actionBreakoutTrend following
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