Hi John
I am also getting an sid related failure when trying to run a backtest. Sids...
ko = sid(4283)
appl = sid(24)
bac = sid(35424)
spy = sid(8554)
And backtrace...
Something went wrong on our end and we've been notified about it. Sorry for the inconvenience.
TypeError: argument of type 'NoneType' is not iterable
File /zipline/lines.py:153, in stream_results
for event in self.gen:
File /zipline/gens/tradesimulation.py:108, in simulate
for message in performance_messages:
File /zipline/gens/tradesimulation.py:271, in transform
self.simulate_snapshot(date)
File /zipline/gens/tradesimulation.py:295, in simulate_snapshot
self.algo.handle_data(self.universe)
File algoproxy.py:367, in handle_data
NoTradeDataAvailableEvent(self.lookup_security(sid), data[sid])
File algoproxy.py:445, in lookup_security
if 'trades' in first_trade_day: