KlingerVolumeOscillatorValue
StockSharp.Algo.Indicators
KlingerVolumeOscillator indicator value implementation.
Inherits: ComplexIndicatorValue<KlingerVolumeOscillator>
Implements: IKlingerVolumeOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
KlingerVolumeOscillatorValue(KlingerVolumeOscillator, DateTime)
KlingerVolumeOscillator indicator value implementation.
- indicator
- The parent KlingerVolumeOscillator indicator.
- time
- Time associated with this indicator value.
Properties
LongEmaValue : IIndicatorValue
Gets the long EMA value.
Oscillator : decimal?
Gets the oscillator value.
OscillatorValue : IIndicatorValue
Gets the oscillator value.
ShortEmaValue : IIndicatorValue
Gets the short EMA value.