How to Use Renko Bars.
Hi everyone,
This is what I did to try to use Renko bars. I wanted the height of the bars to be 10, so I picked 100. That is the value that I have to pick to get 10-pip bars. I guess the 100 is for 100 ticks or 10 pips. The other 100 was just history. I just pick a random value and 100 sounded nice. Anyhow, I just can't get the values to match up from the charts and what is being displayed when I used the Print method.
Thanks
It'll work, by the following way :
Close Price of the Bar will be shown according to the data [DataType.Trade, HistoryType.Renko, 10, 100, BarsAggregations.Advanced].
There are few examples (to create & test an indicator we used a code that was provided in the screenshot) :
The bar is building in a real time.
Data of the selected bar in history :
To check the data you should select the same parameters on the chart (data type / history type / etc.).
Regards, PTMC Support.