zipline-live / zipline

Zipline-Live, a Pythonic Algorithmic Trading Library
http://www.zipline-live.io/
Apache License 2.0
394 stars 65 forks source link

fix for ib date parsing #112

Open namato opened 5 years ago

namato commented 5 years ago

hey guys, had to add this patch to avoid the following error with IB:

[2018-07-12 19:25:58.075366] INFO: IB Broker: [2106] HMDS data farm connection is OK:ushmds (-1) [2018-07-12 19:25:58.076006] ERROR: IB Broker: <class 'str'> returned a result with an error set ValueError: Error parsing datetime string "20180711 06:31:21" at position 9

seemed to be working well after that.

tibkiss commented 5 years ago

The fix to the alpaca issue has been merged.

Could you please post an empty commit so that CI is re-triggered?