ITrueStrengthIndexValue
StockSharp.Algo.Indicators
Valor do indicador composto ETI.
Implementa: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Propriedades
Signal
public decimal? Signal { get; }
value = iTrueStrengthIndexValue.Signal
Valor numérico do sinal (se disponível).
SignalValue
public IIndicatorValue SignalValue { get; }
value = iTrueStrengthIndexValue.SignalValue
O objecto do valor da linha de sinal bruto.
Tsi
public decimal? Tsi { get; }
value = iTrueStrengthIndexValue.Tsi
Valor numérico da ETI (se disponível).
TsiValue
public IIndicatorValue TsiValue { get; }
value = iTrueStrengthIndexValue.TsiValue
Objeto de valor da linha da ETI em bruto.