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
AdaptivePriceZonetime
DateTimeOffset
Properties
LowerBand
Gets the lower band value.
public decimal LowerBand { get; }
Property Value
MovingAverage
Gets the moving average value.
public decimal MovingAverage { get; }
Property Value
UpperBand
Gets the upper band value.
public decimal UpperBand { get; }