AdaptivePriceZone
StockSharp.Algo.Indicators
Adaptive Price Zone (APZ) indicator.
Inherits: BaseComplexIndicator<IAdaptivePriceZoneValue>
Constructors
AdaptivePriceZone()
Initializes a new instance of the AdaptivePriceZone.
AdaptivePriceZone(DecimalLengthIndicator)
Initializes a new instance of the AdaptivePriceZone.
- ma
- Moving Average.
Properties
BandPercentage : decimal
Band percentage for upper and lower bands calculation.
LowerBand : AdaptivePriceZoneBand
Lower band.
MovingAverage : DecimalLengthIndicator
Moving average.
UpperBand : AdaptivePriceZoneBand
Upper band.
Methods
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
Returns: The resulting value.
Reset()
Reset state.