When I apply a strategy on a basket, how can I check the debug windows on each underlying of the basket?
Size:
Color:
I couldn't understand. Please rephrase?
Size:
Color:
Ok.
When I backtest a strategy on a basket, how can I check the debug windows on each underlying of the basket?
Size:
Color:
Sorry, but you have just copied the same sentence. Be verbose, it's not clear.
Start by taking a look at PrintDebug() in the QuickRef.
Size:
Color:
Ok Ok.
When I backtest on a single underlying, I have the debug window which is displayed and I can debug the strategy.
But When I test on a basket, I can not manage to get the debug window on all the underlyings. It seems the software pick up randomly one of the undelying to display in the debug window. I would need to check all the underlyings through the debug window but I do not know how to switch from one underlying to another
Size:
Color:
There is no random picking. We need to review your strategy, in particular how is PrintDebug used there (omit the "know how" part, leaving just the skeleton code enough to understand what's going on).
Size:
Color:
I actually found what was wrong in my strategy. I was using Cleardebug() at the beginning of the class and this deleted the display of details for each of the underlyings.
Appologise for the time spent on this
Size:
Color: