Table of Contents

Class RelativeVigorIndex

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Relative Vigor Index.

[Display(ResourceType = typeof(LocalizedStrings), Name = "RVI", Description = "RelativeVigorIndex")]
public class RelativeVigorIndex : BaseComplexIndicator, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
RelativeVigorIndex
Implements
IPersistable
ICloneable<IIndicator>
Inherited Members
Extension Methods

Remarks

Constructors

RelativeVigorIndex()

Initializes a new instance of the RelativeVigorIndex.

public RelativeVigorIndex()

RelativeVigorIndex(RelativeVigorIndexAverage, RelativeVigorIndexSignal)

Initializes a new instance of the RelativeVigorIndex.

public RelativeVigorIndex(RelativeVigorIndexAverage average, RelativeVigorIndexSignal signal)

Parameters

average RelativeVigorIndexAverage

Average indicator part.

signal RelativeVigorIndexSignal

Signaling part of indicator.

Properties

Average

Average indicator part.

[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Average", Description = "AveragePart", GroupName = "General")]
public RelativeVigorIndexAverage Average { get; }

Property Value

RelativeVigorIndexAverage

Measure

public override IndicatorMeasures Measure { get; }

Property Value

IndicatorMeasures

Signal

Signaling part of indicator.

[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Signal", Description = "SignalPart", GroupName = "General")]
public RelativeVigorIndexSignal Signal { get; }

Property Value

RelativeVigorIndexSignal

Methods

ToString()

public override string ToString()

Returns

string