NYSE -> OPEN calendar for (most) default calendars

* Added extra bundle parameters for catalyst/poloniex bundles
This commit is contained in:
Conner Fromknecht
2017-06-20 14:18:15 -07:00
parent fdd7a5ab67
commit c4a7d21f8b
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ class TradingAlgorithm(object):
# If a schedule has been provided, pop it. Otherwise, use NYSE.
self.trading_calendar = kwargs.pop(
'trading_calendar',
get_calendar('NYSE')
get_calendar('OPEN')
)
self.sim_params = kwargs.pop('sim_params', None)