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

Remarks

Initializes a new instance of the AdaptivePriceZoneValue.

Constructors

AdaptivePriceZoneValue(AdaptivePriceZone, DateTimeOffset)

AdaptivePriceZone indicator value.

public AdaptivePriceZoneValue(AdaptivePriceZone indicator, DateTimeOffset time)

Parameters

indicator AdaptivePriceZone

AdaptivePriceZone

time DateTimeOffset

Time

Remarks

Initializes a new instance of the AdaptivePriceZoneValue.

Properties

LowerBand

Gets the lower band value.

[Browsable(false)]
public decimal? LowerBand { get; }

Property Value

decimal?

LowerBandValue

Gets the lower band value.

public IIndicatorValue LowerBandValue { get; }

Property Value

IIndicatorValue

MovingAverage

Gets the moving average value.

[Browsable(false)]
public decimal? MovingAverage { get; }

Property Value

decimal?

MovingAverageValue

Gets the moving average value.

public IIndicatorValue MovingAverageValue { get; }

Property Value

IIndicatorValue

UpperBand

Gets the upper band value.

[Browsable(false)]
public decimal? UpperBand { get; }

Property Value

decimal?

UpperBandValue

Gets the upper band value.

public IIndicatorValue UpperBandValue { get; }

Property Value

IIndicatorValue