EnvelopeValue
StockSharp.Algo.Indicators
Envelope indicator value implementation.
继承自: ComplexIndicatorValue<Envelope>
实现: IEnvelopeValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
构造函数
EnvelopeValue(Envelope, DateTime)
Envelope indicator value implementation.
- indicator
- The parent Envelope indicator.
- time
- Time associated with this indicator value.
属性
LowerValue : IIndicatorValue
Gets the Lower value.
MiddleValue : IIndicatorValue
Gets the Middle value.
UpperValue : IIndicatorValue
Gets the Upper value.