Table of Contents

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

indicator Envelope

Envelope

time DateTimeOffset

Time

Remarks

Initializes a new instance of the EnvelopeValue.

Properties

Lower

Gets the Lower value.

[Browsable(false)]
public decimal? Lower { get; }

Property Value

decimal?

LowerValue

Gets the Lower value.

public IIndicatorValue LowerValue { get; }

Property Value

IIndicatorValue

Middle

Gets the Middle value.

[Browsable(false)]
public decimal? Middle { get; }

Property Value

decimal?

MiddleValue

Gets the Middle value.

public IIndicatorValue MiddleValue { get; }

Property Value

IIndicatorValue

Upper

Gets the Upper value.

[Browsable(false)]
public decimal? Upper { get; }

Property Value

decimal?

UpperValue

Gets the Upper value.

public IIndicatorValue UpperValue { get; }

Property Value

IIndicatorValue