|
|
|
|
@ -16,9 +16,15 @@ from freqtrade.exchange.binance_public_data import (
|
|
|
|
|
symbol_ccxt_to_binance,
|
|
|
|
|
zip_name,
|
|
|
|
|
)
|
|
|
|
|
from freqtrade.system.asyncio_config import asyncio_setup
|
|
|
|
|
from freqtrade.util.datetime_helpers import dt_ts, dt_utc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.fixture(autouse=True, scope="module")
|
|
|
|
|
def setup_windows_asyncio_loop():
|
|
|
|
|
asyncio_setup()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# spot klines archive csv file format, the futures/um klines don't have the header line
|
|
|
|
|
#
|
|
|
|
|
# open_time,open,high,low,close,volume,close_time,quote_volume,count,taker_buy_volume,taker_buy_quote_volume,ignore # noqa: E501
|
|
|
|
|
|