Added candle_type to a lot of methods, wrote some tests
This commit is contained in:
@@ -138,4 +138,4 @@ class PairListManager():
|
||||
"""
|
||||
Create list of pair tuples with (pair, timeframe)
|
||||
"""
|
||||
return [(pair, timeframe or self._config['timeframe']) for pair in pairs]
|
||||
return [(pair, timeframe or self._config['timeframe'], '') for pair in pairs]
|
||||
|
Reference in New Issue
Block a user