This repository is a collection of several MetaTrader 4 expert advisors, including robots based on RSI and MACD crossovers, engulfing patterns, and pending order strategies.
The primary code provided utilizes a combination of the Relative Strength Index (RSI) for overbought and oversold detection and Moving Average Convergence Divergence (MACD) for trend confirmation. It manages risk through fixed stop loss and take profit levels defined in pips and uses static lot sizing. The repository lacks a README, requiring users to inspect the individual source files for configuration details.
Read from Macd diver rsi mt4.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
MagicStart
int
6020
Magic Number, kind of...
inp1_Lo_RSIperiod
int
14
inp1_Ro_Value
double
30.0
inp2_fastEMA
int
12
inp2_slowEMA
int
26
inp2_signalSMA
int
9
inp3_VolumeSize
double
0.01
inp3_StopLossPips
double
50.0
inp3_TakeProfitPips
double
50.0
inp4_Lo_RSIperiod
int
14
inp4_Ro_Value
double
70.0
inp5_fastEMA
int
12
Show all 17 inputs
Name
Type
Default
Description
inp5_slowEMA
int
26
inp5_signalSMA
int
9
inp6_VolumeSize
double
0.01
inp6_StopLossPips
double
50.0
inp6_TakeProfitPips
double
50.0
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone hamzash750/ForexCode_MQL4 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.
This repository functions as a large collection of over 170 MetaTrader 4 expert advisors provided in source code format for further development. The library includes various automated trading robots based on popular technical indicators such as Heiken Ashi, RSI, Stochastic, and MACD crossovers. The included files utili
This repository is a collection of educational expert advisors for MetaTrader 5, developed as part of an introductory MQL5 programming series. It includes multiple standalone robots utilizing common technical indicators such as moving average crossovers, Bollinger Bands, and the Relative Strength Index. The primary exp
This repository contains a collection of MetaTrader 5 Expert Advisors and scripts developed for educational and testing purposes. It includes various automated robots based on technical indicators such as the Stochastic Oscillator, RSI, and Moving Average crossovers. The primary Stochastic EA manages entries using over
This repository is a diverse collection of MetaTrader 5 Expert Advisors, featuring nearly 100 different scripts sourced from various origins. The library includes automated robots based on standard indicators like Bollinger Bands, MACD, Stochastics, and moving average crossovers, as well as channel trading systems and
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
LIVMOR is a MetaTrader 4 expert advisor found within this repository of over fifty automated trading tools. It utilizes technical indicators such as MACD, Stochastic, and moving averages to identify entry points, while also offering manual price entry options. The EA manages risk through user-defined stop loss and take