Punlie Grid places orders at fixed point intervals and features a trend-following filter that uses daily timeframe data to align trades with the prevailing market direction. Risk controls include a trailing stop, break-even settings, and a global basket close function based on a total USD profit or loss target. The developer explicitly advises against using this system for forex pairs and suggests keeping leverage low to manage exposure during volatile conditions.
Grid trading strategy with adjustable point spacing
Higher timeframe trend filtering for entry alignment
Basket management with USD profit and loss thresholds
Read from Punlie Grid v3.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpMagicNumber
long
123456
Magic Number
enable_time_start
bool
false
Enable Start Time
time_start
string
14:00
Start Time (HH:MM)
InpGridLength
int
200
Grid Length (point)
InpTrendUp
bool
false
Trade only in Uptrend
InpTrendTimeframe
ENUM_TIMEFRAMES
PERIOD_D1
Time Frame for trend check
InpLotSize
double
0.01
Lot Size
InpCloseNextGrid
bool
false
Close at Next Grid if Profitable
InpNextGrid
int
2
Number of Grids for Closing Condition
CloseAll
bool
false
Close All Positions by Profit/Loss
CloseAllValue
double
100.0
Close All Value (USD, can be negative)
TrailingStop
bool
false
Enable Trailing Stop
Show all 15 inputs
Name
Type
Default
Description
trailingstop
double
20.0
Trailing Stop (pips)
SLeven
bool
true
Enable Break-Even SL
SLevenpip
double
100.0
Pip Away from Last Position
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone punlie/PunlieGridEA_v3 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 executes a grid trading strategy enhanced with martingale lot scaling. The system identifies market direction through multi-timeframe analysis using Exponential Moving Averages and the Average Directional Index. It features dynamic grid spacing that adjusts based on market volatility an
MarketSync EA is an experimental MetaTrader 5 expert advisor designed to bridge algorithmic trading with external artificial intelligence. It functions by streaming real-time market and account data from the MT5 terminal to a local Node.js backend via HTTP requests. The external server processes this information using
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
Bot Trend is a trend-following expert advisor for MetaTrader 5. It utilizes proprietary Francisca entry logic and manages trades through multiple concurrent execution threads. The system incorporates custom Zero Gravity step logic for position management and includes specific operational modes for Fridays and holidays.
IchiDCA CCBSN PropFirm EA is an automated trend-following robot for MetaTrader 5, optimized for gold and forex markets. It triggers trades based on Ichimoku Cloud breaks, filtered by dual Exponential Moving Averages and MACD indicators. The strategy manages positions through a Dollar Cost Averaging system that layers u
Punlie Raging is a grid-based trading robot for MetaTrader 5 that executes orders at fixed point intervals. It includes a trend filter to limit trading to specific market directions, such as only trading in uptrends verified on daily timeframes. For trade management, the advisor features an adjustable trailing stop and