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

hardcoded 8.45 before_trading_starts #75

Open peterfabakker opened 6 years ago

peterfabakker commented 6 years ago

the before_trading_starts needs to listen to the calendar which is used. The only problem is what to do with exchanges that are open 24/7, the before_trading_starts gets only ran once at startup

tibkiss commented 6 years ago

Might be helpful to check this thread: https://github.com/quantopian/zipline/issues/2018