AdaptivePriceZone

StockSharp.Algo.Indicators

Adaptive Price Zone (APZ) indicator.

Hereda de: BaseComplexIndicator<IAdaptivePriceZoneValue>

Constructores

AdaptivePriceZone()

Initializes a new instance of the AdaptivePriceZone.

AdaptivePriceZone(DecimalLengthIndicator)

Initializes a new instance of the AdaptivePriceZone.

ma
Moving Average.

Propiedades

BandPercentage : decimal

Band percentage for upper and lower bands calculation.

Period : int

Period for MA and Standard Deviation calculations.

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.