Class StochasticOscillator
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
The stochastic oscillator.
public class StochasticOscillator : BaseComplexIndicator, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
StochasticOscillator
- Implements
-
IPersistableICloneable<IIndicator>
- Derived
- Inherited Members
- Extension Methods
Remarks
Constructors
StochasticOscillator()
Initializes a new instance of the StochasticOscillator.
public StochasticOscillator()
Properties
D
%D.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "D", Description = "D", GroupName = "General")]
public SimpleMovingAverage D { get; }
Property Value
K
%K.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "K", Description = "K", GroupName = "General")]
public StochasticK K { get; }
Property Value
Measure
public override IndicatorMeasures Measure { get; }
Property Value
Methods
ToString()
public override string ToString()