This repository contains a collection of MetaTrader 5 expert advisors and utility tools, primarily featuring a Depth of Market interface named RafaDomII.
The main tool serves as a manual execution panel, allowing traders to monitor volume-at-price data and execute market or limit orders directly from the chart. It includes risk management controls for stop loss, take profit, and lot size presets. Other files in the repository include basic indicator-based robots such as BullBearPower. The project documentation is minimal, focusing on the visual configuration of the interface.
Read from RafaDomII.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
editTable
string
##### EDITAR TABELA #####
##### EDITAR TABELA #####
enableBorder
bool
true
Borda: Com (true)/ Sem (false)
colorBorder
color
clrWhite
Cor da Borda
colorButton
color
clrNavy
Cor dos Botões de Quantidade
editColorCell
string
##### EDITAR CORES FUNDO #####
##### EDITAR CORES FUNDO #####
colorCellVap
color
C'0,43,53'
Plano de Fundo da Coluna VAP
colorCellPrice
color
C'128,128,128'
Plano de Fundo da Coluna PRICE
colorCellBuy
color
C'37,139,210'
Plano de Fundo da Coluna BUY
colorCellSellVap
color
C'0,43,53'
Plano de Fundo da Coluna SELL VAP
colorCellBuyVap
color
C'0,43,53'
Plano de Fundo da Coluna BUY VAP
colorCellSell
color
C'220,49,46'
Plano de Fundo da Coluna SELL
colorCellOrderBuy
color
clrWhite
Plano de Fundo da Coluna ORDER BUY
Show all 29 inputs
Name
Type
Default
Description
colorCellOrderSell
color
clrWhite
Plano de Fundo da Coluna ORDER SELL
editColorText
string
##### EDITAR CORES TEXTO #####
##### EDITAR CORES TEXTO #####
colorTextVap
color
clrWhite
Texto da Coluna VAP
colorTextPrice
color
clrWhite
Texto da Coluna PRICE
colorTextBuy
color
clrWhite
Texto da Coluna BUY
colorTextSellVap
color
C'185,124,111'
Texto da Coluna SELL VAP
colorTextBuyVap
color
C'113,176,182'
Texto da Coluna BUY VAP
colorTextSell
color
clrWhite
Texto da Coluna SELL
colorTextOrderBuy
color
clrBlack
Texto da Coluna ORDER BUY
colorTextOrderSell
color
clrBlack
Texto da Coluna ORDER SELL
editColorBar
string
##### EDITAR CORES BARRA #####
##### EDITAR CORES BARRA #####
colorBarVap
color
C'42,161,152'
Barra da Coluna VAP
colorBarPrice
color
C'87,111,117'
Barra da Coluna PRICE
colorBarBuy
color
C'0,64,128'
Barra da Coluna BUY
colorBarSellVap
color
C'0,0,0'
Barra da Coluna SELL VAP
colorBarBuyVap
color
C'87,111,117'
Barra da Coluna BUY VAP
colorBarSell
color
C'128,64,64'
Barra da Coluna SELL
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone rafaeljudson/MetaTrader5 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.
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 features a collection of trading tools for MetaTrader 5 and 4, headlined by a comprehensive Trade Manager EA. This manager enables manual execution via keyboard shortcuts and provides automated risk controls, including ATR-based break-even settings and trailing stops. The collection also offers strategy
This repository provides a containerized environment for MetaTrader 5 using Docker, Alpine Linux, and Wine64. It includes a VNC server with an Openbox GUI for remote management and features Python integration via pyzmq for data feeding. The collection includes various MetaTrader 5 expert advisors, ranging from a 3D cor
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 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 of MetaTrader 5 expert advisor samples supplements the Darwinex educational video series on advanced MQL5 programming. It provides technical implementations for multi-symbol trade management and institutional-grade risk controls. The codebase includes specialized modules for calculating custom performan