The robots are designed for the M15 timeframe across diverse markets including forex majors, gold, and oil. Entry signals are derived from technical indicators like Ichimoku, VWAP, and Moving Averages. Each EA features robust risk controls such as stop loss and take profit orders, alongside a money management system based on a fixed percentage of account equity. The code includes time-sensitive filters to prevent trading during weekends and to close positions before the daily session ends.
Read from USDCHF_53_6.47.153_BOTH_M15.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
preferredFillingType
ENUM_ORDER_TYPE_FILLING
ORDER_FILLING_FOK
Preferred filling type - will be applied if available
forceFillingType
bool
false
If set to true, it will force using preferredFillingType when opening orders
CustomComment
string
Strategy_6_47_153
MagicNumber
int
11111
MagicNumber
EMAPeriod1
int
20
EMAPeriod1
VWAPVWAPPeriod1
int
137
VWAPVWAPPeriod1
OSMAFastEMA1
int
12
OSMAFastEMA1
OSMASlowEMA1
int
52
OSMASlowEMA1
OSMASignalPeriod1
int
9
OSMASignalPeriod1
MABarClosesPeriod1
int
30
MABarClosesPeriod1
ATRPeriod1
int
143
ATRPeriod1
ATRPeriod2
int
17
ATRPeriod2
Show all 40 inputs
Name
Type
Default
Description
IchimokuKmoBrkBshTnkPrd1
int
63
IchimokuKmoBrkBshTnkPrd1
IchimokuKmoBrkBshKjnPrd1
int
26
IchimokuKmoBrkBshKjnPrd1
IchimokuKmoBrkBshSnkPrd1
int
52
IchimokuKmoBrkBshSnkPrd1
Period1
int
25
Period1
LinearRegressionPrd1
int
40
LinearRegressionPrd1
LinearRegressionPrd2
int
13
LinearRegressionPrd2
Period2
int
14
Period2
ProfitTargetCoef1
double
6.2
ProfitTargetCoef1
StopLoss1
double
55
StopLoss1
ProfitTarget1
double
175
ProfitTarget1
StopLoss2
double
10
StopLoss2
smm
string
----------- Money Management - Risk Fixed % Of Account -----
UseMoneyManagement
bool
true
mmRiskPercent
double
5.0
mmDecimals
int
1
mmStopLossPips
int
100
mmLotsIfNoMM
double
1.0
mmMaxLots
double
5.0
mmMultiplier
double
1.0
mmStep
double
0.01
InitialCapital
double
200000
InitialCapital (0 means whole account balance). Used in some MM methods.
sdtw
string
----------- Dont Trade On Weekends -----------
DontTradeOnWeekends
bool
true
FridayCloseTime
string
23:45
SundayOpenTime
string
23:45
seod
string
----------- Exit At End Of Day -----------
ExitAtEndOfDay
bool
true
EODExitTime
string
23:45
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Leon2004e/QUANT_V1 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 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 repository contains an extensive collection of over 200 Expert Advisors developed for the MetaTrader 4 and MetaTrader 5 platforms. The files range from individual strategy implementations like CCI multi-pair and cycle-based trading to comprehensive testing frameworks. The primary featured Expert Advisor includes a
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
Mql Trading Signals is a collection of expert advisors for MetaTrader 4 and 5 designed for automated trading and signal notification. The repository contains various strategy iterations, primarily utilizing Simple Moving Average (SMA) crossovers to identify trends. The main experts include logic for sending trade detai
This repository contains a collection of MetaTrader 5 expert advisor files designed for educational and tutorial purposes. It includes various scripts covering fundamental MQL5 programming concepts such as array manipulation, mathematical functions, and position management. Specific examples demonstrate basic entry log
This repository provides a diverse collection of MetaTrader 5 expert advisors focusing on technical indicators and Smart Money Concepts. The primary expert advisor, Behemoth Max, utilizes a combination of MACD, weighted moving averages, and exponential moving averages across multiple timeframes to identify entries. Ris