Collection · MT5

MadRabbit Universal

by Cerqlau

MadRabbit Universal is a collection of MetaTrader 5 expert advisors and trading tools focused on multi-indicator strategies.

High risk

GitHub stars2
Forks0
Last update4 years ago12 Aug 2022
LicenceMIT

Overview

The flagship Universal Turbo robot allows users to combine signals from moving average crossovers, MACD, VWAP, ATR, and RSI. It is primarily designed for netting accounts trading indices and stocks but is adaptable to other markets. Risk management includes configurable lot sizing with an optional martingale module. The repository serves as a framework for building custom automated strategies using modular technical indicators and utility panels.

Details

Author

Cerqlau on GitHub

Type

Collection

Platform

MetaTrader 5 (MQL5)

Strategy

Indicator crossover, Trend following, Mean reversion, Martingale

Markets

Indices, Forex

Timeframes

M15-H1

Risk profile

  • Uses martingale lot scaling: losses can grow fast

Topics

financeindicadoresmql5trader-bot

Input parameters

Read from MadRabbit_Universal_Turbo.mq5. Defaults are the author's; change them in the EA's Inputs tab.

NameTypeDefaultDescription
nomedaestrategiastring-----Nome da Estratégia
s_CrossMAboolfalseCROSS MA
s_MAboolfalseMOVING AVERAGE
s_MACDboolfalseMACD
s_VWAPboolfalseVWAP
s_ATRboolfalseSTOP ATR
s_RSIboolfalseRSI
period_curtoENUM_TIMEFRAMESPERIOD_CURRENTTime Frame
PeriodoCurtoint10Período Média Curta
PeriodoCurto_deslocint0Deslocamento Curta
PeriodoCurto_methENUM_MA_METHODMODE_SMATipo Média Curta
PeriodoCurto_priceENUM_APPLIED_PRICEPRICE_CLOSEPreço Media Curta
Show all 40 inputs
NameTypeDefaultDescription
add_fastMAboolfalseExibir indicador
period_longoENUM_TIMEFRAMESPERIOD_CURRENTTime Frame
PeriodoLongoint11Período Média Longa
PeriodoLongo_deslocint0Deslocamento Longa
PeriodoLongo_methENUM_MA_METHODMODE_SMATipo Média Longa
PeriodoLongo_priceENUM_APPLIED_PRICEPRICE_CLOSEPreço Média Longa
add_slowMAboolfalseExibir indicador
period_maENUM_TIMEFRAMESPERIOD_CURRENTTime Frame
Periodoint20Período da Média
Periodo_deslocint0Deslocamento da Média
Periodo_methENUM_MA_METHODMODE_SMATipo da Média
Periodo_priceENUM_APPLIED_PRICEPRICE_CLOSEPreço da Média
add_MAboolfalseExibir indicador
period_macdENUM_TIMEFRAMESPERIOD_CURRENTTime Frame
MACD_fast_ema_periodint12Período para cálculo da média móvel rápida
MACD_low_ema_periodint26Período para cálculo da média móvel lenta
MACD_signal_periodint9Período para diferença entre as médias
applied_priceENUM_APPLIED_PRICEPRICE_CLOSETipo de preço ou de manipulador
add_MACDboolfalseExibir indicador
vwappricePRICE_TYPECLOSE_HIGH_LOWDefine cálculo daVWAP
estrategiavwapestr_VWAPFiltroDefine a estratégia utilizada
period_vwapmaENUM_TIMEFRAMESPERIOD_CURRENTTime Frame
PeriodoMAVWAPint21Período Média
PeriodoMAVWAP_deslocint0Deslocamento
PeriodoMAVWAP_methENUM_MA_METHODMODE_SMATipo Média
PeriodoMAVWAP_priceENUM_APPLIED_PRICEPRICE_CLOSEPreço Média
add_MAVWAPboolfalseExibir indicado MA_VWAP
add_vwapboolfalseExibir indicador

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone Cerqlau/MetatraderCodes from GitHub, and unzip it.
  2. 2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
  3. 3Copy the filesCopy the .mq5 file into Experts, and any .mqh files into the Include folder the code expects.
  4. 4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
  5. 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.

Similar expert advisors

C Financial

by rafaelsoec
1 stars

C Financial is a MetaTrader 5 repository containing a large collection of expert advisor variants focused on trend-following and price action strategies. The primary scripts utilize technical indicators like Moving Averages, ADX, CCI, and Average True Range to detect market direction and volatility. It features modular

MT5 Collection Trend followingBreakoutIndicator crossover High risk
Updated 10 days ago None stated GitHub repository of C Financial

FSB Strategy Collection

by hoanguyen1998
1 stars

This repository provides a collection of over 100 expert advisors for MetaTrader 4 and MetaTrader 5, produced using the Forex Strategy Builder software. The robots are configured for specific forex pairs including GBPUSD, USDJPY, and EURAUD on low timeframes. Trading logic typically combines multiple technical indicato

MT4MT5 Collection Indicator crossoverMean reversionTrend following High risk
Updated 1 year ago None stated GitHub repository of FSB Strategy Collection

Renko Reversal Collection

by PETERSAMUELOPS12
1 stars

This repository features a collection of MetaTrader 5 expert advisors, with a primary focus on a Renko Reversal strategy ported from Pine Script. The main robot identifies trend shifts by simulating Renko bricks on standard OHLC bars, entering and exiting trades based on a configurable number of consecutive bricks. It

MT5 Collection Trend followingMean reversionIndicator crossover High risk
Updated 4 months ago None stated GitHub repository of Renko Reversal Collection

EA MQL4 Collection

by Yumerain
151 stars

This repository provides a diverse library of expert advisors and technical indicators for MetaTrader 4. The collection includes robots utilizing moving average crossovers, MACD trend-following signals, and mean-reversion strategies based on Bollinger Bands. A notable inclusion is a Martingale robot that scales lot siz

MT4 Collection Indicator crossoverTrend followingMartingale High risk
Updated 6 years ago None stated GitHub repository of EA MQL4 Collection
2 stars

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

MT4 Collection Indicator crossoverTrend followingMean reversion High risk
1 stars

This repository contains a collection of MetaTrader 4 Expert Advisors and helper classes for algorithmic trading. The featured robot, Desiree, implements a breakout strategy based on Donchian Channels for both entries and exits. It incorporates comprehensive risk controls including percentage-based lot sizing, volatili

MT4 Collection BreakoutTrend followingMean reversion High risk
Updated 9 years ago None stated GitHub repository of Desiree and MQL4 Collection

More collections

Need a broker for MT5?

Compare regulated brokers that support MetaTrader, with spreads, minimum deposits and leverage side by side.

Compare brokers