Support Board
Date/Time: Mon, 15 Dec 2025 01:16:39 +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. |
