The included software covers a broad spectrum of trading methodologies, ranging from trend-based systems utilizing the ZigZag indicator to aggressive martingale and piramidation strategies. Key features within the primary files include a visual dashboard, independent magic numbers for trade categories, and flexible risk controls such as trailing stops. While some tools offer stop loss and take profit settings, others utilize layering or lot-scaling techniques.
Read from dashboard rosario.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
sep1
string
---------- Panel Position Setting ----------
x_coordinate
int
10
Position X
y_coordinate
int
30
Position Y
font_right_size
int
16
Font Size Right Lable
font_right_color
color
clrYellowGreen
Font Color Right Lable
sep2
string
---------- Magic Number Setting ----------
mn_sell
int
11
Magic Sell
mn_buy
int
22
Magic Buy
mn_pira
int
33
Magic Piramidation
mn_pend
int
44
Magic Pending
mn_multi
int
55
Magic Multi
mn_ea
int
66
Magic EA
Show all 40 inputs
Name
Type
Default
Description
sep3
string
---------- Trade Setting ----------
la
double
0.01
Lots
state_sl_trade
bool
false
State SL Trade
pn_stoploss
int
500
Stop Loss
state_tp_trade
bool
false
State TP Trade
pn_takeprofit
int
500
Take Profit
state_trailing_trade
bool
false
State Trailing Trade
pn_trailing
int
100
Trailing Point
trail_step
int
1
Trailing Step
sep4
string
---------- Piramidation Setting ----------
state_piramid
bool
false
State Piramidation
dist_piramidation
int
300
Piramidation Distance
num_piramidation
int
3
Piramidation Number
sensitivity
int
1
Sensitivity
state_sl_piramid
bool
false
State SL Piramid
sl_piramidx
int
400
Stop Loss
state_tp_piramid
bool
false
State TP Piramid
tp_piramidx
int
400
Take Profit
state_trailing_piramid
bool
false
State Trailing Piramid
trail_piramidx
int
110
Trailing Point
step_piramidx
int
2
Trailing Step
sep4a
string
---------- Contrarian Setting ----------
state_pending
bool
false
State Contrarian
manual_distance
int
200
Manual Distance
trailsteps_pending
int
10
state_sl_pending
bool
false
State SL Pending
sl_pendingx
int
300
Stop Loss
state_tp_pending
bool
false
State TP Pending
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone AmonCheruiyotHQ/MQL4-Projects 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 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 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
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 MetaTrader 4 repository contains a collection of expert advisors, primarily focused on the MultiTrader dashboard and various technical utility robots. MultiTrader functions as a multi-symbol management tool that monitors dozens of currency pairs simultaneously, using high and low percentage levels for trade execut
This MetaTrader 4 repository contains a large collection of automated trading systems, including scalpers, grid bots, and trend-following tools. 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-bas
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,