TrueStrengthIndexValue
StockSharp.Algo.Indicators
True Strength Index indicator value implementation.
Inherits: ComplexIndicatorValue<TrueStrengthIndex>
Implements: ITrueStrengthIndexValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
TrueStrengthIndexValue
public TrueStrengthIndexValue(TrueStrengthIndex indicator, DateTime time)
trueStrengthIndexValue = TrueStrengthIndexValue(indicator, time)
True Strength Index indicator value implementation.
- indicator
- The parent True Strength Index indicator.
- time
- Time associated with this indicator value.
Properties
Signal
public decimal? Signal { get; }
value = trueStrengthIndexValue.Signal
Signal numeric value (if available).
SignalValue
public IIndicatorValue SignalValue { get; }
value = trueStrengthIndexValue.SignalValue
Raw Signal line value object.
Tsi
public decimal? Tsi { get; }
value = trueStrengthIndexValue.Tsi
TSI numeric value (if available).
TsiValue
public IIndicatorValue TsiValue { get; }
value = trueStrengthIndexValue.TsiValue
Raw TSI line value object.
Methods
ToString
public override string ToString()
result = trueStrengthIndexValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.