Support Board
Date/Time: Mon, 23 Dec 2024 11:13:05 +0000
Post From: ACSIL - sc.AreRenkoBars() - true for delta bars
[2015-09-21 13:20:33] |
ejtrader - Posts: 688 |
SC Team - Apparently this function sc.AreRenkoBars() returns true for delta bars. Is this by design? I am trying to find out the painted(candlestick) Open/Close Value of the bar. In case if the function sc.AreRenkoBars() true - I am picking up SC_RENKO_OPEN/SC_RENKO_CLOSE for this purpose. This works fine for flexrenko bars. However in case of delta (also seems to be the case with volume bars) - this function returns true but they don't represent painted open/close. Are there any alternate options to pick painted open/close values for any chart type? PS: In case of volumebars - I can use sc.AreVolumeBars() as an alternate option, but no such option for delta bars. thanks Date Time Of Last Edit: 2015-09-21 13:49:13
|