GatorHistogram

StockSharp.Algo.Indicators

振荡者直方图 GatorOscillator

继承自: BaseIndicator

属性

Line1
public AlligatorLine Line1 { get; }
value = gatorHistogram.Line1

首行 (Jaw vs Lips). 江克克的"小花","小花","小花"等.

Line2
public AlligatorLine Line2 { get; }
value = gatorHistogram.Line2

二行 (Lips vs Teeth). ip.

NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = gatorHistogram.NumValuesToInitialize

如果未定义,需要处理的数值数量,以使指标初始化(be IsFormed 等值)。

方法

Clone
public override IIndicator Clone()
result = gatorHistogram.Clone()

Create a copy of GatorHistogram.

返回值: 收到了,我们得去查查

Load
public override void Load(SettingsStorage storage)
gatorHistogram.Load(storage)

装入设置 。

storage
设置存储 。
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = gatorHistogram.OnProcess(input)

处理输入值。

input
入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入入

返回值: 由此而来的价值.

Save
public override void Save(SettingsStorage storage)
gatorHistogram.Save(storage)

保存设置 。

storage
设置存储 。