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.
ShortRsiLength : int
Short RSI period length.
SlowSma : SimpleMovingAverage
Slow moving average of composite index.
SlowSmaLength : int
Slow SMA period length.
方法
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
返回值: The resulting value.
Reset()
Reset state.