Table of Contents

Class RelativeVigorIndexValue

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

RelativeVigorIndex indicator value.

public class RelativeVigorIndexValue : ComplexIndicatorValue<RelativeVigorIndex>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
RelativeVigorIndexValue
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the RelativeVigorIndexValue.

Constructors

RelativeVigorIndexValue(RelativeVigorIndex, DateTimeOffset)

RelativeVigorIndex indicator value.

public RelativeVigorIndexValue(RelativeVigorIndex indicator, DateTimeOffset time)

Parameters

indicator RelativeVigorIndex

RelativeVigorIndex

time DateTimeOffset

Time

Remarks

Initializes a new instance of the RelativeVigorIndexValue.

Properties

Average

Gets the Average value.

[Browsable(false)]
public decimal? Average { get; }

Property Value

decimal?

AverageValue

Gets the Average value.

public IIndicatorValue AverageValue { get; }

Property Value

IIndicatorValue

Signal

Gets the Signal value.

[Browsable(false)]
public decimal? Signal { get; }

Property Value

decimal?

SignalValue

Gets the Signal value.

public IIndicatorValue SignalValue { get; }

Property Value

IIndicatorValue