Class ConstanceBrownCompositeIndex
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Constance Brown Composite Index indicator.
[Display(ResourceType = typeof(LocalizedStrings), Name = "CBCI", Description = "ConstanceBrownCompositeIndex")]
public class ConstanceBrownCompositeIndex : BaseComplexIndicator, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
ConstanceBrownCompositeIndex
- Implements
-
IPersistableICloneable<IIndicator>
- Derived
- Inherited Members
- Extension Methods
Constructors
ConstanceBrownCompositeIndex()
Initializes a new instance of the ConstanceBrownCompositeIndex.
public ConstanceBrownCompositeIndex()
ConstanceBrownCompositeIndex(RelativeStrengthIndex, StochasticOscillator)
Initializes a new instance of the ConstanceBrownCompositeIndex.
public ConstanceBrownCompositeIndex(RelativeStrengthIndex rsi, StochasticOscillator stoch)
Parameters
rsi
RelativeStrengthIndexRelative Strength Index.
stoch
StochasticOscillatorStochastic Oscillator.
Properties
Length
Period length.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Period", Description = "IndicatorPeriod", GroupName = "General")]
public int Length { get; set; }
Property Value
Measure
public override IndicatorMeasures Measure { get; }
Property Value
StochasticDPeriod
[Display(ResourceType = typeof(LocalizedStrings), Name = "D", Description = "D", GroupName = "General")]
public int StochasticDPeriod { get; set; }
Property Value
StochasticKPeriod
[Display(ResourceType = typeof(LocalizedStrings), Name = "K", Description = "K", GroupName = "General")]
public int StochasticKPeriod { get; set; }
Property Value
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.