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 Tuesday turnaround patterns. Most algorithms utilize technical indicators such as multiple moving averages, RSI, and stochastic filters. Risk management options provide for fixed lot sizes or percentage-based compounding, though stop loss and take profit parameters default to zero in some files, requiring manual configuration. Documentation is minimal.
Multi-indicator entry logic using Moving Averages and Stochastics
Read from GermanSunrise.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Slippage
ulong
3
MagicNumber
ulong
102
TradeOnNewBar
bool
true
symbolDigits
int
5
MM
string
—
Money Management
UseMoneyManagement
bool
true
RiskPercent
double
1
FixedVolume
double
0.1
SL
string
—
Stop Loss & Take Profit
StopLoss
int
0
TakeProfit
int
0
SiMA
string
—
Signal MA
Show all 37 inputs
Name
Type
Default
Description
SignalMAPeriod
int
34
SignalMAMethod
ENUM_MA_METHOD
1
SignalMAShift
int
0
SignalMAPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
FaMA
string
—
Fast MA
FastMAPeriod
int
34
FastMAMethod
ENUM_MA_METHOD
1
FastMAShift
int
0
FastMAPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
MiMa
string
—
Middle MA
MiddleMAPeriod
int
50
MiddleMAMethod
ENUM_MA_METHOD
1
MiddleMAShift
int
0
MiddleMAPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
SlMA
string
—
Slow MA
SlowMAPeriod
int
100
SlowMAMethod
ENUM_MA_METHOD
1
SlowMAShift
int
0
SlowMAPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
stochFilter
string
—
Stochastik
stochPeriod
int
14
kSmooth
int
1
dSmooth
int
3
stochShift
int
0
stochPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone fox-buddy/Trading-Algos 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 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 provides a diverse collection of MetaTrader 5 expert advisors focusing on technical indicator automation. The core component aggregates signals from a wide array of standard tools, including trend-following moving averages, oscillators like RSI and MACD, and Bill Williams indicators. It includes specifi
This collection of MetaTrader 5 expert advisors serves as an educational resource for MQL5 programming. It contains multiple example robots utilizing technical indicators such as Moving Averages, Parabolic SAR, CCI, and Stochastic oscillators. The provided scripts demonstrate fundamental trading automation features inc
This MetaTrader 5 repository is a collection of various Expert Advisors and trading utilities. The primary EA implements a strategy based on the Relative Strength Index (RSI), Bollinger Bands, and Parabolic SAR indicators. It executes trades using overbought and oversold levels in conjunction with volatility bands. Ris
MT5CollectionIndicator crossoverMean reversionTrend following
This collection for MetaTrader 5 provides several trend-following Expert Advisors based on technical indicators such as Ichimoku Kinko Hyo and Simple Moving Averages. The included robots utilize multi-timeframe analysis, sensitive SMA slope detection, and candlestick pattern recognition to identify entry points. Risk m
This repository provides a collection of Expert Advisors for MetaTrader 5, primarily focused on technical indicator strategies and algorithmic trading examples. The main file utilizes a Moving Average signal combined with a Parabolic SAR trailing stop for automated trade management. It includes a lot-sizing module that