Hello,
In the algo attached I create a universe for 7 specific sectors :
sector_universe = morningstar.asset_classification.morningstar_sector_code.latest
sector = sector_universe.element_of([311, 103, 309, 206, 310, 102, 205 ]). How can I do this for stocks?
I thought first that this:
stocks = symbols('AAPL', 'WFC', 'MSFT', 'AMZN', 'FB') but obviously it doesn't work.
Please help...