Releases: 9nix6/Median-and-Turbo-Renko-indicator-bundle
Header files compatible with Median Renko indicator version 1.47
This package includes the latest set of header files designed to help developers build EAs and Indicators that are able to work directly on the Renko charts.
The Indicators folder contains 5 example Indicators (RSI, CCI, Momentum, MACD, Stochastic & GMMA) that have been patched to work directly on the Renko charts and use the Renko OLHC values for calculations.
(There are still some minor bugs in the conversion that cause some indicators to flatline after some time, but I'm working on fixing the problem)
This version also adds support for the SuperTrend on Renko indicator which can be accessed from and EA (see ExampleEA file for implementation).
Header files compatible with Median Renko indicator version 1.46
This package includes the latest set of header files designed to help developers build EAs and Indicators that are able to work directly on the Renko charts.
The Indicators folder contains 5 example Indicators (RSI, CCI, Momentum, MACD, Stochastic & GMMA) that have been patched to work directly on the Renko charts and use the Renko OLHC values for calculations.
(There are still some minor bugs in the conversion that cause some indicators to flatline after some time, but I'm working on fixing the problem)
This version also adds support for the SuperTrend on Renko indicator which can be accessed from and EA (see ExampleEA file for implementation).
Header files compatible with Median Renko indicator version 1.46
This package includes the latest set of header files designed to help developers build EAs and Indicators that are able to work directly on the Renko charts.
The Indicators folder contains 5 example Indicators (RSI, CCI, Momentum, MACD, Stochastic & GMMA) that have been patched to work directly on the Renko charts and use the Renko OLHC values for calculations.
(There are still some minor bugs in the conversion that cause some indicators to flatline after some time, but I'm working on fixing the problem)
Header files compatible with Median Renko indicator version 1.46
This package includes the latest set of header files designed to help developers build EAs and Indicators that are able to work directly on the Renko charts.
The Indicators folder contains 5 example Indicators (RSI, CCI, Momentum, MACD, Stochastic & GMMA) that have been patched to work directly on the Renko charts and use the Renko OLHC values for calculations.
(There are still some minor bugs in the conversion that cause some indicators to flatline after some time, but I'm working on fixing the problem)
I fixed some bugs and added a new #define SHOW_INDICATOR_INPUTS directive to the ExampleEA. It enables the EA to be backtested in MT5's backtester. More about the directive in the comments inside ExampleEA code.
Header files compatible with Median Renko indicator version 1.46
This package includes a set of header files designed to help developers build EAs and Indicators that are able to work directly on the Renko charts.
The Indicators folder contains 5 example Indicators (RSI, CCI, Momentum, MACD, Stochastic & GMMA) that have been patched to work directly on the Renko charts and use the Renko OLHC values for calculations.
(There are still some minor bugs in the conversion that cause some indicators to flatline after some time, but I'm working on fixing the problem)
I've added a new #define SHOW_INDICATOR_INPUTS directive to the ExampleEA. It enables the EA to be backtested in MT5's backtester. More about the directive in the comments inside ExampleEA code.
Header files compatible with Median Renko indicator version 1.46
This package includes a set of header files designed to help developers build EAs and Indicators that are able to work directly on the Renko charts.
The Indicators folder contains 3 example Indicators (MACD, Stochastic & GMMA) that have been patched to work directly on the Renko charts and use the Renko OLHC values for calculations.
I've also fixed the folder structure to reflect the MQL5 data folder tree.
Header file compatible with Median Renko indicator version 1.46
This release is a redesigned version of the previously used implementation. All of the functions have now been encapsulated inside the MedianRenko class.
Header file compatible with Median Renko indicator version 1.45
update to version 1.45
Header file compatible with Median Renko indicator version 1.44
Updated readme file