AdaptivePriceZoneBand

StockSharp.Algo.Indicators

Represents a band (upper or lower) of the Adaptive Price Zone indicator.

Inherits: BaseIndicator

Methods

OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = adaptivePriceZoneBand.OnProcess(input)

To handle the input value.

input
The input value.

Returns: The resulting value.