analyze to use the ccxt OHLCV format
setup: remove bittrex and add requirement to ccxt freqtradebot: update market summaries to ccxt format
This commit is contained in:
@@ -55,7 +55,7 @@ def plot_analyzed_dataframe(args: Namespace) -> None:
|
||||
if args.live:
|
||||
logger.info('Downloading pair.')
|
||||
# Init Bittrex to use public API
|
||||
exchange._API = exchange.Bittrex({'key': '', 'secret': ''})
|
||||
exchange.init({'key': '', 'secret': ''})
|
||||
tickers[pair] = exchange.get_ticker_history(pair, tick_interval)
|
||||
else:
|
||||
tickers = optimize.load_data(
|
||||
|
Reference in New Issue
Block a user