Skip to content
MQL5 header file for 'Median and Turbo renko indicator bundle' available for MT5 via MQL5 Market. The file lets you easily create a Renko EA in MT5 using the Medain Renko indicator.
Branch: master
Clone or download
Latest commit 6c0184f Dec 12, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Experts Update Renko_EA.mq5 Nov 20, 2018
Include new version updates Dec 12, 2018
Indicators/MedianRenko Added Envelopes indicator Jul 10, 2018
LICENSE Initial commit Mar 17, 2017
README.md Small changes for ver. 2.04 May 20, 2018

README.md

MedianRenko.mqh

MQL5 header file for 'Median and Turbo Renko indicator bundle' available for MT5 via MQL5 Market. The class library file simplifies the use of the MT5 MedianRenko indicator when creating a Renko EA for MT5. The created EA will automatically acquire the settings used on the Renko chart it is applied to, so it is no longer required to clone the indicator's settings used on the chart to the Renko settings that should be used in the EA.

The files

MedianRenko.mqh - The header file for including in the EA code. It contains the definition and implementation of the MedianRenko class

CommonSettings.mqh & RenkoSettings.mqh - These header files are used by the MedianRenko class to automatically read the EA settings used on the Renko chart where the EA should be attached.

MedianRenkoIndicator.mqh - This helper header file includes a MedianRenkoIndicator class which is used to patch MQL5 indicators to work directly on the Renko charts and use the Renko OLHC values for calculation.

ExampleEA.mq5 - An example EA skeleton showing the use of methods included in the MedianRenko class library

ExampleEA2.mq5 - An example EA utilizing the Super Trend indicator on Renko to make trading decisions also showing the use of methods included in the MedianRenko class library

ExampleEA3.mq5 - An example showing the use of additional indicators (included in the Indicators/MedianRenko folder) in your EA. MedianRenko_RSI indicator is used in the example (RSI values are outputted to log).

Installation

All folders with header files & EA should be placed in the MQL5 sub-folder of your Metatrader's Data Folder. This short video will walk you through the installation process:

Installing the renko SDK

Backtesting your EAs

Backtesting an EA on Renko

Resources

The robust Renko indicator for MT5 can be downloaded from: https://www.mql5.com/en/market/product/16347

A version for MT4 is available from: http://www.az-invest.eu/median-renko-plug-in-for-metatrader-4

You can’t perform that action at this time.