ChandeKrollStop
StockSharp.Algo.Indicators
Chande Kroll Stop indicator.
Inherits: BaseComplexIndicator<IChandeKrollStopValue>
Constructors
ChandeKrollStop()
Initializes a new instance of the ChandeKrollStop.
Properties
Multiplier : decimal
Multiplier.
StopPeriod : int
Stop Period for SMA.
Methods
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
Returns: The resulting value.
Reset()
Reset state.