working on trades collector

This commit is contained in:
Frederic Fortier
2018-02-12 12:46:09 -05:00
parent f9fa28c103
commit c65a976b81
+2
View File
@@ -5,6 +5,7 @@ from time import sleep
import numpy as np
import pandas as pd
from catalyst.constants import LOG_LEVEL
from catalyst.data.data_portal import BASE_FIELDS
from catalyst.exchange.exchange_bundle import ExchangeBundle
@@ -20,6 +21,7 @@ from catalyst.exchange.utils.exchange_utils import \
resample_history_df, has_bundle
from logbook import Logger
log = Logger('Exchange', level=LOG_LEVEL)