Login Page - Create Account

Support Board


Date/Time: Tue, 21 May 2024 22:40:15 +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.