mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-15 11:22:18 +08:00
NYSE -> OPEN calendar for (most) default calendars
* Added extra bundle parameters for catalyst/poloniex bundles
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user