| StrategyInitialize Method (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 public void Initialize(
Pattern entryPattern,
Entry[] entries,
int attempts
)
Parameters
- entryPattern
- Type: MZpack.NT8.AlgoPattern
Entry 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