Liquidity Sweep EA focuses on detecting liquidity grabs and Change of Character (CHoCH) signals, providing on-chart visualization for key levels. The software monitors 5-minute and 15-minute timeframes to alert users of potential reversal setups. Although the code includes inputs for risk-to-reward ratios and trade volumes, the developer notes that automatic order execution is not enabled. Notifications are delivered via Telegram, requiring a bot token and chat ID for operation.
Detects price sweeps beyond swing points
Monitors 5-minute and 15-minute CHoCH signals
Real-time Telegram alerts for trade setups
On-chart visualization of swing high and low areas
Customizable pivot lookback and structure detection
Read from LiquiditySweepEA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpPivotLength
int
14
Pivot Lookback Period
InpSwingArea
ENUM_SWING_AREA
WICK_EXTREMITY
Swing Area Type
InpSLBuffer
int
10
Stop Loss Buffer (points)
InpRiskRewardRatio
double
1.5
Risk to Reward Ratio
InpTradeVolume
double
0.1
Trade Volume (lots)
EnableTelegram
bool
true
Enable Telegram Notifications
TelegramToken
string
Telegram Bot Token
TelegramChat
string
Telegram Chat ID
NotificationMode
ENUM_NOTIFICATION_MODE
NOTIFY_BOTH
Notification Mode
SweepTimeoutMinutes
int
15
Sweep timeout in minutes
InpEnableViz
bool
true
Enable Visualization
InpShowTopLevels
bool
true
Show Swing Highs
Show all 28 inputs
Name
Type
Default
Description
InpShowBtmLevels
bool
true
Show Swing Lows
InpHighLevelColor
color
clrRed
Swing High Color
InpLowLevelColor
color
clrTeal
Swing Low Color
InpHighAreaColor
color
C'255,0,0,50'
Swing High Area Color
InpLowAreaColor
color
C'0,128,128,50'
Swing Low Area Color
InpLevelStyle
ENUM_LINE_STYLE
STYLE_SOLID
Level Line Style
InpLevelWidth
int
1
Level Line Width
InpLabelAnchor
ENUM_ANCHOR_POINT
ANCHOR_LEFT
Label Anchor Point
InpLabelFontSize
int
8
Label Font Size
InpEnableCHoCH
bool
true
Enable CHoCH Detection
InpCHoCH_5M
bool
true
CHoCH on 5-minute timeframe
InpCHoCH_15M
bool
true
CHoCH on 15-minute timeframe
InpCHoCH_SwingLength
int
5
Minimum swing length for CHoCH
InpStructureLookback
int
10
Structure lookback period
InpUseBodyBreak
bool
true
Break with candle body (vs wick)
InpCHoCH_Alerts
bool
true
Send CHoCH alerts to Telegram
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone AoiKumo31/Liquidity-Sweep-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.
This MetaTrader 5 utility is a comprehensive manual trading panel and risk management suite. It simplifies order execution by calculating lot sizes based on a defined risk percentage of account equity. Users can manage trades via automated break-even points, multi-mode trailing stops including Fractals, Moving Averages
This MetaTrader 5 expert advisor scans over 60 financial instruments to identify Turtle Soup reversal setups based on Candle Range Theory. It monitors price action for specific three-candle patterns involving a range, a false breakout with a long wick, and a subsequent reversal. The EA operates as an alert-only utility
This MetaTrader 5 tool scans historical price data to identify candlesticks with identical characteristics to the most recently closed candle. It functions as a pattern recognition utility for identifying Japanese Candlestick formations such as the Homing Pigeon and Marubozu across various timeframes. The expert operat
This MetaTrader 5 tool identifies specific candlestick patterns including Marubozu, Hammer, Inverted Hammer, Hanging Man, and Shooting Star. It functions as an analytical utility rather than an automated trading robot, drawing vertical lines on the chart when specific patterns are detected based on the relative size of
This MetaTrader 5 expert advisor functions as a comprehensive chart annotation and signal scanning tool based on Smart Money Concepts and Price Action. It identifies structural elements such as order blocks, fair value gaps, liquidity pools, and market structure shifts across multiple symbols simultaneously. The system
OrderBlock Auto Extend is a MetaTrader 4 utility designed to automate the maintenance of manual chart markings. It scans for rectangle objects commonly used to represent supply and demand zones or order blocks. When a zone is identified by its color, the tool extends the rectangle's time coordinate to the most recent c