Click or drag to resize

MIN Constructor

Initializes a new instance of the MIN 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 MIN(
	MZpackStrategyBase strategy,
	ISeries<double> input,
	int period
)

Parameters

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