The primary strategy utilizes a triple moving average system with 200, 25, and 5 periods to detect trends, combined with ATR-based volatility filters for trade exits. It features grid-based order layering and multi-order management with risk-reward optimizations. Risk controls include stop loss settings, volume upper limits, and currency-based profit targets. The library includes numerous archived versions of Heiken Ashi strategies and grid-based robots.
Read from 3-MA-GRID-nts-atr-close.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
robot_name
string
3-MA-GRID-nts-atr-close
ma_high_period
int
200
ma_midle_period
int
25
ma_low_period
int
5
ATR_multi_factor
double
5.0
ATR_period
int
11
money_profit
int
1000
lot_size
double
0.1
volume_upper_limit
double
10.0
MagicStart
int
6291
Magic Number, kind of...
inp3_Lo_inpAtrPeriod
int
11
inp3_Lo_inpDeviation
double
5.0
Show all 40 inputs
Name
Type
Default
Description
inp2_Lo_CandleID
int
1
inp2_Lo_Period
ENUM_TIMEFRAMES
NULL
inp2_Ro_MAperiod
int
200
inp2_Ro_Period
ENUM_TIMEFRAMES
NULL
inp2_Ro_Shift
int
1
inp4_Lo_MAshift
int
0
inp4_Lo_MAmethod
ENUM_MA_METHOD
MODE_SMA
inp4_Lo_AppliedPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
inp4_Lo_Period
ENUM_TIMEFRAMES
NULL
inp4_Lo_Shift
int
1
inp4_Ro_MAshift
int
0
inp4_Ro_MAmethod
ENUM_MA_METHOD
MODE_SMA
inp4_Ro_AppliedPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
inp4_Ro_Period
ENUM_TIMEFRAMES
NULL
inp4_Ro_Shift
int
1
inp6_Lo_Period
ENUM_TIMEFRAMES
PERIOD_D1
inp6_Lo_Shift
int
1
inp6_Ro_Value
double
0.0
inp8_StopLossPips
double
50.0
inp8_ddStopLoss_Period
ENUM_TIMEFRAMES
PERIOD_D1
inp8_ddStopLoss_TimeStamp
string
00:00
inp8_ddStopLoss_Shift
int
1
inp8_TakeProfitPips
double
50.0
inp8_dlTakeProfit_Period
ENUM_TIMEFRAMES
PERIOD_D1
inp8_dlTakeProfit_Shift
int
1
inp8_ExpMode
string
GTC
inp11_ProfitMode
string
money
inp13_Lo_Period
ENUM_TIMEFRAMES
PERIOD_H1
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Amighade/EA-MQL5 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, and any .mqh files into the Include folder the code expects.
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 repository contains a large collection of over 100 expert advisors for the MetaTrader 5 platform, many of which appear to be generated using the Mission Automate tool. The library covers a wide variety of trading methodologies including range breakouts, Ichimoku cloud strategies, Heiken Ashi engulfing patterns, an
This MetaTrader 5 repository provides a diverse collection of automated trading systems, including tools for supply and demand, news fetching, and price action strategies. The primary expert advisor utilizes moving average crossovers and momentum filters to identify market pullbacks. It incorporates trade management fe
This repository is a collection of various MetaTrader 5 expert advisors generated through the Mission Automate tool. It contains over 100 separate files covering a wide array of technical strategies, including range breakouts, trend-following systems, and indicator crossovers using Ichimoku, CCI, and Heiken Ashi. Sever
This repository serves as a collection of MetaTrader 5 expert advisors and educational scripts. It includes a variety of automated trading systems based on common technical indicators such as Moving Averages, RSI, and Stochastics. The collection features specific strategies including Bill Williams techniques and trend-
This collection for MetaTrader 4 provides a variety of expert advisors and utilities intended for automated trading and educational use. The primary component is a moving average crossover robot that opens positions based on trend direction. It features risk management tools including percentage-based stop losses, take
This repository provides a diverse library of expert advisors and technical indicators for MetaTrader 4. The collection includes robots utilizing moving average crossovers, MACD trend-following signals, and mean-reversion strategies based on Bollinger Bands. A notable inclusion is a Martingale robot that scales lot siz