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

Lower
public decimal? Lower { get; }
value = envelopeValue.Lower

Gets the Lower value.

LowerValue
public IIndicatorValue LowerValue { get; }
value = envelopeValue.LowerValue

Gets the Lower value.

Middle
public decimal? Middle { get; }
value = envelopeValue.Middle

Gets the Middle value.

MiddleValue
public IIndicatorValue MiddleValue { get; }
value = envelopeValue.MiddleValue

Gets the Middle value.

Upper
public decimal? Upper { get; }
value = envelopeValue.Upper

Gets the Upper value.

UpperValue
public IIndicatorValue UpperValue { get; }
value = envelopeValue.UpperValue

Gets the Upper value.

Methods

ToString
public override string ToString()
result = envelopeValue.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.