Login Page - Create Account

Support Board


Date/Time: Thu, 19 Sep 2024 23:47:19 +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.