RelativeVigorIndexSignal
StockSharp.Algo.Indicators
The signaling part of indicator RelativeVigorIndex.
Inherits: DecimalLengthIndicator
Constructors
RelativeVigorIndexSignal
public RelativeVigorIndexSignal()
relativeVigorIndexSignal = RelativeVigorIndexSignal()
Initializes a new instance of the RelativeVigorIndexSignal.
Methods
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = relativeVigorIndexSignal.OnProcessDecimal(input)
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.