These systems include moving average crossovers, MACD breakouts, Heiken Ashi signals, and a combined Heiken-MACD approach. Each strategy operates with its own magic number for distinct management. The robot includes risk control settings for fixed lot sizes or dynamic percentage-based scaling. Additional features include a trailing stop, spread filtering, and a comprehensive weekly schedule to restrict trading to specific hours. Note that the default stop loss is set to zero.
Read from parallel_strategies.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
expertinfo
string
Parallel Strategies EA
[ <EXPERT INFO> ]
expdeveloper
string
https://www.mql5.com/en/users/rodoboss
By
magicnumbers
string
===========[ <MAGIC NUMBERS> ]=========
[ <MAGIC NUMBERS> ]
Magic1
int
11
Magic Number Strategy 1
Magic2
int
12
Magic Number Strategy 2
Magic3
int
13
Magic Number Strategy 3
Magic4
int
14
Magic Number Strategy 4
Strategieslist
string
===========[ <Strategies> ]=========
[ <List Strategies> ]
usemovingcrossea
bool
true
USE moving cross Strategy ?
mamethodes
ENUM_MA_METHOD
MODE_EMA
Fast Moving Average Methode
mamethodes2
ENUM_MA_METHOD
MODE_SMA
Slow Moving Average Methode
usemacdbreakout
bool
true
USE Macd breakout Strategy ?
Show all 40 inputs
Name
Type
Default
Description
useheikenahsiea
bool
true
USE Heiken Ashi Strategy ?
useheikenashiandmacdea
bool
true
USE Heiken and MACD Strategy ?
mm
string
===========[ <Money Management> ]=========
[ <Money Management> ]
exLots
double
0.01
Lot Size
RiskMM
bool
false
Risk Management
RiskPercent
double
5
Risk Percentage
tm
string
===========[ <Order Management> ]=========
[ <Order Management> ]
exStopLoss
double
00.0
Stop Loss
exTakeProfit
double
00.0
Take Profit
exTrailingStop
double
10.0
Trailing Stop
exmaxSpread
double
30.0
[Max Spread]
WeekDays
string
===========[ <WEEK DAYS> ]=========
[ <WEEK DAYS> ]
exemple
string
------- Hour settings: set to 24 for no limitations
Monday
bool
true
Monday Trade
Monday_Start_Hour
int
24
Monday Start Hour
Monday_Finish_Hour
int
24
Monday Finish Hour
Tuesday
bool
true
Tuesday Trade
Tuesday_Start_Hour
int
24
Tuesday Start Hour
Tuesday_Finish_Hour
int
24
Tuesday Finish Hour
Wednesday
bool
true
Wednesday Trade
Wednesday_Start_Hour
int
24
Wednesday Start Hour
Wednesday_Finish_Hour
int
24
Wednesday Finish Hour
Thursday
bool
true
Thursday Trade
Thursday_Start_Hour
int
24
Thursday Start Hour
Thursday_Finish_Hour
int
24
Thursday Finish Hour
Friday
bool
true
Friday Trade
Friday_Start_Hour
int
24
Friday Start Hour
Friday_Finish_Hour
int
24
Friday Finish Hour
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Pierre8r/MQL5Test from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts or MQL5/Experts.
3Copy the filesCopy the .mq4 / .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 provides a collection of Expert Advisors for MetaTrader 5 and Python trading scripts developed for an educational YouTube series. It features various technical indicator-based strategies, including MACD, Relative Strength Index, Stochastic, and Bollinger Bands. The included MQL5 files implement multi-ti
MT5CollectionIndicator crossoverMean reversionTrend following
This collection of MetaTrader 5 expert advisors provides a series of educational templates and multi-symbol trading robots. Developed as a companion to coding tutorials, the repository includes frameworks for building strategies using entry triggers and multiple filters. The included programs feature automated risk man
This repository provides a diverse collection of MetaTrader 5 expert advisors focusing on technical indicator automation. The core component aggregates signals from a wide array of standard tools, including trend-following moving averages, oscillators like RSI and MACD, and Bill Williams indicators. It includes specifi
This repository provides a collection of MetaTrader 5 expert advisors and indicators developed for experimental purposes. It features a range of trading systems, including standard MetaQuotes examples and custom implementations like NERV and RNN-based logic. The primary expert advisors utilize technical indicators such
This MetaTrader 4 repository contains a collection of expert advisors, primarily featuring the Chaos Theory EA. This robot combines several trading methodologies including Bill Williams' Chaos Theory, Trading Made Simple, and THV3 to trade multiple currency pairs simultaneously. It utilizes technical filters such as Su
This MetaTrader 5 collection features several expert advisors and utility tools based on various technical analysis methods. The primary strategy uses Ichimoku Kinko Hyo components, specifically Tenkan-sen, Kijun-sen, and Senkou Span B, to identify trend-based entries. Additional bots in the repository utilize moving a