Click or drag to resize

Momentum Constructor (MZpackStrategyBase, Series`1Double, Int32)

Initializes a new instance of the Momentum class

Namespace:  MZpack.NT8.Algo.Indicators
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public Momentum(
	MZpackStrategyBase strategy,
	Series<double> input,
	int period
)

Parameters

strategy
Type: MZpack.NT8.AlgoMZpackStrategyBase
input
Type: SeriesDouble
period
Type: SystemInt32
See Also