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
Remarks
Initializes a new instance of the EnvelopeValue.
Constructors
EnvelopeValue(Envelope, DateTimeOffset)
Envelope indicator value.
public EnvelopeValue(Envelope indicator, DateTimeOffset time)Parameters
- indicatorEnvelope
- timeDateTimeOffset
Remarks
Initializes a new instance of the EnvelopeValue.
Properties
Lower
Gets the Lower value.
[Browsable(false)]
public decimal? Lower { get; }Property Value
LowerValue
Gets the Lower value.
public IIndicatorValue LowerValue { get; }Property Value
Middle
Gets the Middle value.
[Browsable(false)]
public decimal? Middle { get; }Property Value
MiddleValue
Gets the Middle value.
public IIndicatorValue MiddleValue { get; }Property Value
Upper
Gets the Upper value.
[Browsable(false)]
public decimal? Upper { get; }Property Value
UpperValue
Gets the Upper value.
public IIndicatorValue UpperValue { get; }Property Value
Methods
ToString()
public override string ToString()