Click or drag to resize

StrategyPlotIndicator Constructor (MZpackStrategyBase, Series`1Double, Series`1Double)

Initializes a new instance of the StrategyPlotIndicator 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 StrategyPlotIndicator(
	MZpackStrategyBase strategy,
	Series<double> input,
	Series<double>[] values
)

Parameters

strategy
Type: MZpack.NT8.AlgoMZpackStrategyBase
input
Type: SeriesDouble
values
Type: SeriesDouble
See Also