Envelope

StockSharp.Algo.Indicators

Envelope indicator.

Hereda de: BaseComplexIndicator<IEnvelopeValue>

Constructores

Envelope()

Initializes a new instance of the Envelope.

Envelope(DecimalLengthIndicator)

Initializes a new instance of the Envelope.

ma
Middle line.

Propiedades

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.

Devuelve: 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.

Devuelve: The resulting value.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

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

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