Click or drag to resize
C2TALibMOM Method (SeriesDateTime, Double, Int32)
Momentum.

Namespace:  C2ExplorerServiceStack.Logic.Implementation
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public static Series<DateTime, double> MOM(
	Series<DateTime, double> data,
	int periods
)

Parameters

data
Type: DeedleSeriesDateTime, Double
Data time series
periods
Type: SystemInt32
Number of periods

Return Value

Type: SeriesDateTime, Double
Momentum time series
Exceptions
ExceptionCondition
C2RuntimeExceptionThrown when input data or parameters are wrong.
See Also