Click or drag to resize

StrategyMarketDepthIndicator Constructor (MZpackStrategyBase, String)

Returns new MZpack MarketDepth indicator instance

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 StrategyMarketDepthIndicator(
	MZpackStrategyBase strategy,
	string UIName
)

Parameters

strategy
Type: MZpack.NT8.AlgoMZpackStrategyBase
Custom strategy instance
UIName
Type: SystemString
Name of indicator as it's shown in UI
See Also