TrueStrengthIndex
StockSharp.Algo.Indicators
True Strength Index.
Наследует: BaseComplexIndicator<ITrueStrengthIndexValue>
Конструкторы
TrueStrengthIndex()
Initializes a new instance of the TrueStrengthIndex.
Свойства
FirstLength : int
First smoothing period.
Measure : IndicatorMeasures
IndicatorMeasures.
SecondLength : int
Second smoothing period.
Signal : ExponentialMovingAverage
Signal line (EMA applied to TSI values).
SignalLength : int
Signal line period.
Методы
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
Возвращает: The resulting value.