Support Board
Date/Time: Sun, 19 Jan 2025 03:12:16 +0000
Post From: HIGHESTHIGH AND LOWESTLOW
[2018-03-06 19:03:15] |
Samir - Posts: 4 |
SCSubgraphRef Stochastic = sc.Subgraph[0]; SCSubgraphRef StochasticHigh = sc.Subgraph[1]; sc.Stochastic(sc.BaseDataIn, Stochastic, 10, 3, 3, MOVAVGTYPE_SIMPLE); sc.Highest(Stochastic, StochasticHigh, 20); float StochasticHighVal = StochasticHigh[sc.Index]; I guess something like this should work. |