I'm trying to backtest the symbol 'UPRO' that is traded on the International/Archipelago Exchange which is part of the NYSE but the backtester cannot find the symbol:
context.long_portfolio = [symbol('UPRO')]
Do I need to format the request in another way to get the data? Is the system not compatible with this symbol?
Thanks in advance