Just starting to use CustomBacktest.

It seems that _TRACE() statement does not work once inside the CBI.

Can someone confirm this??

SetCustomBacktestProc("");

_TRACE("Post CBI parm- Status " + Status("action"));  // This is OK

if (Status("action") == actionPortfolio)

{

_TRACE("Inside CBI - Status " + Status("action"));    // will not print out

bo = GetBacktesterObject(); // Get backtester object



Thanks



Ara

Reply via email to