PriceChannels

StockSharp.Algo.Indicators

Price Channels indicator.

継承元: BaseComplexIndicator<IPriceChannelsValue>

コンストラクター

PriceChannels()

Initializes a new instance of the PriceChannels.

プロパティ

Length : int

Period length.

LowerChannel : Lowest

Lower channel (lowest low).

UpperChannel : Highest

Upper channel (highest high).

メソッド

CreateValue(DateTime) : IPriceChannelsValue

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

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

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