IKlingerVolumeOscillatorValue
StockSharp.Algo.Indicators
KlingerVolumeOscillator indicator value.
Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Properties
LongEma
public decimal? LongEma { get; }
value = iKlingerVolumeOscillatorValue.LongEma
Gets the long EMA value.
LongEmaValue
public IIndicatorValue LongEmaValue { get; }
value = iKlingerVolumeOscillatorValue.LongEmaValue
Gets the long EMA value.
Oscillator
public decimal? Oscillator { get; }
value = iKlingerVolumeOscillatorValue.Oscillator
Gets the oscillator value.
OscillatorValue
public IIndicatorValue OscillatorValue { get; }
value = iKlingerVolumeOscillatorValue.OscillatorValue
Gets the oscillator value.
ShortEma
public decimal? ShortEma { get; }
value = iKlingerVolumeOscillatorValue.ShortEma
Gets the short EMA value.
ShortEmaValue
public IIndicatorValue ShortEmaValue { get; }
value = iKlingerVolumeOscillatorValue.ShortEmaValue
Gets the short EMA value.