QuantConnect/lean-cli

support for generate `--tickers=SPY`

Closed this issue · 1 comments

It looks like data for a specific symbol can be generated from QuantConnect.ToolBox.dll using --tickers=SPY

But I can't find a way to pass tickers from lean data generate.

Has --tickers not yet to make it to lean-cli?

I have a minimally working change WillForan@275929b

I'm not sure what to do about --symbol-count. Is it still required? should len(split(',',tickers)) be used instead?