Fix typo, remove Bittrex mention

pull/838/head
Gerald Lonlas 8 years ago
parent 1c75bfdddd
commit e16fb45d84

@ -76,11 +76,10 @@ def plot_analyzed_dataframe(args: Namespace) -> None:
# Set the ticker to use
tick_interval = analyze.get_ticker_interval()
# Load pqir tickers
# Load pair tickers
tickers = {}
if args.live:
logger.info('Downloading pair.')
# Init Bittrex to use public API
tickers[pair] = exchange.get_ticker_history(pair, tick_interval)
else:
tickers = optimize.load_data(

Loading…
Cancel
Save