TrueStrengthIndexValue

StockSharp.Algo.Indicators

True Strength Index indicator value implementation.

Inherits: ComplexIndicatorValue<TrueStrengthIndex>

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

Constructors

TrueStrengthIndexValue(TrueStrengthIndex, DateTime)

True Strength Index indicator value implementation.

indicator
The parent True Strength Index indicator.
time
Time associated with this indicator value.

Properties

Signal : decimal?

Gets the signal line value.

SignalValue : IIndicatorValue

Gets the signal line value.

Tsi : decimal?

TSI numeric value (if available).

TsiValue : IIndicatorValue

Raw TSI line value object.

Methods

ToString() : string

Преобразовать к строковому представлению.

Returns: Строковое представление.