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.

Tsi : Line

TSI main line indicator (internal line instance).

方法

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

返回值: The resulting value.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

Преобразовать к строковому представлению.

返回值: Строковое представление.