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.
LowerBand : AdaptivePriceZoneBand
Lower band.
MovingAverage : DecimalLengthIndicator
Moving average.
UpperBand : AdaptivePriceZoneBand
Upper band.
方法
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
返回值: The resulting value.
Reset()
Reset state.