PercentagePriceOscillatorHistogram

StockSharp.Algo.Indicators

信号ライン(ヒストグラムの画家は違いを写し出します)が付いているパーセント価格のオシレーター。

継承元: BaseComplexIndicator<IPercentagePriceOscillatorHistogramValue>

コンストラクター

PercentagePriceOscillatorHistogram
public PercentagePriceOscillatorHistogram()
percentagePriceOscillatorHistogram = PercentagePriceOscillatorHistogram()

PercentagePriceOscillatorHistogram の新規インスタンスを初期化します。

PercentagePriceOscillatorHistogram
public PercentagePriceOscillatorHistogram(PercentagePriceOscillator ppo, ExponentialMovingAverage signalMa)
percentagePriceOscillatorHistogram = PercentagePriceOscillatorHistogram(ppo, signalMa)

PercentagePriceOscillatorHistogram の新規インスタンスを初期化します。

ppo
基礎パーセント価格オシレーター。
signalMa
EMA シグナル (デフォルト 9)。

プロパティ

Ppo
public PercentagePriceOscillator Ppo { get; }
value = percentagePriceOscillatorHistogram.Ppo

基礎パーセント価格オシレーター。

SignalMa
public ExponentialMovingAverage SignalMa { get; }
value = percentagePriceOscillatorHistogram.SignalMa

EMA 信号信号。

メソッド

CreateValue
protected override IPercentagePriceOscillatorHistogramValue CreateValue(DateTime time)
result = percentagePriceOscillatorHistogram.CreateValue(time)

作成する

time
タイムタイム
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = percentagePriceOscillatorHistogram.OnProcess(input)

入力値を処理するため。

input
入力値。

戻り値: 結果の値は。

ToString
public override string ToString()
result = percentagePriceOscillatorHistogram.ToString()

ライン表現に換算します。

戻り値: 弦のパフォーマンス。