Misc small fixes

This commit is contained in:
fredfortier
2017-10-20 13:17:02 -04:00
parent 946d24bd7a
commit f72074876d
8 changed files with 40 additions and 10 deletions
+2 -2
View File
@@ -105,8 +105,8 @@ def load_crypto_market_data(trading_day=None, trading_days=None,
# if trading_days is None:
# trading_days = get_calendar('OPEN').schedule
if start_dt is None:
start_dt = get_calendar('OPEN').first_trading_session
# if start_dt is None:
start_dt = get_calendar('OPEN').first_trading_session
if end_dt is None:
end_dt = pd.Timestamp.utcnow()