MassIndex

StockSharp.Algo.Indicators

Mass Index.

Inherits: DecimalLengthIndicator

Constructors

MassIndex
public MassIndex()
massIndex = MassIndex()

Initializes a new instance of the MassIndex.

Properties

EmaLength
public int EmaLength { get; set; }
value = massIndex.EmaLength
massIndex.EmaLength = value

ExponentialMovingAverage

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

IndicatorMeasures.

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

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

Methods

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

Calc IsFormed.

Returns: IsFormed

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

Load settings.

storage
Settings storage.
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = massIndex.OnProcessDecimal(input)

To handle the input value.

input
The input value.

Returns: The new value of the indicator.

Reset
public override void Reset()
massIndex.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)
massIndex.Save(storage)

Save settings.

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

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

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