XLiquidex identifies entry signals using Keltner Channel breakouts, Moving Average filters, and a candle body range requirement to verify momentum. The expert advisor includes trade management features such as take profit, stop loss, break-even offsets, and trailing stops. Risk controls feature an equity protection system that monitors account percentage, alongside automated lot sizing based on account risk. It also incorporates time-based filters to restrict trading to specific hours or sessions.
Read from xLIQUIDEX_v2_mod1.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
DispEquityProtection
string
if true, then the expert will protect the account equity to
EquityProtection
bool
true
if true, then the expert will protect the account equity to the percent specified
AverageEquityProtection
string
percent of the account to protect on a set of trades
AccountEquityPercentProtection
int
75
percent of the account to protect on a set of trades
UseMM
bool
true
enable/disable auto-calculation for size of lots: false = constant size of lots (value of parameter "Lots"); true = calc
Lots
double
0.01
size of lots (used if UseMM = false)
MinLots
double
0.01
MaxLots
double
100000.0
Risk
double
3.0
BarAndMA_Mode
int
0
2; // (0-3) mode for rule "bullish(bearish) bar should be above(below) MA": 0 = does not use this rule; 1 = Close o
RangeFilter
int
10
(amount pips) minimum body of candle for trading signal
StopLoss
double
0
(amount pips) stop-loss; 0 = without stop-loss
Show all 40 inputs
Name
Type
Default
Description
TakeProfit
double
10
(amount pips) take profit; 0 = without take profit
MoveToBE
double
5
(amount pips) profit when move the stop-loss level to opening price; 0 = without move to BE (option is disabled)
MoveToBE_Offset
double
2
(amount pips) offset of the new level stop-loss from the opening price of order, positive_value = offset to side of prof
TrailingLimit
int
3
(amount pips) distance to pending order
TrailingDistance
int
1
(amount pips) trailing stop; 0 = without trailing-stop
MAPeriod
int
7
MAShift
int
0
MAMethod
int
MODE_LWMA
(0-3)
MaxSpreadWithCommission
double
20.0
(amount pips)
DefaultCommisionPoints
double
0
(amount pips)
RangeFilterNote
string
H-S 0-0: 250 0-1: 300 1-0: 80 1-1: 250
MAMethodNote
string
SMA: 0 EMA: 1 SMMA: 2 LWMA 3
Slippage
int
3
(amount pips) maximum price slippage at open and close orders
MagicNumber
int
41403
TradeComment
string
Liquidex_MKH-M15
ColorBuy
color
clrLime
color arrows of Buy-orders
ColorSell
color
clrOrange
color arrows of Sell-orders
ShowComment
bool
true
enable/disable show comment on chart
WriteDebugLog
bool
false
enable/disable write to log the debug information
___Keltner_Channel____
string
---------------------------------------------
UseFilterKeltnerChannel
bool
false
true = use indicator "Keltner Channels"; false = does not use indicator "Keltner Channels"
KC_Period
int
6
12; // parameter for indicator "Keltner Channels"
partInRange
string
sur EURJPY par de trades entre 23h et 2 heures du mat
EntryHourFrom
int
2
EntryHourTo
int
24
FridayEndHour
int
22
part_iVAR
string
Ivar pour supprimer les fausses entrees periods = 5 par de
TimeFrameiVAR
int
1
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone m-root/xLiquidex_V2_Mod1---expert-for-MetaTrader-4 from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 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 implements a box breakout strategy designed for the foreign exchange market. The robot identifies price ranges during specific time windows and enters trades upon a breakout. It features a trend filter using fast and slow moving averages to align entries with broader market direction. R
Binario is a breakout expert advisor for MetaTrader 4 and 5 that utilizes a price channel constructed from two moving averages of the same period. By default, it uses a 144-period exponential moving average applied to both highs and lows. It enters trades when the price moves outside this band by a predefined pip dista
This MetaTrader 4 expert advisor executes a regime-gated breakout strategy specifically optimized for XRP and ETH markets. It operates on the H4 timeframe, utilizing Bollinger Bands for entry signals coupled with ADX and ATR filters to identify high-volatility trend environments. The EA employs a one-shot entry approac
This MetaTrader 4 expert advisor automates trading on the foreign exchange market, with specific testing historicals for GBPUSD on the five-minute timeframe. It focuses on intraday logic, allowing users to define specific trading windows and maximum daily trade limits. Risk controls include dynamic lot sizing based on
Conservative Scalper EA is a MetaTrader 4 robot designed for intraday scalping on major currency pairs such as EURUSD, GBPUSD, and USDJPY. It determines market bias on the M15 timeframe using dual Exponential Moving Averages and enters trades on the M5 chart based on RSI levels and candle breakouts. The system prioriti
Desiree is an automated trading robot for MetaTrader 4 that utilizes Donchian Channel breakouts for trade execution. The system enters positions based on a specific lookback period and exits using a separate exit period. A notable logic constraint prevents the EA from entering a new trade if the preceding trade resulte