Log output from a running test at ExitRule evaluation time
Input
Any formula returning a string(blank string "" means don't log anything)
Notes
If this formula is present in a strategy, it will be evaluated for every open position every day of the test, just prior to the ExitRule formula evaluation.
If the DebugExit formula returns a non-blank string or a non-zero numeric value then whatever it returns is added to the test debug or log output.
To make the best use of this debugging feature, use the IF and Format functions, as in this example (see also the debug_and_validate.rts example in Examples-New\12_special_topics):