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.