Class CrsiLine
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Connors RSI line indicator.
[IndicatorHidden]
public class CrsiLine : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
CrsiLine
- Implements
- Inherited Members
- Extension Methods
Constructors
CrsiLine()
public CrsiLine()
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.