ChandeKrollStop

StockSharp.Algo.Indicators

Chande Kroll Stop indicator.

Наследует: BaseComplexIndicator<IChandeKrollStopValue>

Конструкторы

ChandeKrollStop()

Initializes a new instance of the ChandeKrollStop.

Свойства

Highest : Highest

Highest line.

Lowest : Lowest

Lowest line.

Multiplier : decimal

Multiplier.

Period : int

Period for Highest and Lowest.

StopPeriod : int

Stop Period for SMA.

Методы

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Возвращает: The resulting value.

Reset()

Reset state.

Save(SettingsStorage)

Save settings.

storage
Settings storage.