Class RelativeVigorIndexSignal
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
The signaling part of indicator RelativeVigorIndex.
[IndicatorHidden]
public class RelativeVigorIndexSignal : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
RelativeVigorIndexSignal
- Implements
-
IPersistableICloneable<IIndicator>
- Inherited Members
- Extension Methods
Constructors
RelativeVigorIndexSignal()
Initializes a new instance of the RelativeVigorIndexSignal.
public RelativeVigorIndexSignal()
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.