Table of Contents

Class AdaptivePriceZoneValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

AdaptivePriceZone indicator value.

public class AdaptivePriceZoneValue : ComplexIndicatorValue<AdaptivePriceZone>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
AdaptivePriceZoneValue
Implements
Inherited Members
Extension Methods

Constructors

AdaptivePriceZoneValue(AdaptivePriceZone, DateTimeOffset)

Initializes a new instance of the AdaptivePriceZoneValue.

public AdaptivePriceZoneValue(AdaptivePriceZone indicator, DateTimeOffset time)

Parameters

indicator AdaptivePriceZone

AdaptivePriceZone

time DateTimeOffset

Time

Properties

LowerBand

Gets the lower band value.

public decimal LowerBand { get; }

Property Value

decimal

MovingAverage

Gets the moving average value.

public decimal MovingAverage { get; }

Property Value

decimal

UpperBand

Gets the upper band value.

public decimal UpperBand { get; }

Property Value

decimal