RelativeVigorIndexValue

StockSharp.Algo.Indicators

Relative Vigor Index indicator value implementation.

Inherits: ComplexIndicatorValue<RelativeVigorIndex>

Implements: IRelativeVigorIndexValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Constructors

RelativeVigorIndexValue(RelativeVigorIndex, DateTime)

Relative Vigor Index indicator value implementation.

indicator
The parent Relative Vigor Index indicator.
time
Time associated with this indicator value.

Properties

Average : decimal?

Gets the Average value.

AverageValue : IIndicatorValue

Gets the Average value.

Signal : decimal?

Gets the signal line value.

SignalValue : IIndicatorValue

Gets the signal line value.

Methods

ToString() : string

Преобразовать к строковому представлению.

Returns: Строковое представление.