In the example algo, they have:

AddSecurity(SecurityType.Equity, "SPY", Resolution.Minute);

I want to consider every stock, not just the S&P 500. How do I do this?

I'm just getting started. I wanted to make a simple algo that buys the stocks with the most negative %changes.

Thanks.

Author