Skip to content

MassIndex Method (3)

MassIndex (1 of 3)

Summary

The Mass Index indicator is used to predict trend reversals.

Signature

1
public abstract MassIndex MassIndex(int periods)

Parameters

Name Type Description
periods int The value of the periods used for calculation.

Return Value

MassIndex

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

MassIndex (2 of 3)

Summary

The Mass Index indicator is used to predict trend reversals.

Signature

1
public abstract MassIndex MassIndex(Bars bars, int periods)

Parameters

Name Type Description
bars Bars The Bars that will be used by indicator, you can pass another timeframe/symbol bars
periods int The value of the periods used for calculation.

Return Value

MassIndex

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

MassIndex (3 of 3)

Signature

1
public abstract MassIndex MassIndex(MarketSeries marketSeries, int periods)

Parameters

Name Type Description
marketSeries MarketSeries
periods int

Return Value

MassIndex

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor


Last update: March 17, 2023