Ara, I have not tested with the most recent release. But, _TRACE used to work fine within custom backtest code of earlier releases.
Mike --- In [email protected], "Ara Kaloustian" <[EMAIL PROTECTED]> wrote: > > 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 >
