Fix typo, remove Bittrex mention
This commit is contained in:
parent
1c75bfdddd
commit
e16fb45d84
@ -76,11 +76,10 @@ def plot_analyzed_dataframe(args: Namespace) -> None:
|
|||||||
# Set the ticker to use
|
# Set the ticker to use
|
||||||
tick_interval = analyze.get_ticker_interval()
|
tick_interval = analyze.get_ticker_interval()
|
||||||
|
|
||||||
# Load pqir tickers
|
# Load pair tickers
|
||||||
tickers = {}
|
tickers = {}
|
||||||
if args.live:
|
if args.live:
|
||||||
logger.info('Downloading pair.')
|
logger.info('Downloading pair.')
|
||||||
# Init Bittrex to use public API
|
|
||||||
tickers[pair] = exchange.get_ticker_history(pair, tick_interval)
|
tickers[pair] = exchange.get_ticker_history(pair, tick_interval)
|
||||||
else:
|
else:
|
||||||
tickers = optimize.load_data(
|
tickers = optimize.load_data(
|
||||||
|
Loading…
Reference in New Issue
Block a user