Defines how many setups per turn a strategy can select during the top-down setup selection process
Input
Any formula that returns a count
Notes
The default is 1, meaning that each strategy selects only one setup per turn of the selection process.
To allow a strategy to select all of its setups on its first turn, use a large number (e.g. its maximum positions).
Selecting a setup means adding that setup to the list of tomorrow's entry orders.
Selection turns take place within a single entry phase — only strategies that share a phase compete turn by turn. Use EntryPhase when one strategy's setups should be finalized entirely before another's are considered.