Mql5 Book EA Collection includes several distinct strategies such as RSI and Bollinger Band counter-trend systems, moving average crossovers, and breakout trading with pending orders. Each EA includes standard risk management features such as fixed or percentage lot sizing, trailing stops, and break-even controls. The repository provides versions optimized for both netting and hedging accounts. As an educational resource, the code is modular but lacks documentation or specific market recommendations.
Read from Bands RSI Countertrend (Hedging).mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Slippage
ulong
3
MagicNumber
ulong
43
TradeOnNewBar
bool
true
MM
string
—
Money Management
UseMoneyManagement
bool
true
RiskPercent
double
2
FixedVolume
double
0.1
SL
string
—
Stop Loss & Take Profit
StopLoss
int
0
TakeProfit
int
0
TS
string
—
Trailing Stop
UseTrailingStop
bool
false
Show all 34 inputs
Name
Type
Default
Description
TrailingStop
int
0
MinimumProfit
int
0
Step
int
0
BE
string
—
Break Even
UseBreakEven
bool
false
BreakEvenProfit
int
0
LockProfit
int
0
BB
string
—
Bollinger Bands
BandsPeriod
int
20
BandsShift
int
0
BandsDeviation
double
2
BandsPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
RS
string
—
RSI
RSIPeriod
int
8
RSIPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
TI
string
—
Timer
UseTimer
bool
false
StartHour
int
0
StartMinute
int
0
EndHour
int
0
EndMinute
int
0
UseLocalTime
bool
false
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone wil2015/mql5livro 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, 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 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 serves as an extensive educational resource for MetaTrader 5, containing a wide variety of Expert Advisors and indicators based on a series of MQL5 development articles. It includes robots utilizing technical indicators such as RSI, MACD, Ichimoku, and Bollinger Bands. The collection features tools for
This repository contains a collection of MetaTrader 5 expert advisors designed for various financial instruments including the DAX index, gold, oil, and major currency pairs. The library includes specialized robots like German Sunrise for DAX mean reversion and others for specific events like Friday gold moves or Tuesd
MT5CollectionMean reversionIndicator crossoverTrend following
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 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, primarily focused on the ChildsPlay strategy derived from online trading forums. The main expert advisor uses multiple exponential moving averages and the Commodity Channel Index across two timeframes to identify trend-following entries. It implemen