Tetra Vortex initiates trades when the price deviates by a specific percentage from a reference point and manages positions using a dynamic gradient system with up to ten layers. Risk is controlled through monetary daily and monthly targets for both profit and loss, along with a combined daily equity guard. The EA includes a graphical dashboard for monitoring performance and provides an automated time-based exit for all open positions.
Read from Tetra Vortex.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpMagicNumber_Red
int
21
Magic Number
InpStartTime_Red
string
10:00
Horário de início
InpZeroingTime_Red
string
18:10
Horário de zeragem
InpFirstEntryPercentRange_Red
double
0.44
Range de Percentual para 1 entrada do gradiente linear
InpGridSizePercent_Red
double
0.25
Tamanho da grade em percentual
InpFirstContractSize_Red
double
1.0
Tamanho do contrato para a primeira abertura (em lotes)
InpContractSizePerOpening_Red
double
1.0
Tamanho do contrato para cada grade (em lotes)
InpDebugMode_Red
bool
false
Modo debug (logs detalhados)
InpGridValidationMode_Red
ENUM_GRID_VALIDATION_MODE
GRID_VALIDATION_DEFAULT
Modo de validação para grades
InpTakeProfitPercent_Red
double
0.5
Take Profit em % para cada entrada
InpMagicNumber_Dev
int
22
Magic Number (diferente para distinguir)
InpStartTime_Dev
string
10:00
Horário de início
Show all 25 inputs
Name
Type
Default
Description
InpZeroingTime_Dev
string
18:10
Horário de zeragem
InpFirstEntryPercentRange_Dev
double
0.45
Range de Percentual para 1 entrada do gradiente linear
InpGridSizePercent_Dev
double
0.08
Tamanho da grade em percentual
InpFirstContractSize_Dev
double
1.0
Tamanho do contrato para a primeira abertura (em lotes)
InpContractSizePerOpening_Dev
double
1.0
Tamanho do contrato para cada grade (em lotes)
InpDebugMode_Dev
bool
false
Modo debug (logs detalhados)
InpGridValidationMode_Dev
ENUM_GRID_VALIDATION_MODE
GRID_VALIDATION_DEFAULT
Modo de validação para grades
InpTakeProfitPercent_Dev
double
0.5
Take Profit em % para cada entrada
InpShowUnifiedPanel
bool
true
Ativa painel unificado no gráfico
InpPanelWidth
int
400
Largura do painel
InpPanelHeight
int
32
Altura de cada linha do painel
InpCombinedDailyProfitTarget
double
2000.0
Meta Ganho diario combinado
InpCombinedDailyLossTarget
double
-800.0
Meta Perca diaria combinada (negativo)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Luiz-Adorno/TetraVortex 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.
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.
An automated MetaTrader 5 expert advisor that executes a bi-directional grid trading strategy. It uses the Average True Range (ATR) indicator to dynamically calculate grid spacing, allowing the system to adapt to current market volatility. The robot supports neutral, bullish, and bearish modes. It includes risk managem
MultiTrader is a multi-currency expert advisor for MetaTrader 4 and MetaTrader 5 that executes trades across multiple forex instruments concurrently. It uses a modular system of filters to generate entry and exit signals based on various technical indicators. The EA manages risk through fixed or trailing stop losses, b
Punlie Grid is a MetaTrader 5 expert advisor that executes a grid trading strategy tailored for gold, crude oil, and cryptocurrencies. It places orders at fixed point intervals and features a trend-following filter that uses daily timeframe data to align trades with the prevailing market direction. Risk controls includ
This Expert Advisor for MetaTrader 5 implements a martingale trading strategy triggered by the Relative Strength Index (RSI). It opens an initial position when RSI reaches overbought or oversold thresholds. If price continues to move against the initial trade, the EA layers additional orders at set point intervals, mul
This MetaTrader 5 expert advisor automates trading based on Smart Money Concepts and Order Block identification. It analyzes price action across multiple timeframes, utilizing higher timeframe data for trend context and lower timeframes for entries. The system includes trade management tools such as break-even triggers
This MetaTrader 5 expert advisor executes a grid trading strategy enhanced with martingale lot scaling. The system identifies market direction through multi-timeframe analysis using Exponential Moving Averages and the Average Directional Index. It features dynamic grid spacing that adjusts based on market volatility an