Support Board
Date/Time: Mon, 07 Jul 2025 01:59:42 +0000
Post From: Help with custom horizontal study.
[2019-04-01 22:15:49] |
ozunainc - Posts: 16 |
can any one tell me what "float" mean. im trying to get the value of a subgraph. form a refence studyid and it's subgraph, but i'm stuck. here is the code. "float GridStartVal = GridStart.GetFloat()-GridSpacingVal;". I tried using: GridStartVal = GridStart.SetChartStudySubgraphValues()-GridSpacingVal; GridStarVal = GridStart.GetChartStudySubgraphValues()-GridSpacingVal; GridStarVal = sc.Input[]. SetChartStudySubgraphValues()-GridSpacingVal; but I keep getting error. BTW i'm modifying the horizontal grid study so credit to whom ever created it. please help. I will post the source code here so everyone could use it. if I get it to work. thank you for your time. |