The primary expert advisors utilize indicators such as Bollinger Bands and Average True Range (ATR) for entry and exit signals. Risk management features include percentage-based lot sizing, fixed or ATR-calculated stop loss and take profit levels, trailing stops, and two types of break-even logic. While the repository offers over 200 files, it lacks a README or formal documentation.
Read from RT2_FinalVer3.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Set0
string
-------Old Setting--------
lot
double
1
lot
tpv
n1
1
take-profit
tp
double
3.0
take-profit
tpv1
n
1
take-profit % from balance
tp1
double
3.0
take-profit % from balance
sl
double
1.5
stop-loss
UseATR2orders
bool
true
lot2
double
1
lot 2
tpv2
n1
1
take-profit 2
tp2
double
3.0
take-profit 2
tpv12
n
1
take-profit % from balance 2
Show all 40 inputs
Name
Type
Default
Description
tp12
double
3.0
take-profit % from balance 2
sl2
double
1.5
stop-loss 2
slippage
int
0
ïðîñêàëüçûâàíèå
mg
int
1
magic number
comment
string
robot RT
comment
Set1
string
-------NewRules--------
StopLoss
int
0
TakeProfit
int
0
Set2
string
-------Trailing stop Setting-------
TrailingStopEnable
bool
true
TrailStep
int
10
Set6
string
-----Break Even----
UseBreakEven
bool
true
BreakEvenType
be
JUMP_BREAKEVEN
BreakEvenPips
int
13
Set5
string
-----Money Managment----
MoneyManagmentEnable
bool
true
risk
n
0
risk
riskz
double
2
risk in %
risk2
n
0
risk 2
riskz2
double
2
risk in % 2
UseATRMinMAx
bool
true
ATRMin
double
0.0001
ATRMax
double
0.0026
TrailingStopEnable2
bool
true
TrailStep2
int
10
UseBreakEven2
bool
true
BreakEvenType2
be
JUMP_BREAKEVEN
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone zobad16/Zobad_EA 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 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 contains a diverse collection of MetaTrader 4 expert advisors and R-based financial scripts. The primary robot is based on the Nanningbob trading system, which utilizes multi-timeframe analysis across daily and four-hour charts to identify trends and ranging markets. It employs Bollinger Bands for mean-
This repository provides a collection of MetaTrader 4 and 5 expert advisors, including the modular Super Trading Bot series and an AI-driven trading template. The EAs utilize various technical indicators like Bollinger Bands, Parabolic SAR, and moving averages for trend-following and scalping. Built-in risk management
This repository is a comprehensive collection of over 500 MetaTrader 4 expert advisors, including various third-party robots and specialized trading tools. The library contains a wide range of strategies such as trend following, scalping, and grid trading. Individual files like the Ultimate Trader EA utilize historical
This repository is a diverse collection of MetaTrader 4 and 5 expert advisors, including signal-based robots, grid traders, and utility scripts. The featured expert advisor provides a versatile framework for trade management with options for trailing stops, break-even logic, and ECN broker compatibility. It includes co
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,