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

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

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