mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-13 08:07:40 +08:00
working on trades collector
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user