Matrix Martingale utilizes a fixed Martingale lot scaling sequence across ten levels to manage trades. Entries are determined by Fibonacci levels, specifically placing orders at 25% or 50% retracements of the previous candle's high and low. The robot includes extensive time-based controls, including GMT session filters, weekend closure settings, and a day-limit for open positions. It features a basic validation code requirement for activation and is optimized for H1 or H4 charts.
Ten-level Martingale lot scaling sequence
Fibonacci retracement entries at 25% and 50% levels
Comprehensive GMT-based trading session filters
Automatic position closure after a defined number of days
Read from HighLow.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
code
string
8888
InputValidationCODE
countcandle
int
1
CountCandleBarNum
morethanprecentage
double
0.2
MoreThan_Precentage_%
lessthanprecentage
double
1.5
LessThan_Precentage_%
TP_25
bool
true
SendOrder_At_25%
TP_50
bool
false
SendOrder_At_50%
MaxOrder
int
9
MaxOrder
tradelots
double
0.01
OrderLots_1
tradelots_2
double
0.02
OrderLots_2
tradelots_3
double
0.04
OrderLots_3
tradelots_4
double
0.08
OrderLots_4
tradelots_5
double
0.16
OrderLots_5
Show all 31 inputs
Name
Type
Default
Description
tradelots_6
double
0.32
OrderLots_6
tradelots_7
double
0.64
OrderLots_7
tradelots_8
double
1.28
OrderLots_8
tradelots_9
double
2.56
OrderLots_9
tradelots_10
double
5.2
OrderLots_9
TimeSet
string
-----!SeverTime!-----
TimeParameter_Set
SetTradingTime
bool
true
SetTradingTime
BeginH1
int
6
StartTradingHour
EndH1
int
21
CloseTradingHour
countday
int
3
MaxDayCloseAllLimit
countday
int
3
MaxDayCloseAllLimit
StaticState
bool
false
SetStaticState
SetWeekClose
bool
false
SetEveryWeekClose
SetTradingTime
bool
false
SetTradingTime
TimeSet
string
--GMT--Sunday-for-0--
TimeParameter_Set
StartTradingTime
int
0
SetStartTradingTime(GMT)
SetTimeClose
bool
false
Set_23H_CloseAllPosition
BanTradingDay1
int
0
BanTradingDay1
BanTradingDay2
int
6
BanTradingDay2
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone derek-mu/MQL4 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.
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 MetaTrader 4 expert advisor operates two concurrent strategy groups based on technical indicators. It primarily utilizes Bollinger Bands and Envelopes to identify market entries for automated trading. The robot employs a position scaling approach, using lot multipliers and fixed-distance grid additions to manage t
Mad Pound Profits is a MetaTrader 4 expert advisor that automates trading based on structural breakouts and price action. The system utilizes time-specific analysis windows throughout the day to identify entry opportunities. It incorporates technical elements such as Fibonacci levels, momentum indicators, and mean reve
Session Sauce is an automated expert advisor for MetaTrader 4 designed to trade market session transitions and price extremes. It allows users to configure entries based on session opens, highs, and lows for the New York, London, and Asian sessions. The EA includes risk management features such as fixed stop losses, ta
This MetaTrader 4 expert advisor executes trades based on a combination of Relative Strength Index and Moving Average indicators to identify key entry levels. It includes multiple order management features such as a trailing break-even stop and a four-stage partial profit-taking system. Risk management is handled throu
This MetaTrader 4 expert advisor focuses on Gold trading using institutional pivot point levels and fractal-based support and resistance zones. The robot filters entries through a combination of RSI, MACD, and moving average alignment, supplemented by a trade quality scoring system. It includes comprehensive risk contr
Harey is a MetaTrader 4 expert advisor designed to trade mean-reversion setups using a combination of the Relative Strength Index (RSI) and Stochastic indicators. The system triggers trades when both indicators reach their respective overbought or oversold zones simultaneously. It manages risk through user-defined stop