ChandeKrollStop

StockSharp.Algo.Indicators

钱德克罗勒停止指示器。

继承自: BaseComplexIndicator<IChandeKrollStopValue>

构造函数

ChandeKrollStop
public ChandeKrollStop()
chandeKrollStop = ChandeKrollStop()

初始化了 & ##ChandeKrollStop+#的新实例.

属性

Highest
public Highest Highest { get; }
value = chandeKrollStop.Highest

高行相会.

Lowest
public Lowest Lowest { get; }
value = chandeKrollStop.Lowest

下行最下行相.

Multiplier
public decimal Multiplier { get; set; }
value = chandeKrollStop.Multiplier
chandeKrollStop.Multiplier = value

乘相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相

Period
public int Period { get; set; }
value = chandeKrollStop.Period
chandeKrollStop.Period = value

最高和最低的时期。

StopPeriod
public int StopPeriod { get; set; }
value = chandeKrollStop.StopPeriod
chandeKrollStop.StopPeriod = value

SMA停放时段.

方法

CreateValue
protected override IChandeKrollStopValue CreateValue(DateTime time)
result = chandeKrollStop.CreateValue(time)

创建 .

time
时间
Load
public override void Load(SettingsStorage storage)
chandeKrollStop.Load(storage)

装入设置 。

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

处理输入值。

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

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

Reset
public override void Reset()
chandeKrollStop.Reset()

复置set州.

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

保存设置 。

storage
设置存储 。