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
- Inherited Members
- Extension Methods
Constructors
RelativeVigorIndexSignal()
Initializes a new instance of the RelativeVigorIndexSignal.
public RelativeVigorIndexSignal()
Methods
OnProcessDecimal(IIndicatorValue)
To handle the input value.
protected override decimal? OnProcessDecimal(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- decimal?
The new value of the indicator.