AdaptivePriceZoneValue
StockSharp.Algo.Indicators
AdaptivePriceZone indicator value implementation.
Erbt von: ComplexIndicatorValue<AdaptivePriceZone>
Implementiert: IAdaptivePriceZoneValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Konstruktoren
AdaptivePriceZoneValue(AdaptivePriceZone, DateTime)
AdaptivePriceZone indicator value implementation.
- indicator
- The parent AdaptivePriceZone indicator.
- time
- Time associated with this indicator value.
Eigenschaften
LowerBandValue : IIndicatorValue
Gets the lower band value.
MovingAverage : decimal?
Gets the moving average value.
MovingAverageValue : IIndicatorValue
Gets the moving average value.
UpperBandValue : IIndicatorValue
Gets the upper band value.