9nix6 / Median-and-Turbo-Renko-indicator-bundle

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 Median Renko indicator.
https://www.mql5.com/en/market/product/16347
GNU General Public License v3.0
82 stars 38 forks source link

Trying to update Candle 0 only #14

Open tzahimaimon opened 2 years ago

tzahimaimon commented 2 years ago

Hi Arthur, how are you doing ? I'm trying to update histogram on position 0 I have realtime MarketDepth data that I wish to be displayed in the Buffers so that each Histogram represent the total changes in Market Depth regrading to the same Renko Candle so I'm updating RATES_TOTAL-1 candle data but it not working because the Historgram is advancing regardless to RATES_TOTAL of the Renko Indicator. Please help.