ConstanceBrownCompositeIndex

StockSharp.Algo.Indicators

Constance Brown Composite Index indicator.

继承自: BaseComplexIndicator<IConstanceBrownCompositeIndexValue>

构造函数

ConstanceBrownCompositeIndex()

Initializes a new instance of the ConstanceBrownCompositeIndex.

属性

CompositeIndexLine : CompositeIndexLine

Composite index line (main line).

FastSma : SimpleMovingAverage

Fast moving average of composite index.

FastSmaLength : int

Fast SMA period length.

Measure : IndicatorMeasures

IndicatorMeasures.

MomentumLength : int

Momentum SMA period length.

NumValuesToInitialize : int

Number of values that need to be processed in order for the indicator to initialize (be IsFormed equals ). if undefined.

RocLength : int

ROC period length.

RsiLength : int

RSI period length.

ShortRsiLength : int

Short RSI period length.

SlowSma : SimpleMovingAverage

Slow moving average of composite index.

SlowSmaLength : int

Slow SMA period length.

方法

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

返回值: The resulting value.

Reset()

Reset state.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

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

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