Super Grid determines market direction using configurable average periods and places initial pending orders followed by additional positions at set point intervals. The robot manages long and short trades independently using fixed monetary profit targets rather than traditional stop losses. It includes features for lot scaling, a cover mode for trend reversals, and a chop mode for selective position closing. The repository contains multiple files without a README.
Read from SuperGrid.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
ppSignature
string
cambiami
Session initial signature
ppChangeSig
bool
false
Change signature at trend change
ppCoverMode
int
0
Place cover orders at trend change
ppAverages
string
21;43;130
Averages to calculate trend direction
ppPeriod
int
15
Period of the averages (1,5,15,30,60)
ppInitDiff
int
300
Points up/down of the first pending orders
ppMaxPos
int
10
Max allowed positions (per trend/signature)
ppStep
int
300
Points before open a new position
ppStepCover
int
600
Points before open a new cover position
ppInitVolume
double
0.01
Size of the first lot
ppIncrease
double
0.0
Size of the increment lot
ppCloseProfitLong
double
5.0
Close LONG when profit is at least (euro)
Show all 18 inputs
Name
Type
Default
Description
ppCloseProfitShort
double
5.0
Close SHORT when profit is at least (euro)
ppCloseCoverProfit
bool
true
Close cover orders (mode=1) only if in profit
ppChopModeLong
bool
true
Close only the newest LONG positions
ppChopModeShort
bool
true
Close only the newest SHORT positions
ppStopEven
bool
false
Close ALL at profit and STOP
ppLabelColor
color
clrWhite
Labels color
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone allanon98/HubTest 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.
Krikor is a MetaTrader 4 robot that uses a combination of technical indicators and a grid-based recovery system to manage trades. It determines entries using a Relative Strength Index (RSI), Moving Averages, Average Directional Index (ADX), and a custom ZigZag indicator. The strategy employs martingale lot scaling, inc
STO Martin is a grid-based trading robot for MetaTrader 5 that uses technical indicators to manage entries and recoveries. It employs a Stochastic Oscillator for execution signals and a Moving Average to filter trades according to the prevailing trend. The EA features a martingale lot-scaling system that adds positions
This MetaTrader 5 expert advisor is designed for trading XAUUSD using a trend-following approach. It identifies entries through a triple Exponential Moving Average crossover system, requiring ADX momentum confirmation before opening positions. To manage losing trades, the EA employs a martingale strategy that layers or
This Expert Advisor for MetaTrader 5 focuses on gold trading through a combination of mean-reversion signals and a grid management system. It uses multi-timeframe filters, including exponential moving averages and ADX on the H1 timeframe, to identify trend direction while executing entries on M15 based on RSI and Bolli
Prem Gold Advisor is an automated MetaTrader 5 expert advisor specialized for XAUUSD (Gold) trading on the five-minute timeframe. It initiates trades using breakout levels placed at specific distances from the candle open. The strategy features a progressive scale-in mechanism, adding new orders as the price hits succe
This MetaTrader 5 expert advisor implements a grid-based trading strategy combined with an EMA trend filter. It enters positions based on price relation to a 50-period Exponential Moving Average. If a trend reverses while a basket is active, the EA initiates a dual-mode recovery by opening a new basket in the opposing