PriceChannels

StockSharp.Algo.Indicators

Price Channels indicator.

Inherits: BaseComplexIndicator<IPriceChannelsValue>

Constructors

PriceChannels()

Initializes a new instance of the PriceChannels.

Properties

Length : int

Period length.

LowerChannel : Lowest

Lower channel (lowest low).

UpperChannel : Highest

Upper channel (highest high).

Methods

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.

Returns: The resulting value.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

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

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