Table of Contents

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
IPersistable
ICloneable<IIndicator>
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

SimpleMovingAverage

K

%K.

[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "K", Description = "K", GroupName = "General")]
public StochasticK K { get; }

Property Value

StochasticK

Measure

public override IndicatorMeasures Measure { get; }

Property Value

IndicatorMeasures

Methods

ToString()

public override string ToString()

Returns

string