Keyword Description
Batch.SIG command used to tell OM that the next SIZ file processed is the last
Where Legal
Resources
|
Entry Logic
|
Exit Logic
|
Initial Size
|
Resize
(Pre-Category)
|
Resize
(Category-Level)
|
l
|
|
|
|
|
|
Syntax
NEXTSTEP
Example
Sample code (batch file)
DPAGE=US-Stocks
..\stocks\My_Stock_System.SIG
NEXTSTEP
..\stocks\My_Size.SIZ
|
Always place this command directly above the last instance of a .SIZ file called from inside a batch file. Used by Order Manager to know when it can begin matching trades originated in SIG code to those being processed by SIZ code for order creation. This is necessary because any number of SIZ files could be processed on a single batch run and Mechanica needs to know in advance which one is the last one. NEXTSTEP is ignored in historical testing.
|
See also:
Introduction to batch files
|