Class AdaptivePriceZoneBand
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Represents a band (upper or lower) of the Adaptive Price Zone indicator.
[IndicatorHidden]
public class AdaptivePriceZoneBand : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
AdaptivePriceZoneBand
- Implements
-
IPersistableICloneable<IIndicator>
- Inherited Members
- Extension Methods
Constructors
AdaptivePriceZoneBand()
public AdaptivePriceZoneBand()
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.