The primary EA, Rompimento Pivot, implements a breakout system utilizing a combination of Relative Strength Index, Average True Range, and Bollinger Bands as filters. It features comprehensive risk controls including fixed or ATR-based stop loss and take profit levels, trailing stops, and session-based trading hours with an automatic daily close. Other files in the collection cover moving average crossovers and basic testing frameworks. The README is minimal.
Technical indicator filters including RSI and Bollinger Bands
Session-based trading with automated daily position closure
Dynamic exit logic with ATR-based targets and trailing stops
Includes multiple samples for moving average crossovers
Read from EA_RompimentoPivot.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
secao1
string
############################
### Definições Básicas ###
magic_number
ulong
1
magic number
deviation
ulong
50
desvio
filling
ENUM_ORDER_TYPE_FILLING
ORDER_FILLING_RETURN
preenchimento
bars_min
int
60
minimo de barras para operar
fixo_tp
int
20
TP fixo
fixo_sl
int
5
SL fixo
lote
double
5
lote
secao2
string
############################
### Horário de Operação ###
datetime_mode
ENUM_MODE
DISABLED
ativar horário personalizado
datetime_start
string
09:20
inicio de abertura de posições
datetime_stop
string
17:20
encerramento de abertura de posições
Show all 40 inputs
Name
Type
Default
Description
datetime_close
string
17:40
fechamento de posições
secao3
string
############################
### Indicador RSI ###
rsi_period
ENUM_TIMEFRAMES
PERIOD_CURRENT
RSI - período
rsi_avgperiod
int
14
RSI - período médio
rsi_price
ENUM_APPLIED_PRICE
PRICE_CLOSE
RSI - tipo de preço
rsi_level_min
double
30
RSI - banda mínima
rsi_level_max
double
70
RSI - banda máxima
secao4
string
############################
### Indicador ATR ###
atr_period
ENUM_TIMEFRAMES
PERIOD_CURRENT
ATR - período
atr_avgperiod
int
14
ATR - período médio
atr_fator_opening
double
1
ATR - fator de abertura
atr_fator_tp
double
1
ATR - fator TP
atr_fator_sl
double
1
ATR - fator SL
secao5
string
############################
### Indicador Bandas de Bolinger ###
bb_period
ENUM_TIMEFRAMES
PERIOD_CURRENT
Bolinger - período
bb_avgperiod
int
21
Bolinger - período médio
bb_price
ENUM_APPLIED_PRICE
PRICE_CLOSE
Bolinger - tipo de preço
bb_shift
int
0
Bolinger - deslocamento
bb_deviation
double
2
Bolinger - desvios padrão
secao6
string
############################
### Trailing Stop ###
ts_mode
ENUM_TS
NONE
TS - ativar
ts_steps
double
2
TS - barras
ts_period
double
6
TS - período
secao7
string
############################
### Estratégia ###
filter_candles_mode
ENUM_MODE
ENABLED
Filtro 1 - ativar
filter_candles_value
int
2
Filtro 1 - candles anteriors
filter_bb_mode
ENUM_MODE
ENABLED
Filtro 2 - ativar
filter_rsi_mode
ENUM_MODE
ENABLED
Filtro 3 - ativar
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone kozfelipe/mql5 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 repository features a diverse collection of expert advisors and trading utilities for MetaTrader 4 and MetaTrader 5. It includes automated robots based on trendline analysis, session breakouts, and technical indicator crossovers using MACD, RSI, and Williams Percent Range. The library provides various tools for ri
This collection for MetaTrader 5 provides a library and several expert advisors optimized for Renko chart trading. It includes a primary automated robot that executes trades based on Renko bar signals, as well as specific examples for moving average and price crossovers. The included tools offer robust trade management
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 repository is a collection of MetaTrader 5 expert advisors developed as early coding projects between 2021 and 2024. It includes multiple robots implementing varied strategies such as range breakouts, Donchian channels, Fibonacci retracements, and Bollinger Bands. The expert advisors are largely technical indicato
This repository provides a collection of MetaTrader 5 expert advisors developed for learning algorithmic trading. The primary featured tool, TimeRangeEA, identifies price high and low points within a specific time window to execute breakout trades. It incorporates risk management through stop loss and take profit level
This repository provides a diverse collection of MetaTrader 5 expert advisors and utility scripts for automated trading. The primary logic focuses on managing pending orders through dynamic distance adjustments, time-scheduled trade execution, and sophisticated trailing stops that operate via price ticks or millisecond
MT5CollectionBreakoutIndicator crossoverTrend following