Table of Contents

Class StochasticOscillatorValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

StochasticOscillator indicator value.

public class StochasticOscillatorValue : ComplexIndicatorValue<StochasticOscillator>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
StochasticOscillatorValue
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the StochasticOscillatorValue.

Constructors

StochasticOscillatorValue(StochasticOscillator, DateTimeOffset)

StochasticOscillator indicator value.

public StochasticOscillatorValue(StochasticOscillator indicator, DateTimeOffset time)

Parameters

indicator StochasticOscillator

StochasticOscillator

time DateTimeOffset

Time

Remarks

Initializes a new instance of the StochasticOscillatorValue.

Properties

D

Gets the %D value.

[Browsable(false)]
public decimal? D { get; }

Property Value

decimal?

DValue

Gets the %D value.

public IIndicatorValue DValue { get; }

Property Value

IIndicatorValue

K

Gets the %K value.

[Browsable(false)]
public decimal? K { get; }

Property Value

decimal?

KValue

Gets the %K value.

public IIndicatorValue KValue { get; }

Property Value

IIndicatorValue