PriceChannels
StockSharp.Algo.Indicators
Price Channels indicator.
Inherits: BaseComplexIndicator<IPriceChannelsValue>
Constructors
PriceChannels()
Initializes a new instance of the PriceChannels.
Properties
LowerChannel : Lowest
Lower channel (lowest low).
UpperChannel : Highest
Upper channel (highest high).
Methods
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
Returns: The resulting value.