How to setup and use multiple symbol-list handles in is_symbol_qualified()?
[Deleted User]
Posts: 0
in FAQs
I need to create an equivalent of Quantopian's context.sector_ids = [101,102,103,104,205,206,207,308,309,310,311]
- in CQ, I can make sector_ids = service.symbol_list.get_handle('GUID') , but if I put >1 GUID there, I get TypeError: get_handle() takes exactly 2 arguments (12 given)
Comments
Here's a working example: