GitGpa is an extensive repository of MetaTrader 4 expert advisors, primarily featuring implementations of the OzFX strategy alongside various technical indicator-based bots.
The collection includes tools for trend chasing, breakout trading, and moving average crossovers. These experts incorporate multiple risk management features, such as four-stage take profit targets, hidden stop losses, break-even triggers, and trailing stops. While some files include advanced money management and optional martingale logic, the repository lacks documentation or specific configuration guides. It serves as a broad library of open-source trading templates and community-developed automated systems.
Read from trendchaser_super_ozfx_v1.3.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
ma_filter
bool
true
stochastics
bool
true
trade_0_line
bool
true
trade_color_change
bool
true
trade_the_cross_only
bool
true
maximum_trades
int
0
use_4_targets
bool
true
tp_1
int
50
tp_2
int
100
tp_3
int
150
tp_4
int
200
BreakEven
int
50
Show all 40 inputs
Name
Type
Default
Description
TrailingStop
int
200
use_ma_sl
bool
false
use_hidden_stop_loss
bool
true
hidden_sl
int
100
scale_sl
bool
true
sl_1
int
50
sl_2
int
100
sl_3
int
150
sl_4
int
200
shut_down_after_target
bool
false
ma_period
int
200
ma_timeframe
int
1440
deviation
double
0.01
auto_b
string
//////////
auto_balance
bool
false
divisor
int
2
custom_balance
bool
false
balance
double
1000
money
string
////money management//////
close_loss_trail_winns
bool
false
close_profit_symbol
bool
false
profit_target_percent
double
0.1
emergency_loss_protection
double
-100
Maximum_Risk
double
0.5
Lots
double
0.01
mm_calculation
int
10000
use_martingale
bool
false
multiplier
double
100
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone shidatonglin/GitGpa from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 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 collection of various MetaTrader 4 expert advisors, featuring the WallStreet Forex Robot along with other tools like SteadyWinner and IndoRun. The primary EA utilizes technical indicators such as Moving Averages, CCI, and Williams' Percent Range to execute trades on the M15 timeframe. It includes c
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 MetaTrader 4 collection contains various expert advisors, including a primary strategy based on EMA 50/200 crossovers and RSI filtering. The main EA manages entries through trend confirmation and provides risk controls such as stop loss, take profit, and trailing stops. It includes features for breakeven activatio
This repository provides a collection of MetaTrader 4 expert advisors and libraries designed to integrate with the 4xlots risk management web service. The collection includes various trading robots such as a trend-following system, a double SMA crossover strategy, and a Martingale-based EA. It focuses on dynamic risk c
This repository provides a collection of automated trading systems for MetaTrader 4 and 5. The expert advisors utilize various technical indicators, including ADX, DMI, RSI, and Heiken Ashi, to determine market entry points. Some strategies are based on price action from previous candle directions. Trade management fea
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