IchimokuPainter
StockSharp.Xaml.Charting.IndicatorPainters
池木克的图表元素.
继承自: BaseChartIndicatorPainter<Ichimoku>
构造函数
属性
方法
Load
public override void Load(SettingsStorage storage)
ichimokuPainter.Load(storage)
装入设置 。
- storage
- 设置存储 。
OnDraw
protected override bool OnDraw(Ichimoku indicator, IDictionary<IIndicator, IList<IndicatorData>> data)
result = ichimokuPainter.OnDraw(indicator, data)
Save
public override void Save(SettingsStorage storage)
ichimokuPainter.Save(storage)
保存设置 。
- storage
- 设置存储 。