EnvelopeValue
StockSharp.Algo.Indicators
Envelope indicator value implementation.
Inherits: ComplexIndicatorValue<Envelope>
Implements: IEnvelopeValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
EnvelopeValue
public EnvelopeValue(Envelope indicator, DateTime time)
envelopeValue = EnvelopeValue(indicator, time)
Envelope indicator value implementation.
- indicator
- The parent Envelope indicator.
- time
- Time associated with this indicator value.
Properties
LowerValue
public IIndicatorValue LowerValue { get; }
value = envelopeValue.LowerValue
Gets the Lower value.
MiddleValue
public IIndicatorValue MiddleValue { get; }
value = envelopeValue.MiddleValue
Gets the Middle value.
UpperValue
public IIndicatorValue UpperValue { get; }
value = envelopeValue.UpperValue
Gets the Upper value.
Methods
ToString
public override string ToString()
result = envelopeValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.