Alligator
StockSharp.Algo.Indicators
鳄鱼.
继承自: BaseComplexIndicator<IAlligatorValue>
构造函数
Alligator
public Alligator(AlligatorLine jaw, AlligatorLine teeth, AlligatorLine lips)
alligator = Alligator(jaw, teeth, lips)
初始化鳄鱼的新实例。
- jaw
- 长牙。
- teeth
- 齿相相.
- lips
- 口唇(英语:Lips (film)).
属性
NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = alligator.NumValuesToInitialize
如果未定义,需要处理的数值数量,以使指标初始化(be IsFormed 等值)。
方法
CalcIsFormed
protected override bool CalcIsFormed()
result = alligator.CalcIsFormed()
Calc IsFormed.
返回值: IsFormed
CreateValue
protected override IAlligatorValue CreateValue(DateTime time)
result = alligator.CreateValue(time)
创建 .
- time
- 时间