mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-12 12:12:04 +08:00
Fix an issue with data.history() in backtest mode
This commit is contained in:
@@ -26,7 +26,7 @@ class ExchangeBundleTestCase:
|
||||
assets = [
|
||||
exchange.get_asset('btc_usdt')
|
||||
]
|
||||
dt = pd.to_datetime('2017-9-29 23:59', utc=True)
|
||||
dt = pd.to_datetime('2017-10-14', utc=True)
|
||||
|
||||
values = exchange_bundle.get_spot_values(
|
||||
assets=assets,
|
||||
|
||||
Reference in New Issue
Block a user