BollingerBandsValue
StockSharp.Algo.Indicators
BollingerBands indicator value implementation.
Inherits: ComplexIndicatorValue<BollingerBands>
Implements: IBollingerBandsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
BollingerBandsValue
public BollingerBandsValue(BollingerBands indicator, DateTime time)
bollingerBandsValue = BollingerBandsValue(indicator, time)
BollingerBands indicator value implementation.
- indicator
- The parent BollingerBands indicator.
- time
- Time associated with this indicator value.
Properties
LowBand
public decimal? LowBand { get; }
value = bollingerBandsValue.LowBand
Gets the LowBand value.
LowBandValue
public IIndicatorValue LowBandValue { get; }
value = bollingerBandsValue.LowBandValue
Gets the LowBand value.
MovingAverage
public decimal? MovingAverage { get; }
value = bollingerBandsValue.MovingAverage
Gets the MovingAverage value.
MovingAverageValue
public IIndicatorValue MovingAverageValue { get; }
value = bollingerBandsValue.MovingAverageValue
Gets the MovingAverage value.
UpBandValue
public IIndicatorValue UpBandValue { get; }
value = bollingerBandsValue.UpBandValue
Gets the UpBand value.
Methods
ToString
public override string ToString()
result = bollingerBandsValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.