Auftrag beendet
Spezifikation
Hi,
Our requirements are clear I think.
I need a Renko Indicator that;
> Will read M1 bar datas (PERIOD_M1)
> At the first start, will create renko by reading last 2.5 months' bars (If there is not enough bar, will read all available bars)
> Will have OHLC and dateTime buffers (0: Open, 1: High, 2: Low, 3:Close, 4: Bar Open Time(like Time[i]) I mean, the start time of the renko bar that our indicator drawn)
> Will have the input --> Display Renko Bars on Chart true/false
> Will have same inputs with the attached EA and will work with same style of the attached EA.
Note-1: You can find samples (nearly same with my requirements) from here https://www.mql5.com/en/search#!keyword=renko&module=mql5_module_codebase
Note-2: Drawing the rectangles is not a must. Import part is true buffer values.