ITrueStrengthIndexValue

StockSharp.Algo.Indicators

TSI composite indicator value.

Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Properties

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

Signal numeric value (if available).

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

Raw Signal line value object.

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

TSI numeric value (if available).

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

Raw TSI line value object.