Hello,
I've been browsing through the code of some of the algorithms and I would like to understand how the stock universe is set without explicit calls to set_universe. For example if in the initialize method I have a line like,
context.stocks = symbols('SPY')
does that set the stock universe to SPY? Does calling symbols do that under the covers?
Regards,
Mark