IEnvelopeValue

StockSharp.Algo.Indicators

信封指标值.

实现: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

属性

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

获得更低的值。

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

获得更低的值。

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

获得中相值.

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

获得中相值.

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

获得上值。

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

获得上值。