CustomIndicatorMASS Method (Series, numeric, numeric)

GF Charts Help
Mass Index

Namespace:  GF.Clients.Charts.Custom
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public Series MASS(
	Series Input,
	numeric Window,
	numeric AveragePeriod
)

Parameters

Input
Type: GF.Clients.Charts.TimeSeriesSeries
Input data (historical series or another indicator) that will be processed by the indicator. Category: Data.
Window
Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Processing window size or period of indicator. Category: Periods.
AveragePeriod
Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Period, used to calculate EMA. Parameter: EMA. Category: Periods.

Return Value

Type: Series
Single series (MASS)
Remarks

Mass Index

Default: Window=25, AveragePeriod=9

Examples

MASS(InputData, 25, 9)
See Also

Reference