Liquidex Volatility Trader utilizes a Linear Weighted Moving Average combined with Average True Range (ATR) indicators to identify entry signals based on price ranges. The EA manages exits using a dynamic trailing stop and ATR-based stop losses. Risk management features include multiple money management modes such as percentage-based risk and volatility-adjusted lot sizing. It also incorporates utility filters for maximum spread, slippage, trade cooldowns, and specific trading hours.
ATR-based range and volatility filters
Multiple money management and risk calculation modes
Dynamic trailing stop with adjustable start and step points
Integrated spread and commission cost filters
Time-of-day and day-of-week execution restrictions
Read from liquidex_V2.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpMagicNumber
ulong
293875
Magic number
InpTradeComment
string
LiquidexVT
Order comment
InpSlippage
ulong
3
Slippage in points
InpMMMode
ENUM_MM_MODE
MM_PERCENT_RISK
Money management mode
InpFixedLot
double
0.01
Fixed lot size
InpRiskPercent
double
2.0
Risk per trade (%)
InpMaxLots
double
100.0
Maximum lot size
InpMinLots
double
0.01
Minimum lot size
InpATRPeriod
int
14
ATR period
InpATRRangeMult
double
2.0
ATR multiplier for range filter
InpATRStopMult
double
2.0
ATR multiplier for stop loss
InpATRTrailingMult
double
1.5
ATR multiplier for trailing stop
Show all 33 inputs
Name
Type
Default
Description
InpUseATRPercentFilter
bool
false
Enable ATR% volatility filter
InpMinATRPercent
double
0.1
Minimum ATR% of price
InpMaxATRPercent
double
2.0
Maximum ATR% of price
InpMAPeriod
int
3
MA period
InpMAShift
int
0
MA shift
InpMAMethod
ENUM_MA_METHOD
MODE_LWMA
MA method
InpMaxSpreadWithCommission
double
15.0
Max allowed spread (points)
InpDefaultCommissionPoints
double
0
Manual commission points
InpUseTrailingStop
bool
true
Enable trailing stop
InpTrailingStartPoints
int
10
Trailing starts after points
InpTrailingStepPoints
int
5
Step to move stop loss
InpUseTimeFilter
bool
false
Enable time filter
InpStartHour
int
0
Trading start hour
InpEndHour
int
23
Trading end hour
InpUseDayFilter
bool
false
Enable day-of-week filter
InpAllowedMon
bool
true
Monday
InpAllowedTue
bool
true
Tuesday
InpAllowedWed
bool
true
Wednesday
InpAllowedThu
bool
true
Thursday
InpAllowedFri
bool
true
Friday
InpCooldownMinutes
int
0
Cooldown after open trade (minutes)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone m-root/liquidex_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.
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
Nyao Scalper is an automated scalping robot for MetaTrader 5 that utilizes a multi-factor weighted scoring system to identify trade opportunities. It evaluates trend alignment through EMA crossovers, momentum via RSI, and price action through wick rejection and candle body analysis. The EA manages risk with adaptive AT
This Expert Advisor for MetaTrader 5 is specifically designed for XAUUSD trading on the M1 timeframe. It utilizes a hybrid strategy combining classic technical indicators like RSI, Moving Averages, and ATR with an OpenAI API integration for signal validation. The robot features an on-chart dashboard for telemetry and i
Scalpflip EA is an automated scalping robot for MetaTrader 5 that utilizes a multi-layered technical analysis approach. It offers three entry modes: trend-following, mean-reversion, and a smart mode that selects the strategy based on current market conditions. The system filters trades using the Relative Strength Index
Prop Firm EA Fleet is a collection of MetaTrader 5 robots designed for passing prop firm evaluations and managing funded accounts. The suite utilizes various strategies including market structure analysis, session range breakouts for London and New York sessions, and high-frequency scalping. It features strict risk man
FG Scalping Pro is an automated trading system for MetaTrader 5 that utilizes a multi-indicator approach to identify entry points. It combines exponential moving average crossovers with RSI momentum and Bollinger Band volatility filters to execute trades. The EA manages risk through dynamic ATR-based stop loss and take