Support Board
Date/Time: Sat, 23 Nov 2024 17:26:26 +0000
Post From: ACSIL retrieving Renko/FlexRenko ticksize values instead of setting them?
[2013-07-22 01:50:48] |
User45685 - Posts: 36 |
I am currently working on a study and i am wondering if there is a way to retrieve the bar period settings for the chart that is of the FLexrenko type? For example: I have a 10-9-8 ES chart open and when the study runs i want to be able to retrieve those values and use them individually within caluclations. I understand that these memberfunctions have been made available to us: sc.RenkoTicksPerBar sc.RenkoTrendOpenOffsetInTicks sc.RenkoReversalOpenOffsetInTicks But they are read/write integers, which is fine when you set the flexrenko values yourself. But what if i want my study to retrieve the already existing/set flexrenko values for an open chart. |