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
AdaptivePriceZonetime
DateTimeOffset
Remarks
Initializes a new instance of the AdaptivePriceZoneValue.
Properties
LowerBand
Gets the lower band value.
[Browsable(false)]
public decimal? LowerBand { get; }
Property Value
LowerBandValue
Gets the lower band value.
public IIndicatorValue LowerBandValue { get; }
Property Value
MovingAverage
Gets the moving average value.
[Browsable(false)]
public decimal? MovingAverage { get; }
Property Value
MovingAverageValue
Gets the moving average value.
public IIndicatorValue MovingAverageValue { get; }
Property Value
UpperBand
Gets the upper band value.
[Browsable(false)]
public decimal? UpperBand { get; }
Property Value
UpperBandValue
Gets the upper band value.
public IIndicatorValue UpperBandValue { get; }