Opening Reversal MT5 is an automated trading system for MetaTrader 5 that executes trades based on price action relative to the previous day's opening level.
The strategy monitors candle sentiment and triggers orders when the current price breaks through the prior day's opening price in the opposite direction of the preceding candle. It features robust trade management including point-based stop loss and take profit, break-even triggers, and trailing stops. The EA also allows users to define specific intraday trading windows and limits the number of operations per day.
Read from inver_abert.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
s0
string
—
MONITORAMENTO DO OPERACIONAL
tipoOrdem
ENUM_ORDER_TYPE_FILLING
ORDER_FILLING_FOK
Tipo de ordem
lotes
int
1
Quantidade de lotes
ganho
double
0
Pontos de gain
perda
double
0
Pontos de loss
OPERACOES_DIA
int
1
Quantidade de operações por dia
desvioEntrada
ulong
5
Desvio máximo nos pontos de entrada
PONTOS_GATILHOS
float
100
s1
string
—
AVANÇOS NA OPERAÇÃO
gatilhoBE
double
0
Gatilho BreakEven (0 = Desativado)
gatilhoTS
double
0
Gatilho TraillingStop (0 = Desativado)
stepTS
double
0
Step TraillingStop
Show all 20 inputs
Name
Type
Default
Description
s2
string
—
HORÁRIOS PARA MONITORAMENTO
horaInicioAbertura
int
9
Hora de início das aberturas de posições
minutoInicioAbertura
int
10
Minuto de início das aberturas de posições
horaFimAbertura
int
16
Hora de encerramento das aberturas de posições
minutoFimAbertura
int
45
Minuto de encerramento das aberturas de posições
horaInicioFechamento
int
17
Hora de início do fechamento das posições
minutoInicioFechamnto
int
20
Hora de início do fechamento das posições
magicNumber
ulong
202006
Número mágico do robô
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone emesonfilho/opening-reversal 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 MetaTrader 5 expert advisor implements an open range breakout strategy specifically designed for gold trading on the hourly timeframe. It identifies the high and low of the initial trading hour and establishes a definitive range after a user-defined consolidation period. Trades are triggered when price breaks thro
Nyao Scalper is an automated scalping robot for MetaTrader 5 that utilizes a multi-factor weighted scoring system to identify trade opportunities. It evaluates trend alignment through EMA crossovers, momentum via RSI, and price action through wick rejection and candle body analysis. The EA manages risk with adaptive AT
This MetaTrader 5 expert advisor specializes in trading Gold (XAUUSD) by targeting volatility during the New York session. It utilizes an Average True Range (ATR) indicator to identify market trends and determine entry levels for limit orders. Risk management includes fixed stop loss parameters and dynamic trailing sto
Black XAU is an automated trading robot for MetaTrader 5, specifically designed for gold. It utilizes a multi-timeframe breakout and retest strategy, identifying trading zones based on initial H4 market structure. Entries are triggered on the M5 timeframe when price retests a confirmed breakout level. The expert adviso
This MetaTrader 5 expert advisor implements a box breakout strategy designed for the foreign exchange market. The robot identifies price ranges during specific time windows and enters trades upon a breakout. It features a trend filter using fast and slow moving averages to align entries with broader market direction. R
First Candle Breakout is a MetaTrader 5 expert advisor designed to trade the breakout of the high or low of the first candle within a specified period. While traditionally used with the first 60-minute candle, the software allows users to configure any timeframe for the initial range. The robot enters a buy position wh