Category
Strategy Elements
Description
Enables skipping a setup if a condition applies
Input
Any formula specifying a true/false condition (non-zero means true)
Notes
SetupSkip is evaluated during the top-down setup selection process. If the return value is true (non-zero) then this setup does not become an order and its slot is made available to another setup.
This is in contrast to EntrySkip, which is not evaluated until the entry simulation phase of a backtest.
See BackTest Engine Details for more information about how setup selection works.
|