ElliotWaveOscillator

StockSharp.Algo.Indicators

Elliot Wave Oscillator indicator.

Inherits: BaseIndicator

Constructors

ElliotWaveOscillator
public ElliotWaveOscillator()
elliotWaveOscillator = ElliotWaveOscillator()

Initializes a new instance of the ElliotWaveOscillator.

Properties

LongPeriod
public int LongPeriod { get; set; }
value = elliotWaveOscillator.LongPeriod
elliotWaveOscillator.LongPeriod = value

Long period.

Measure
public override IndicatorMeasures Measure { get; }
value = elliotWaveOscillator.Measure

IndicatorMeasures.

NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = elliotWaveOscillator.NumValuesToInitialize

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

ShortPeriod
public int ShortPeriod { get; set; }
value = elliotWaveOscillator.ShortPeriod
elliotWaveOscillator.ShortPeriod = value

Short period.

Methods

CalcIsFormed
protected override bool CalcIsFormed()
result = elliotWaveOscillator.CalcIsFormed()

Calc IsFormed.

Returns: IsFormed

Load
public override void Load(SettingsStorage storage)
elliotWaveOscillator.Load(storage)

Load settings.

storage
Settings storage.
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = elliotWaveOscillator.OnProcess(input)

To handle the input value.

input
The input value.

Returns: The resulting value.

Reset
public override void Reset()
elliotWaveOscillator.Reset()

To reset the indicator status to initial. The method is called each time when initial settings are changed (for example, the length of period).

Save
public override void Save(SettingsStorage storage)
elliotWaveOscillator.Save(storage)

Save settings.

storage
Settings storage.
ToString
public override string ToString()
result = elliotWaveOscillator.ToString()

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

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