Skip to content

StochasticCalculationType

Summary

An enumeration of the different Stochastic Oscillator indicator calculation types.

Signature

1
public enum StochasticCalculationType

Namespace

cAlgo.API

Fields

LowHigh

Summary

Uses lowest low and highest high (default).

Signature

1
public static StochasticCalculationType LowHigh;

Return Value

StochasticCalculationType

CloseClose

Summary

Uses lowest close and highest close.

Signature

1
public static StochasticCalculationType CloseClose;

Return Value

StochasticCalculationType