|
Category
Settings
Description
Specifies which categories of output to include in the Test Details Log
Choices (multiple, separated by commas)
All - include every type of log output (the default, and equivalent to listing all the choices below)
Caps - show messages when MaxPositions, MaxEntries or other strategy capacity limits constrain order generation
Cashflow - show daily cash, margin, interest, dividend and currency-conversion lines
Positions - show the snapshot of open positions written at the end of each bar
Setups - show the per-bar list of strategy setups (candidate entries ranked and assessed)
Trades - show entry and exit transactions
Notes
This setting only affects the Test Details Log, which is only generated when TestOutput includes Log.
Omitting one or more categories produces a smaller log file focused on just the parts you want to examine. For example, LogDetail: Trades, Positions suppresses the per-bar setup-ranking and cashflow lines.
The Setups section is always suppressed for bars on which no setups exist, even when Setups is included.
Example
LogDetail: Trades, Setups
Restricts the test details log to setup-ranking output and entry/exit transactions.
|