High Frequency Grid EA dynamically places buy and sell stops at calculated distances from the current price, adjusting them based on market volatility and spread calculations. The system manages open positions with automated trailing stops and fixed stop losses. Risk controls include a maximum concurrent position limit, spread filtering, and an account-wide drawdown protection. It features symbol-specific session filters and flexible lot sizing through fixed volumes or equity-based percentages.
Read from High-Frequency Grid EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpMagic
int
12345
Magic Number
Slippage
int
1
Slippage in points
MaxPositions
int
10
Maximum concurrent positions
MaxDrawdown
double
20.0
Maximum drawdown percentage
TradeEURUSD
bool
true
TradeGBPUSD
bool
true
TradeUSDJPY
bool
true
TradeAUDUSD
bool
true
TradeXAUUSD
bool
true
LotType
enumLotType
0
Lot sizing type
FixedLot
double
1.0
Fixed lots (0.0 = MM)
RiskPercent
double
0.5
Risk MM%
Show all 18 inputs
Name
Type
Default
Description
Delta
double
0.5
Order distance
MaxDistance
double
7
Max order distance
Stop
double
10
Stop loss size
MaxTrailing
double
4
Trailing stop start
MaxSpread
int
9999
Max spread limit
Secs
int
60
Order modification interval
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Xtley001/High-Frequency-Grid-EA-update-Dec-2025 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 is designed for gold trading, utilizing a multi-timeframe strategy across the M15, H1, and H4 charts. It integrates technical indicators including ADX, RSI, and Moving Averages to identify trend-following and breakout opportunities. Risk controls include dynamic lot sizing based on acco
This MetaTrader 5 expert advisor is designed for aggressive trading on XAUUSD, focusing on the 5-minute and 15-minute timeframes. It utilizes Fibonacci retracements and swing high/low breakouts to identify entries across three selectable modes: scalp, swing, and trend following. The system manages up to three positions
Prem Gold Advisor is an automated MetaTrader 5 expert advisor specialized for XAUUSD (Gold) trading on the five-minute timeframe. It initiates trades using breakout levels placed at specific distances from the candle open. The strategy features a progressive scale-in mechanism, adding new orders as the price hits succe
Bakome Bitcoin EA is a trend-following robot optimized for trading BTCUSD on the MetaTrader 5 platform. It generates trade signals using an exponential moving average crossover combined with price breakouts on the H1 timeframe. The system features a grid recovery module that adds positions with a lot multiplier when tr
Ajip 3 EA is a MetaTrader 5 robot designed to trade trends identified by a 200-period Simple Moving Average. It monitors price action across two timeframes, typically using M15 for trend identification and M1 for execution. The strategy involves opening multiple layers of positions based on candle breaks, categorized i
This MetaTrader 5 expert advisor implements a volatility-driven grid strategy primarily focused on Gold. It populates a range of buy-stop and sell-stop limit orders at specified intervals around the market price. The system transitions into a trend-following mode once multiple orders are triggered in one direction, app