The suite includes tools for trading moving average crossovers, ADX momentum, and Stochastic oscillators. A dedicated EA identifies specific candlestick patterns such as Three White Soldiers and Evening Stars. Trade management is facilitated by a multi-stage trailing stop and a basket closer tool that exits positions based on account equity growth. Risk management includes fixed stop loss and take profit settings, though the README notes the project is for educational purposes.
Read from CandlestickPatterns.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
USER_TAKE_PROFIT_PIPS
int
1000
Default Take Profit in pips
USER_STOP_LOSS_PIPS
int
150
Default Stop Loss in pips
USER_POSITION
double
0.01
Base of position size calculations
ENABLE_THREE_WHITE_SOLDIERS
bool
true
ENABLE_THREE_BLACK_CROWS
bool
true
ENABLE_MORNING_STAR
bool
true
ENABLE_EVENING_STAR
bool
true
USER_LOGGER_DEBUG
bool
false
Enable or disable debug log
USER_BACK_PERIODS
int
7
How many periods back to check price for support/resistance
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone elekou/expert-advisors 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 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
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 contains a collection of Expert Advisors and trading tools developed for the MetaTrader 4 platform. It features multiple standalone scripts implementing classic technical strategies, including Ichimoku Cloud trend following, Moving Average crossovers, and momentum-based entries using RSI or MACD. The Ex
This repository provides a collection of MetaTrader 4 expert advisors centered on trend-following and hedging mechanics. The primary Trend EA identifies market entries using moving average crossovers, stochastic oscillators, and MACD indicators. Risk is managed through percentage-based equity lot sizing and pair-specif
This repository contains a collection of MetaTrader 4 expert advisors and utility scripts for the Forex market. The primary expert advisor combines ADX momentum, Stochastic oscillators, and candlestick patterns, such as Doji and Engulfing candles, to identify trade entries. It features automated lot sizing based on acc
This MetaTrader 4 expert advisor utilizes a modular approach to automated trading, offering multiple selectable strategies including trend-following, RSI mean-reversion, and moving average crossovers. It calculates entries using indicators like ADX, Stochastic, and Hull Moving Averages. Risk management is handled throu