Click or drag to resize

StrategyInitialize Method (Pattern, Pattern, Entry, Int32)

Initializes algorithmic strategy.

Namespace:  MZpack.NT8.Algo
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public void Initialize(
	Pattern entryPattern,
	Pattern exitPattern,
	Entry[] entries,
	int attempts
)

Parameters

entryPattern
Type: MZpack.NT8.AlgoPattern
Entry pattern for the strategy.
exitPattern
Type: MZpack.NT8.AlgoPattern
Exit pattern for the strategy.
entries
Type: MZpack.NT8.AlgoEntry
Array of entries for the strategy.
attempts
Type: SystemInt32
Number of attempts to enter position. It is decremented after canceling/rejecting order(s).
See Also