This repository provides a collection of over 100 expert advisors for MetaTrader 4 and MetaTrader 5, produced using the Forex Strategy Builder software.
The robots are configured for specific forex pairs including GBPUSD, USDJPY, and EURAUD on low timeframes. Trading logic typically combines multiple technical indicators such as Envelopes and MACD with time-based filters and spread monitoring. Risk controls include configurable stop losses, take profit targets, and break-even adjustments. The repository lacks a README, consisting primarily of auto-generated source code files for various market conditions.
Read from EURAUD M1 FTMO Filter M30 Jan 2024.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Stop_Loss
int
300
Stop Loss [point]
Take_Profit
int
600
Take Profit [point]
Break_Even
int
450
Break Even [point]
Slot0IndParam0
int
4
MA period
Slot0IndParam1
double
0.07
Deviation %
Slot1IndParam0
int
13
Slow MA period
Slot1IndParam1
int
6
Fast MA period
Slot1IndParam2
int
3
Signal line period
Slot2IndParam0
int
30
Spread level in points
Slot3IndParam0
int
75
Smoothing period
Slot3IndParam1
int
30
Level
Slot4IndParam0
int
1
From hour (incl.)
Show all 16 inputs
Name
Type
Default
Description
Slot4IndParam1
int
0
From min (incl.)
Slot4IndParam2
int
23
Until hour (excl.)
Slot4IndParam3
int
0
Until min (excl.)
Slot5IndParam0
double
4.9
Account percent
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone hoanguyen1998/eabot from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts or MQL5/Experts.
3Copy the filesCopy the .mq4 / .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 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
MadRabbit Universal is a collection of MetaTrader 5 expert advisors and trading tools focused on multi-indicator strategies. The flagship Universal Turbo robot allows users to combine signals from moving average crossovers, MACD, VWAP, ATR, and RSI. It is primarily designed for netting accounts trading indices and stoc
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 features a collection of MetaTrader 5 expert advisors, with a primary focus on a Renko Reversal strategy ported from Pine Script. The main robot identifies trend shifts by simulating Renko bricks on standard OHLC bars, entering and exiting trades based on a configurable number of consecutive bricks. It
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