Mql Projects Collection features an implementation of Alexander Elder's Triple Screen strategy using Exponential Moving Averages and MACD to filter trends and entries. Additionally, the collection includes a machine learning trader that executes signals based on external data models. Risk management is handled through percentage-based lot sizing per trade and a monthly equity risk limit. The experts support virtual trade execution and local order tracking for privacy.
Read from MASx_ThreeScreensPro.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
EMA_FAST
int
13
EMA Fast
EMA_SLOW
int
26
EMA Slow
MACD_FAST
int
12
MACD Fast
MACD_SLOW
int
26
MACD Slow
MACD_SIGNAL
int
9
MACD Signal
SIGNAL_GATE
double
0.5
Gate for signal range
STOP_MEAN
double
3.0
Mean deviation (Factor) for ordering a protect
ORDER_RISK
int
2
Max risk per one order (%)
MONTH_RISK
int
6
Max risk per month (%)
TRADE_TYPE
OrderType
VIRTUAL
Trades type
COMMENT
string
MASx_TSPro
Comment
SLIPPAGE
int
3
Slippage
Show all 13 inputs
Name
Type
Default
Description
DIRECTORY
string
TSPro
Path to all files ($_MT4_dir_$/MQL4/Files/.../)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone tau-lex/mql_projects 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, 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 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 repository provides a collection of MetaTrader 4 expert advisors, centered around the OverLord robot which utilizes logistic regression models. OverLord determines entries by calculating price directionality over various tick counts and analyzing moving average slopes against hardcoded coefficients. In addition to
MT4CollectionAI / machine learningIndicator crossoverTrend following
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 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 repository provides a collection of MetaTrader 4 expert advisors and utility tools. It includes diverse trading strategies ranging from M1 scalping and Heiken Ashi trend following to swing-based approaches. The codebase features a robust trade management framework with classes for order execution, error handling,
This MetaTrader 4 repository contains a collection of expert advisors utilizing various technical indicators for Forex trading. One included EA uses Keltner Channels and Average True Range to determine market entries and exits. It features configurable risk management, including fixed or percentage-based lot sizing, st