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-reversion entries and weekly pivots as price filters. Risk management features include stop loss protection, percentage-based lot sizing, and trade stacking limits. The collection also includes a dedicated martingale EA, though the repository is currently deprecated.
Read from Nanningbob 10.2 autotrader_SqLite.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
gen
string
----General inputs----
Lot
double
0.06
StopLossPips
int
200
RiskPercent
int
2
Set to zero to disable and use Lot
RecoveryVirtualStop
int
100
StopTrading
bool
false
CriminalIsECN
bool
true
MaxSpread
double
120
tpi
string
----Take Profit----
TakeProfitPips
int
100
MinD1TrendTradeTpPipsTarget
int
50
mns
string
----Magic numbers and trade comments----
Show all 40 inputs
Name
Type
Default
Description
ams
string
----enter 0 to autocal magic number-----
D1TrendTradeMN
int
1425
D1TrendTradeComment
string
D1 trend trade
D1H4TrendTradeMN
int
1426
D1H4TrendTradeComment
string
D1/H4 trend trade
BbRangeTradeMN
int
1427
BbRangeTradeComment
string
Bb range trade
WpcRangeTradeMN
int
1428
WpcRangeTradeComment
string
WPC range trade
pai
string
----Trading style inputs----
EnforcePricePivotIntegrity
bool
true
Market must be correct side of the pivots to trade.
TradeD1Trend
bool
true
TradeD1H4Trend
bool
true
MaxTrendStackTrades
int
6
StackTradeLineColour
color
Blue
MinStackTradePipsDistance
int
50
rti
string
Range trading inputs
TradeRange
bool
true
bbi
string
Bollinger Band inputs for range trading
UseBollingerBands
bool
true
BbTimeFrame
int
60
BbPeriod
int
25
BbDeviation
int
2
MinimumRangeTakeProfit
int
15
vlc
string
Pips to verify Line Crossover
MaxPipsCrossed
int
5
wab
string
----Enforce price above/below weekly open----
EnforcePriceToWeeklyOpen
bool
false
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone dennislwm/FX-Git 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 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 comprehensive collection of over 150 Expert Advisors and automated tools for the MetaTrader 4 platform. 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.
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,