RelativeVigorIndexValue

StockSharp.Algo.Indicators

相対的なViggorインデックスインジケータ値の実装。

継承元: ComplexIndicatorValue<RelativeVigorIndex>

実装: IRelativeVigorIndexValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

コンストラクター

RelativeVigorIndexValue
public RelativeVigorIndexValue(RelativeVigorIndex indicator, DateTime time)
relativeVigorIndexValue = RelativeVigorIndexValue(indicator, time)

相対的なViggorインデックスインジケータ値の実装。

indicator
親相対的なVigorの索引の表示器。
time
このインジケータ値に関連付けられた時間。

プロパティ

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

平均値を取得します。

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

平均値を取得します。

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

シグナルライン値を取得します。

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

シグナルライン値を取得します。

メソッド

ToString
public override string ToString()
result = relativeVigorIndexValue.ToString()

ライン表現に換算します。

戻り値: 弦のパフォーマンス。