ChandeKrollStop

StockSharp.Algo.Indicators

Chande Kroll Stop indicator.

Hereda de: BaseComplexIndicator<IChandeKrollStopValue>

Constructores

ChandeKrollStop()

Initializes a new instance of the ChandeKrollStop.

Propiedades

Highest : Highest

Highest line.

Lowest : Lowest

Lowest line.

Multiplier : decimal

Multiplier.

Period : int

Period for Highest and Lowest.

StopPeriod : int

Stop Period for SMA.

Métodos

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Devuelve: The resulting value.

Reset()

Reset state.

Save(SettingsStorage)

Save settings.

storage
Settings storage.