Merge branch 'develop' into feat/dataprovider

This commit is contained in:
Matthias
2019-01-26 19:28:49 +01:00
9 changed files with 245 additions and 137 deletions

View File

@@ -108,8 +108,8 @@ def plot_profit(args: Namespace) -> None:
exit(1)
# Take pairs from the cli otherwise switch to the pair in the config file
if args.pair:
filter_pairs = args.pair
if args.pairs:
filter_pairs = args.pairs
filter_pairs = filter_pairs.split(',')
else:
filter_pairs = config['exchange']['pair_whitelist']