Support Board
Date/Time: Sat, 01 Nov 2025 01:19:46 +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. |
