KlingerVolumeOscillatorValue
StockSharp.Algo.Indicators
KlingerVolumeOscillator indicator value implementation.
Inherits: ComplexIndicatorValue<KlingerVolumeOscillator>
Implements: IKlingerVolumeOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
KlingerVolumeOscillatorValue
public KlingerVolumeOscillatorValue(KlingerVolumeOscillator indicator, DateTime time)
klingerVolumeOscillatorValue = KlingerVolumeOscillatorValue(indicator, time)
KlingerVolumeOscillator indicator value implementation.
- indicator
- The parent KlingerVolumeOscillator indicator.
- time
- Time associated with this indicator value.
Properties
LongEma
public decimal? LongEma { get; }
value = klingerVolumeOscillatorValue.LongEma
Gets the long EMA value.
LongEmaValue
public IIndicatorValue LongEmaValue { get; }
value = klingerVolumeOscillatorValue.LongEmaValue
Gets the long EMA value.
Oscillator
public decimal? Oscillator { get; }
value = klingerVolumeOscillatorValue.Oscillator
Gets the oscillator value.
OscillatorValue
public IIndicatorValue OscillatorValue { get; }
value = klingerVolumeOscillatorValue.OscillatorValue
Gets the oscillator value.
ShortEma
public decimal? ShortEma { get; }
value = klingerVolumeOscillatorValue.ShortEma
Gets the short EMA value.
ShortEmaValue
public IIndicatorValue ShortEmaValue { get; }
value = klingerVolumeOscillatorValue.ShortEmaValue
Gets the short EMA value.
Methods
ToString
public override string ToString()
result = klingerVolumeOscillatorValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.