PercentagePriceOscillatorHistogramValue
StockSharp.Algo.Indicators
PercentagePriceOscillatorHistogramインジケータ値の実装。
継承元: ComplexIndicatorValue<PercentagePriceOscillatorHistogram>
実装: IPercentagePriceOscillatorHistogramValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
コンストラクター
PercentagePriceOscillatorHistogramValue
public PercentagePriceOscillatorHistogramValue(PercentagePriceOscillatorHistogram indicator, DateTime time)
percentagePriceOscillatorHistogramValue = PercentagePriceOscillatorHistogramValue(indicator, time)
PercentagePriceOscillatorHistogramインジケータ値の実装。
- indicator
- 親PercentagePriceOscillatorHistogram@インジケーター。
- time
- このインジケータ値に関連付けられた時間。
プロパティ
PpoValue
public IIndicatorValue PpoValue { get; }
value = percentagePriceOscillatorHistogramValue.PpoValue
PPO 値を取得します。
Signal
public decimal? Signal { get; }
value = percentagePriceOscillatorHistogramValue.Signal
シグナルライン値を取得します。
SignalValue
public IIndicatorValue SignalValue { get; }
value = percentagePriceOscillatorHistogramValue.SignalValue
シグナルライン値を取得します。
メソッド
ToString
public override string ToString()
result = percentagePriceOscillatorHistogramValue.ToString()
ライン表現に換算します。
戻り値: 弦のパフォーマンス。