AdaptivePriceZone

StockSharp.Algo.Indicators

Adaptive Price Zone (APZ) indicator.

继承自: BaseComplexIndicator<IAdaptivePriceZoneValue>

构造函数

AdaptivePriceZone()

Initializes a new instance of the AdaptivePriceZone.

AdaptivePriceZone(DecimalLengthIndicator)

Initializes a new instance of the AdaptivePriceZone.

ma
Moving Average.

属性

BandPercentage : decimal

Band percentage for upper and lower bands calculation.

Period : int

Period for MA and Standard Deviation calculations.

方法

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.