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

Constructors

RelativeVigorIndexValue(RelativeVigorIndex, DateTimeOffset)

Initializes a new instance of the RelativeVigorIndexValue.

public RelativeVigorIndexValue(RelativeVigorIndex indicator, DateTimeOffset time)

Parameters

indicator RelativeVigorIndex

RelativeVigorIndex

time DateTimeOffset

Time

Properties

Average

Gets the Average value.

public decimal Average { get; }

Property Value

decimal

Signal

Gets the Signal value.

public decimal Signal { get; }

Property Value

decimal