TrueStrengthIndexValue

StockSharp.Algo.Indicators

Implementação do valor do indicador do índice de força verdadeiro.

Herda de: ComplexIndicatorValue<TrueStrengthIndex>

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

Construtores

TrueStrengthIndexValue
public TrueStrengthIndexValue(TrueStrengthIndex indicator, DateTime time)
trueStrengthIndexValue = TrueStrengthIndexValue(indicator, time)

Implementação do valor do indicador do índice de força verdadeiro.

indicator
O indicador do Índice de Força Verdadeiro pai.
time
Tempo associado a este valor indicador.

Propriedades

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

Obtém o valor da linha de sinal.

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

Obtém o valor da linha de sinal.

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

Valor numérico da ETI (se disponível).

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

Objeto de valor da linha da ETI em bruto.

Métodos

ToString
public override string ToString()
result = trueStrengthIndexValue.ToString()

Converter para uma representação de linha.

Retorna: Desempenho de cordas.