Support Board
Date/Time: Mon, 01 Sep 2025 13:24:57 +0000
Post From: Compile error for GetStudyPersistentVariablesFromChartUsingID
[2013-05-02 16:57:07] |
joshtrader - Posts: 524 |
OK thank you, it is compiling now. With this study I am trying to set the main price graph scale top and bottom to be the same as that of another chart. I have the values now, but is there a way for me to set the top and bottom value of the primary region's scale? I can do it for a study using sc.ScaleRangeTop and sc.ScaleRangeBottom, and I see the sc.BaseGraphScaleRangeType to set the , but do not see how to set the top and bottom values. I tried sc.BaseGraphScaleRangeTop but this does not exist. |