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
StochasticOscillatortime
DateTimeOffset
Remarks
Initializes a new instance of the StochasticOscillatorValue.
Properties
D
Gets the %D value.
[Browsable(false)]
public decimal? D { get; }
Property Value
DValue
Gets the %D value.
public IIndicatorValue DValue { get; }
Property Value
K
Gets the %K value.
[Browsable(false)]
public decimal? K { get; }
Property Value
KValue
Gets the %K value.
public IIndicatorValue KValue { get; }