Introducao MQL5 Collection includes multiple standalone robots utilizing common technical indicators such as moving average crossovers, Bollinger Bands, and the Relative Strength Index. The primary expert advisor manages trade entries and exits based on user-defined time windows and moving average periods. It features risk management settings including stop loss, take profit, and break-even functionality, alongside a volume multiplier for lot scaling. The repository also contains graphical trading panels and utility tools for order management.
Read from CruzamentoMediaEA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
TipoAction
ENUM_TRADE_REQUEST_ACTIONS
TRADE_ACTION_DEAL
Tipo de Ordem Enviada
Distancia
double
0.0
Distância da Ordem (ordens pendentes)
PeriodoLongo
int
20
Período Média Longa
PeriodoCurto
int
10
Período Média Curta
SL
double
0.0
Stop Loss
TP
double
0.0
Take Profit
BE
double
0.0
Break Even
VolumeInicial
double
1
Volume Inicial
VolumeMultiplicador
double
1
Volume Multiplicador
VolumeMaximo
double
1
Volume Máximo
inicio
string
09:00
Horário de Início (entradas)
termino
string
17:00
Horário de Término (entradas)
Show all 13 inputs
Name
Type
Default
Description
fechamento
string
17:30
Horário de Fechamento (posições)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone RafaelFenerick/IntroducaoMQL5 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 contains a collection of MetaTrader 5 Expert Advisors and scripts developed for educational and testing purposes. It includes various automated robots based on technical indicators such as the Stochastic Oscillator, RSI, and Moving Average crossovers. The primary Stochastic EA manages entries using over
This repository is a diverse collection of MetaTrader 5 Expert Advisors, featuring nearly 100 different scripts sourced from various origins. The library includes automated robots based on standard indicators like Bollinger Bands, MACD, Stochastics, and moving average crossovers, as well as channel trading systems and
This repository functions as a large collection of over 170 MetaTrader 4 expert advisors provided in source code format for further development. The library includes various automated trading robots based on popular technical indicators such as Heiken Ashi, RSI, Stochastic, and MACD crossovers. The included files utili
This repository is a collection of several MetaTrader 4 expert advisors, including robots based on RSI and MACD crossovers, engulfing patterns, and pending order strategies. The primary code provided utilizes a combination of the Relative Strength Index (RSI) for overbought and oversold detection and Moving Average Con
This repository provides a collection of Expert Advisors for MetaTrader 5 and Python trading scripts developed for an educational YouTube series. It features various technical indicator-based strategies, including MACD, Relative Strength Index, Stochastic, and Bollinger Bands. The included MQL5 files implement multi-ti
MT5CollectionIndicator crossoverMean reversionTrend following
This repository contains a collection of MetaTrader 5 expert advisors, primarily focused on the ChildsPlay strategy derived from online trading forums. The main expert advisor uses multiple exponential moving averages and the Commodity Channel Index across two timeframes to identify trend-following entries. It implemen