The system manages trades through baskets, allowing users to close positions based on account currency profit, point thresholds, or individual targets. It supports manual execution via an interactive on-chart panel or automated entries using a Moving Average filter. Risk management tools include lot size multipliers for martingale-style scaling, grid level restrictions, break-even adjustments, and drawdown protection. The EAs also incorporate time-based filters to restrict trading to specific sessions and include a visual interface for real-time monitoring.
Read from MultLevelGrid09.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
inpLoadPanel
bool
true
Load Panel?
Cor_do_Template
ENUM_TEMPLATE
ESCURO
Template Style
waterMarkFontSize
int
20
Symbol Font Size
iWaterMarkColor
color
C'100,100,100'
Water Mark Color
CandleClockColor
color
clrDarkViolet
Candle Timer Color
inpLabelOffset
int
0
Distância do texto acima da linha (em points)
inpLabelFontSize
int
8
Tamanho da fonte das labels
inpShowPositionLabels
bool
true
Mostrar labels das posições no gráfico
inpShowProfitLabels
bool
true
Mostrar resultado financeiro no gráfico (NOVO)
inpProfitColor
color
clrLime
Cor do lucro (NOVO)
inpLossColor
color
clrRed
Cor do prejuízo (NOVO)
closureMode
ClosureMode
CLOSE_BY_POINTS
Show all 40 inputs
Name
Type
Default
Description
entryMode
EntryMode
ENTRY_BY_PANEL
inpLotSize
double
1.0
iMagicNumber
long
12345
inpTp_Points
int
50
← TP para modo CLOSE_BY_POINTS/PROFIT
inpTpInitial_Points
int
50
← NOVO: TP da primeira ordem (modo INDIVIDUAL)
inpTpGrid_Points
int
50
← NOVO: TP das ordens do grid (modo INDIVIDUAL)
inpGridSize
int
50
inpMultiplier
double
1.0
inpBreakevenPts
int
50
maxBaskets
int
50
maxGridLevels
int
0
profitTotal_inCurrency
double
100
Target profit in account currency for closing positions
inpMAPeriod
int
21
Período da Média Móvel
inpMAMethod
ENUM_MA_METHOD
MODE_SMA
Método da MA (SMA, EMA, SMMA, LWMA)
inpMAPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
Preço Aplicado
inpMAColor
color
clrDodgerBlue
Cor da Média Móvel
inpMAWidth
int
2
Espessura da Linha
inpMAStyle
ENUM_LINE_STYLE
STYLE_SOLID
Estilo da Linha
inpShowMA
bool
true
Mostrar MA no Gráfico
enableTimeFilter
bool
true
Ativar filtro de horário
startTime
string
09:00
Horário inicial (HH:MM)
endTime
string
17:30
Horário final (HH:MM)
closePositionsOutsideTime
bool
true
Fechar posições fora do horário
inputMaxProfit
double
0
Trava de Ganho (0 = desativada)
inputMaxLoss
double
0
Trava de Perda (0 = desativada)
inpEnableIndividualSL
bool
false
Ativar trava de perda por posição
inpMaxLossPerPosition
double
50.0
Perda máxima por posição (R$)
enableDrawdownProtection
bool
false
Ativar Trava de Drawdown
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone rnec/MT5_EAs from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 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 collection of MetaTrader 5 expert advisors implements various technical strategies using indicators such as Moving Averages, MACD, and the Andean Oscillator. It includes a specific tool for trading based on Commitment of Traders data combined with SuperTrend signals. Most robots in the repository incorporate a gri
This repository contains a large collection of over 100 expert advisors for the MetaTrader 5 platform, many of which appear to be generated using the Mission Automate tool. The library covers a wide variety of trading methodologies including range breakouts, Ichimoku cloud strategies, Heiken Ashi engulfing patterns, an
This collection of expert advisors for MetaTrader 4 and 5 provides various automated strategies based on price action and technical indicators. The primary EA utilizes a moving average crossover system with switchable modes for different market conditions. It features a martingale lot-scaling system for sideways market
This repository is a substantial collection of nearly five hundred Expert Advisors for the MetaTrader 5 platform. The library includes various automated strategies such as divergence detection using RSI and MACD, moving average crossovers, and zone recovery systems. It features a mix of trading robots, indicator-based
This MetaTrader 5 repository provides a diverse collection of automated trading systems, including tools for supply and demand, news fetching, and price action strategies. The primary expert advisor utilizes moving average crossovers and momentum filters to identify market pullbacks. It incorporates trade management fe
This repository is a collection of various MetaTrader 5 expert advisors generated through the Mission Automate tool. It contains over 100 separate files covering a wide array of technical strategies, including range breakouts, trend-following systems, and indicator crossovers using Ichimoku, CCI, and Heiken Ashi. Sever