Table of Contents

Class VortexIndicatorValue

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

VortexIndicator indicator value.

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

Constructors

VortexIndicatorValue(VortexIndicator, DateTimeOffset)

Initializes a new instance of the VortexIndicatorValue.

public VortexIndicatorValue(VortexIndicator indicator, DateTimeOffset time)

Parameters

indicator VortexIndicator

VortexIndicator

time DateTimeOffset

Time

Properties

MinusVi

Gets the MinusVi value.

public decimal MinusVi { get; }

Property Value

decimal

PlusVi

Gets the PlusVi value.

public decimal PlusVi { get; }

Property Value

decimal