Envelope

StockSharp.Algo.Indicators

Envelope indicator.

継承元: BaseComplexIndicator<IEnvelopeValue>

コンストラクター

Envelope()

Initializes a new instance of the Envelope.

Envelope(DecimalLengthIndicator)

Initializes a new instance of the Envelope.

ma
Middle line.

プロパティ

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.

メソッド

CalcIsFormed() : bool

Calc IsFormed.

戻り値: 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.

戻り値: The resulting value.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

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

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