TrueStrengthIndexValue

StockSharp.Algo.Indicators

True Strength Index インジケーター値の実装。

継承元: ComplexIndicatorValue<TrueStrengthIndex>

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

コンストラクター

TrueStrengthIndexValue
public TrueStrengthIndexValue(TrueStrengthIndex indicator, DateTime time)
trueStrengthIndexValue = TrueStrengthIndexValue(indicator, time)

True Strength Index インジケーター値の実装。

indicator
親真の強さの索引の表示器。
time
このインジケータ値に関連付けられた時間。

プロパティ

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

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

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

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

Tsi
public decimal? Tsi { get; }
value = trueStrengthIndexValue.Tsi

TSI 数値(利用可能な場合)。

TsiValue
public IIndicatorValue TsiValue { get; }
value = trueStrengthIndexValue.TsiValue

未加工 TSI ライン価値の目的。

メソッド

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

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

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