IRelativeVigorIndexValue

StockSharp.Algo.Indicators

RelativeVigorIndex指标值.

实现: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

属性

Average
public decimal? Average { get; }
value = iRelativeVigorIndexValue.Average

获得平均值。

AverageValue
public IIndicatorValue AverageValue { get; }
value = iRelativeVigorIndexValue.AverageValue

获得平均值。

Signal
public decimal? Signal { get; }
value = iRelativeVigorIndexValue.Signal

获得信号值。

SignalValue
public IIndicatorValue SignalValue { get; }
value = iRelativeVigorIndexValue.SignalValue

获得信号值。