TrueStrengthIndexValue

StockSharp.Algo.Indicators

True Strength Index indicator value implementation.

Наследует: ComplexIndicatorValue<TrueStrengthIndex>

Реализует: ITrueStrengthIndexValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Конструкторы

TrueStrengthIndexValue(TrueStrengthIndex, DateTime)

True Strength Index indicator value implementation.

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

Свойства

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.

Методы

ToString() : string

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

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