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.