Skip to content

MQL5 header file for 'Range Bars Charting' indicator available for MT5 via MQL5 Market. The file lets you easily create a RangeBars EA in MT5 using the RangeBars indicator.

License

Notifications You must be signed in to change notification settings

9nix6/Range-Bars-Charting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Range-Bars-Charting

MQL5 header files for 'Range Bars Charting' indicator available for MT5 via MQL5 Market. The files lets you easily create a RangeBars based EA in MT5. The created EA will automatically acquire the settings used on the RangeBars chart it is applied to, so it is not required to clone the indicator's settings used on the chart to the RangeBars settings that should be used in the EA.

The files

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

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

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

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

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

Installation

All folders (Experts, Include & Indicators) & sub-folders should be placed in the MQL5 sub-folder of your Metatrader's Data Folder.

Resources

The RangeBars indicator for MT5 can be downloaded from https://www.mql5.com/en/market/product/16762

A version for MT4 is available from https://www.az-invest.eu/rangebars-plug-in-for-metatrader4

Disclaimer:

All of the EAs and indicators presented in this repository are solely for educational and informational purposes and should not be regarded as advice or an invitation to trade. Application of the techniques, ideas, and suggestions presented in the videos and files of this repository is done at the user’s sole discretion and risk.