EnvelopeValue
StockSharp.Algo.Indicators
Envelope indicator value implementation.
Herda de: ComplexIndicatorValue<Envelope>
Implementa: IEnvelopeValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Construtores
EnvelopeValue(Envelope, DateTime)
Envelope indicator value implementation.
- indicator
- The parent Envelope indicator.
- time
- Time associated with this indicator value.
Propriedades
LowerValue : IIndicatorValue
Gets the Lower value.
MiddleValue : IIndicatorValue
Gets the Middle value.
UpperValue : IIndicatorValue
Gets the Upper value.