VortexIndicatorValue

StockSharp.Algo.Indicators

Vortexインジケータ値の実装。

継承元: ComplexIndicatorValue<VortexIndicator>

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

コンストラクター

VortexIndicatorValue
public VortexIndicatorValue(VortexIndicator indicator, DateTime time)
vortexIndicatorValue = VortexIndicatorValue(indicator, time)

Vortexインジケータ値の実装。

indicator
親渦インジケーター。
time
このインジケータ値に関連付けられた時間。

プロパティ

MinusVi
public decimal? MinusVi { get; }
value = vortexIndicatorValue.MinusVi

値のMinusVi@を@に取得します。

MinusViValue
public IIndicatorValue MinusViValue { get; }
value = vortexIndicatorValue.MinusViValue

値のMinusVi@を@に取得します。

PlusVi
public decimal? PlusVi { get; }
value = vortexIndicatorValue.PlusVi

値のPlusVi@を@に取得します。

PlusViValue
public IIndicatorValue PlusViValue { get; }
value = vortexIndicatorValue.PlusViValue

値のPlusVi@を@に取得します。

メソッド

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

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

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