ChandeKrollStop
StockSharp.Algo.Indicators
Chande Kroll Stop indicator.
继承自: BaseComplexIndicator<IChandeKrollStopValue>
构造函数
ChandeKrollStop()
Initializes a new instance of the ChandeKrollStop.
属性
Multiplier : decimal
Multiplier.
StopPeriod : int
Stop Period for SMA.
方法
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
返回值: The resulting value.
Reset()
Reset state.