Table of Contents

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, ILengthIndicator
Inheritance
RelativeVigorIndexSignal
Implements
IPersistable
ICloneable<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 IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.