BLD: improved saving algo state

This commit is contained in:
Frederic Fortier
2017-12-23 21:42:04 -05:00
parent 67bd5c8f6a
commit e9714cfb32
9 changed files with 125 additions and 56 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ import pandas as pd
from logbook import Logger
from catalyst import get_calendar
from catalyst.exchange.asset_finder_exchange import AssetFinderExchange
from catalyst.exchange.exchange_asset_finder import ExchangeAssetFinder
from catalyst.exchange.exchange_data_portal import (
DataPortalExchangeBacktest,
DataPortalExchangeLive
@@ -20,7 +20,7 @@ class TestExchangeDataPortal:
log.info('creating bitfinex exchange')
exchanges = get_exchanges(['bitfinex', 'bittrex', 'poloniex'])
open_calendar = get_calendar('OPEN')
asset_finder = AssetFinderExchange()
asset_finder = ExchangeAssetFinder()
self.data_portal_live = DataPortalExchangeLive(
exchanges=exchanges,