Class EnvelopeValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Envelope indicator value.
public class EnvelopeValue : ComplexIndicatorValue<Envelope>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
EnvelopeValue
- Implements
- Inherited Members
- Extension Methods
Constructors
EnvelopeValue(Envelope, DateTimeOffset)
Initializes a new instance of the EnvelopeValue.
public EnvelopeValue(Envelope indicator, DateTimeOffset time)
Parameters
indicator
Envelopetime
DateTimeOffset
Properties
Lower
Gets the Lower value.
public decimal Lower { get; }
Property Value
Middle
Gets the Middle value.
public decimal Middle { get; }
Property Value
Upper
Gets the Upper value.
public decimal Upper { get; }