Envelope

StockSharp.Algo.Indicators

Envelope indicator.

Herda de: BaseComplexIndicator<IEnvelopeValue>

Construtores

Envelope()

Initializes a new instance of the Envelope.

Envelope(DecimalLengthIndicator)

Initializes a new instance of the Envelope.

ma
Middle line.

Propriedades

Length : int

Period length. By default equal to 1.

Shift : decimal

The shift width. Specified as percentage from 0 to 1. The default equals to 0.01.

Métodos

CalcIsFormed() : bool

Calc IsFormed.

Retorna: IsFormed

CreateValue(DateTime) : IEnvelopeValue

Create .

time
Time
Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Retorna: The resulting value.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

Преобразовать к строковому представлению.

Retorna: Строковое представление.