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

Constructors

EnvelopeValue(Envelope, DateTimeOffset)

Initializes a new instance of the EnvelopeValue.

public EnvelopeValue(Envelope indicator, DateTimeOffset time)

Parameters

indicator Envelope

Envelope

time DateTimeOffset

Time

Properties

Lower

Gets the Lower value.

public decimal Lower { get; }

Property Value

decimal

Middle

Gets the Middle value.

public decimal Middle { get; }

Property Value

decimal

Upper

Gets the Upper value.

public decimal Upper { get; }

Property Value

decimal