PercentagePriceOscillatorHistogramValue
StockSharp.Algo.Indicators
PercentagePriceOscillatorHistogram indicator value implementation.
Inherits: ComplexIndicatorValue<PercentagePriceOscillatorHistogram>
Implements: IPercentagePriceOscillatorHistogramValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
PercentagePriceOscillatorHistogramValue
public PercentagePriceOscillatorHistogramValue(PercentagePriceOscillatorHistogram indicator, DateTime time)
percentagePriceOscillatorHistogramValue = PercentagePriceOscillatorHistogramValue(indicator, time)
PercentagePriceOscillatorHistogram indicator value implementation.
- indicator
- The parent PercentagePriceOscillatorHistogram indicator.
- time
- Time associated with this indicator value.
Properties
Ppo
public decimal? Ppo { get; }
value = percentagePriceOscillatorHistogramValue.Ppo
Gets PPO value.
PpoValue
public IIndicatorValue PpoValue { get; }
value = percentagePriceOscillatorHistogramValue.PpoValue
Gets PPO value.
Signal
public decimal? Signal { get; }
value = percentagePriceOscillatorHistogramValue.Signal
Signal EMA numeric value.
SignalValue
public IIndicatorValue SignalValue { get; }
value = percentagePriceOscillatorHistogramValue.SignalValue
Gets signal EMA value.
Methods
ToString
public override string ToString()
result = percentagePriceOscillatorHistogramValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.