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

Constructors

StochasticOscillatorValue(StochasticOscillator, DateTimeOffset)

Initializes a new instance of the StochasticOscillatorValue.

public StochasticOscillatorValue(StochasticOscillator indicator, DateTimeOffset time)

Parameters

indicator StochasticOscillator

StochasticOscillator

time DateTimeOffset

Time

Properties

DValue

Gets the %D value.

public decimal DValue { get; }

Property Value

decimal

KValue

Gets the %K value.

public decimal KValue { get; }

Property Value

decimal