This repository is a comprehensive backup of trading resources from the defunct fxcodebase community, containing a diverse collection of expert advisors for MetaTrader 4 and 5.
The archive serves as a repository for legacy source code, featuring strategies ranging from RSI crossovers to advanced hedging and martingale lot scaling systems. It includes tools for porting older Lua-based strategies to modern MetaTrader environments. Risk management features like stop loss and take profit are present in most files but frequently default to zero, requiring manual configuration by the user.
Read from 20011201_GBPUSD_M1_v2.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Stop_Loss
int
0
Stop Loss [point]
Take_Profit
int
0
Take Profit [point]
Break_Even
int
0
Break Even [point]
newLotSizeOn
bool
true
Use New Lot Size Logic:
uBaseLot
double
0.01
Base Lot
uMultiplier
double
2
Multiplier:
Slot0IndParam0
int
25
Period
Slot0IndParam1
int
0
Shift
Slot1IndParam0
int
55
Smoothing period
Slot1IndParam1
int
50
Level
Slot2IndParam0
int
20
Fast MA period
Slot2IndParam1
int
15
Slow MA period
Show all 22 inputs
Name
Type
Default
Description
Slot2IndParam2
int
0
Fast MA shift
Slot2IndParam3
int
0
Slow MA shift
Slot3IndParam0
int
4
Slow MA period
Slot3IndParam1
int
12
Fast MA period
Slot3IndParam2
int
9
Signal line period
Slot4IndParam0
int
6
Slow MA period
Slot4IndParam1
int
12
Fast MA period
Slot4IndParam2
int
9
Signal line period
Slot5IndParam0
int
300
Stop Loss
Slot5IndParam1
int
600
Take Profit
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone gehtsoft-usa/fxcodebase-backup 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 features a collection of MetaTrader 4 expert advisors, primarily focused on a multi-strategy system named Complete Robot. The main EA utilizes a combination of technical indicators including Moving Averages, MACD, Bollinger Bands, and Stochastic oscillators for market entry. It employs a grid-based appr
This repository provides a collection of MetaTrader 4 expert advisors and utility tools. It includes diverse trading strategies ranging from M1 scalping and Heiken Ashi trend following to swing-based approaches. The codebase features a robust trade management framework with classes for order execution, error handling,
This repository contains a collection of MetaTrader 4 expert advisors, including robots based on RSI, Bollinger Bands, and moving averages. The primary featured expert advisor implements a dual-symbol statistical arbitrage strategy using indicators such as ZigZag and Moving Averages to identify entries. It employs a ma
This repository features a collection of MetaTrader 5 expert advisors, with a primary focus on a multi-currency ring trading system. The flagship EA executes trades across several currency pairs simultaneously, utilizing triangular hedging logic to manage exposure. It incorporates various lot management modes including
LIVMOR is a MetaTrader 4 expert advisor found within this repository of over fifty automated trading tools. It utilizes technical indicators such as MACD, Stochastic, and moving averages to identify entry points, while also offering manual price entry options. The EA manages risk through user-defined stop loss and take
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