IPercentageVolumeOscillatorValue
StockSharp.Algo.Indicators
PercentageVolumeOscillator valor indicador.
Implementa: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Propiedades
LongEma
public decimal? LongEma { get; }
value = iPercentageVolumeOscillatorValue.LongEma
Consigue el valor largo de EMA.
LongEmaValue
public IIndicatorValue LongEmaValue { get; }
value = iPercentageVolumeOscillatorValue.LongEmaValue
Consigue el valor largo de EMA.
ShortEma
public decimal? ShortEma { get; }
value = iPercentageVolumeOscillatorValue.ShortEma
Obtiene el valor corto de EMA.
ShortEmaValue
public IIndicatorValue ShortEmaValue { get; }
value = iPercentageVolumeOscillatorValue.ShortEmaValue
Obtiene el valor corto de EMA.