North East Way manages trades using a grid system with a significant martingale multiplier to scale lot sizes. The expert advisor allows for simultaneous trading on multiple symbols to diversify entries and exits. Risk management tools include equity-based lot calculation, a virtual take profit system, and a holiday filter to avoid high-volatility periods. The repository lacks documentation, but the code reveals a grid-based architecture with no hard stop loss.
Read from North East Way1.306_.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
_base_
string
=========Basic settings=========
MultiCurrency
string
多货币对逗号隔开
comment
string
new
注释
FirstPositionp
FirstPositiontype
1
多空模式设置
fastClose
bool
false
盈亏平衡时紧急?
nmbrThisServer
int
1
魔术号值:0-99
holidays
NY_Weekends
0
每年的前N天停止交易
useVirtualTP
bool
false
是否使用虚拟止盈
_mm_
string
=========Money Management Settings=========
MaxOtherMagics
int
0
?
MaxOtherSymbols
int
0
?
BaseForLotCalc
TypeBFLC
0
下单手数依据 Equilty(净值)balance(余额)
Show all 21 inputs
Name
Type
Default
Description
virtBalance
double
0
账户货币的额外资金
fix_balance
double
0
或以账户货币使用固定金额
USD_for_001
double
1000
自动手数,激进=1000,保守=5000
Lots
double
0.01
固定手数,自动手数为0时
_aver_
string
=========Averaging Settings=========
UseUnloss
bool
false
是否所有订单?
LotsMartinp
double
2.5
马丁倍数
_grid_
string
=========Grid Level Settings=========
FirstNumberp
int
3
前N单交易过滤
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Yogurt-Peng/NorthEastWay 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.
Icarus is an automated trading system for MetaTrader 4 that employs a grid strategy with Martingale lot scaling. It utilizes Bollinger Bands and the Stochastic Oscillator to identify entry points, offering a conjunctive mode for filtered execution. The EA manages risk through maximum position limits, equity warning thr
Profit Hunter is an expert advisor for MetaTrader 4 designed for forex and cryptocurrency trading. It utilizes a composite signal strategy combining Triple Moving Average, Adaptive RSI, CCI, iTrend, and Fisher indicators. The robot executes trades using a grid system where distances between orders are set manually or c
This MetaTrader 4 expert advisor is an automated grid trading system that utilizes a variety of indicators including Moving Averages, CCI, Bollinger Bands, and MACD for trade entries. It employs a martingale-style lot multiplier to manage position sizing across sequential grid levels. The software includes risk control
This MetaTrader 5 expert advisor functions as a grid-based recovery system that can operate independently or manage trades from external EAs via magic number filtering. It initiates entries using Bollinger Bands and RSI indicators, then manages drawdown through a recovery grid matrix. The system employs dynamic ATR-bas
Advanced Grid Trading is a MetaTrader 5 expert advisor that manages a complex grid strategy across four configurable layers. It places stop and limit orders at fixed intervals, employing either fixed or geometric lot scaling for increased grid depth. Trade management includes a shared profit pool used to close losing p
This MetaTrader 5 expert advisor implements a multi-layered grid strategy that manages up to three independent grids simultaneously on a single instrument. It uses the Relative Strength Index (RSI) across different timeframes to determine the initial trade direction for each grid. The EA employs martingale lot scaling,