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.