While doing backtesting, some composite symbols with symbol names starting with ~ are distorting the results.
How can I exclude composite symbols from backtest? Composite symbols start with ~.
Thank you.
EDIT: I think I've found the solution. I can use Name() to get the symbol name, then work from there.