Support Board
Date/Time: Sat, 10 May 2025 13:06:33 +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. |