StochasticK
StockSharp.Algo.Indicators
Stochastic %K.
Inherits: DecimalLengthIndicator
Constructors
StochasticK
public StochasticK()
stochasticK = StochasticK()
Initializes a new instance of the StochasticK.
Properties
Measure
public override IndicatorMeasures Measure { get; }
value = stochasticK.Measure
IndicatorMeasures.
Methods
CalcIsFormed
protected override bool CalcIsFormed()
result = stochasticK.CalcIsFormed()
Calc IsFormed.
Returns: IsFormed
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = stochasticK.OnProcessDecimal(input)
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.
Reset
public override void Reset()
stochasticK.Reset()
To reset the indicator status to initial. The method is called each time when initial settings are changed (for example, the length of period).