Add more hooks to active management
This commit is contained in:
@@ -50,6 +50,8 @@ def get_base_quote(exchange, symbol):
|
||||
separator = "/"
|
||||
elif exchange == "oanda":
|
||||
separator = "_"
|
||||
else:
|
||||
separator = "_"
|
||||
base, quote = symbol.split(separator)
|
||||
return (base, quote)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user