Median-and-Turbo-Renko-indicator-bundle
Median-and-Turbo-Renko-indicator-bundle copied to clipboard
How to implement iBarShift function on Renko Charts ?
Hi Arthur I need to implement iBarShift function on the Renko chart, The function return the number of the bar by specified date as you can read on the help section of MT5
how can I acheive this goal with the Renko Bundle ?
Hi, Do you need this for an EA or for an indicator?
for Both but mainly for EA
I have something similar for use in indicators conversion, you can modify the idea in the code for your personal need. Please see the MedianRenkoIndicator.mqh file.
These are the functions:
bool CanvasXYToTimePrice(...);
bool TimeToCustomChartTime(...);
bool CustomChartTimeToCanvasTime(...);
If this is not helpful to you, please send a bit of context explaining what you are trying to do. I'll try to help.
ok I will look at those Thank you