Allow specifying pairs for optimize commands via --pairs
This commit is contained in:
@@ -445,6 +445,7 @@ class Configuration:
|
||||
"""
|
||||
|
||||
if "pairs" in config:
|
||||
config['exchange']['pair_whitelist'] = config['pairs']
|
||||
return
|
||||
|
||||
if "pairs_file" in self.args and self.args["pairs_file"]:
|
||||
|
Reference in New Issue
Block a user