Click or drag to resize

RelativeToProfileSignal Constructor (Strategy, IVolumeProfileIndicator)

Initializes a new instance of the RelativeToProfileSignal class

Namespace:  MZpack.NT8.Algo.Signals
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public RelativeToProfileSignal(
	Strategy strategy,
	IVolumeProfileIndicator indicator
)

Parameters

strategy
Type: MZpack.NT8.AlgoStrategy
indicator
Type: MZpackIVolumeProfileIndicator
See Also