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
RelativeVigorIndextime
DateTimeOffset
Remarks
Initializes a new instance of the RelativeVigorIndexValue.
Properties
Average
Gets the Average value.
[Browsable(false)]
public decimal? Average { get; }
Property Value
AverageValue
Gets the Average value.
public IIndicatorValue AverageValue { get; }
Property Value
Signal
Gets the Signal value.
[Browsable(false)]
public decimal? Signal { get; }
Property Value
SignalValue
Gets the Signal value.
public IIndicatorValue SignalValue { get; }