StochasticOscillatorPainter
StockSharp.Xaml.Charting.IndicatorPainters
StochasticOscillator@ のグラフ要素
継承元: BaseChartIndicatorPainter<StochasticOscillator>
コンストラクター
StochasticOscillatorPainter
public StochasticOscillatorPainter()
stochasticOscillatorPainter = StochasticOscillatorPainter()
インスタンスを作成します。
プロパティ
メソッド
Load
public override void Load(SettingsStorage storage)
stochasticOscillatorPainter.Load(storage)
設定をロードします。
- storage
- 設定ストレージ。
OnDraw
protected override bool OnDraw(StochasticOscillator indicator, IDictionary<IIndicator, IList<IndicatorData>> data)
result = stochasticOscillatorPainter.OnDraw(indicator, data)
Save
public override void Save(SettingsStorage storage)
stochasticOscillatorPainter.Save(storage)
設定を保存します。
- storage
- 設定ストレージ。