Table of Contents

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
IPersistable
ICloneable<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 IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.