The primary featured tool, TimeRangeEA, identifies price high and low points within a specific time window to execute breakout trades. It incorporates risk management through stop loss and take profit levels calculated as a percentage of the range, alongside trailing stop options. The collection includes various other strategies based on Bollinger Bands, RSI, Donchian Channels, and candlestick patterns. As the repository lacks a documentation file, users must refer to the individual code files for strategy parameters and operational logic.
Read from TimeRangeEADynamicLotsTrSL.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
rangeStart
int
600
range start time in minutes after midnight
rangeDuration
int
120
range duration in minutes
rangeClose
int
1200
range close time in minutes (-1=off)
magicNB
long
55555
magic number
stopLoss
int
150
stop loss in % of the range (0=off)
stopLossTrailing
bool
false
takeProfit
int
200
take profit in % of the range (0=off)
InpLotMode
LOT_MODE_ENUM
LOT_MODE_FIXED
lotSize
double
0.01
lot size LOTS / MONEY / PERCENT OF ACCOUT
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone myk-francis/expert-advisors-mql5 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 is a collection of MetaTrader 5 expert advisors developed as early coding projects between 2021 and 2024. It includes multiple robots implementing varied strategies such as range breakouts, Donchian channels, Fibonacci retracements, and Bollinger Bands. The expert advisors are largely technical indicato
This collection for MetaTrader 5 provides multiple trading strategies, including an Asian session breakout system, a trend-aligned mean reversion strategy, and a moving average crossover expert. The breakout logic identifies price ranges during the Asian session and initiates trades during London or New York hours if c
C Financial is a MetaTrader 5 repository containing a large collection of expert advisor variants focused on trend-following and price action strategies. The primary scripts utilize technical indicators like Moving Averages, ADX, CCI, and Average True Range to detect market direction and volatility. It features modular
This repository contains a collection of MetaTrader 4 Expert Advisors and helper classes for algorithmic trading. The featured robot, Desiree, implements a breakout strategy based on Donchian Channels for both entries and exits. It incorporates comprehensive risk controls including percentage-based lot sizing, volatili
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 repository features a diverse collection of expert advisors and trading utilities for MetaTrader 4 and MetaTrader 5. It includes automated robots based on trendline analysis, session breakouts, and technical indicator crossovers using MACD, RSI, and Williams Percent Range. The library provides various tools for ri