PercentageVolumeOscillatorValue
StockSharp.Algo.Indicators
Percentagem de volume Oscilador indicador de valor implementação.
Herda de: ComplexIndicatorValue<PercentageVolumeOscillator>
Implementa: IPercentageVolumeOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Construtores
PercentageVolumeOscillatorValue
public PercentageVolumeOscillatorValue(PercentageVolumeOscillator indicator, DateTime time)
percentageVolumeOscillatorValue = PercentageVolumeOscillatorValue(indicator, time)
Percentagem de volume Oscilador indicador de valor implementação.
- indicator
- O indicador de oscilador de volume percentual do pai.
- time
- Tempo associado a este valor indicador.
Propriedades
LongEma
public decimal? LongEma { get; }
value = percentageVolumeOscillatorValue.LongEma
Tem o valor da EMA.
LongEmaValue
public IIndicatorValue LongEmaValue { get; }
value = percentageVolumeOscillatorValue.LongEmaValue
Tem o valor da EMA.
ShortEma
public decimal? ShortEma { get; }
value = percentageVolumeOscillatorValue.ShortEma
Obtém o valor da EMA curto.
ShortEmaValue
public IIndicatorValue ShortEmaValue { get; }
value = percentageVolumeOscillatorValue.ShortEmaValue
Obtém o valor da EMA curto.
Métodos
ToString
public override string ToString()
result = percentageVolumeOscillatorValue.ToString()
Converter para uma representação de linha.
Retorna: Desempenho de cordas.