RelativeVigorIndexValue

StockSharp.Algo.Indicators

Relative Vigor Index indicator value implementation.

Inherits: ComplexIndicatorValue<RelativeVigorIndex>

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

Constructors

RelativeVigorIndexValue
public RelativeVigorIndexValue(RelativeVigorIndex indicator, DateTime time)
relativeVigorIndexValue = RelativeVigorIndexValue(indicator, time)

Relative Vigor Index indicator value implementation.

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

Properties

Average
public decimal? Average { get; }
value = relativeVigorIndexValue.Average

Gets the Average value.

AverageValue
public IIndicatorValue AverageValue { get; }
value = relativeVigorIndexValue.AverageValue

Gets the Average value.

Signal
public decimal? Signal { get; }
value = relativeVigorIndexValue.Signal

Gets the Signal value.

SignalValue
public IIndicatorValue SignalValue { get; }
value = relativeVigorIndexValue.SignalValue

Gets the Signal value.

Methods

ToString
public override string ToString()
result = relativeVigorIndexValue.ToString()

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

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