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
RelativeVigorIndextime
DateTimeOffset
Properties
Average
Gets the Average value.
public decimal Average { get; }
Property Value
Signal
Gets the Signal value.
public decimal Signal { get; }