PriceChannels
StockSharp.Algo.Indicators
Price Channels indicator.
继承自: BaseComplexIndicator<IPriceChannelsValue>
构造函数
PriceChannels()
Initializes a new instance of the PriceChannels.
属性
LowerChannel : Lowest
Lower channel (lowest low).
UpperChannel : Highest
Upper channel (highest high).
方法
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
返回值: The resulting value.