fixing backtesting and perisstence
This commit is contained in:
14
freqtrade/aws/exchange.py
Normal file
14
freqtrade/aws/exchange.py
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
def fetch_pairs (events, context):
|
||||
"""
|
||||
fetches the pairs for the given exchange name and currency
|
||||
|
||||
requires:
|
||||
|
||||
name: name of the exchange
|
||||
stake_currency: name of the stake currency
|
||||
|
||||
:param events:
|
||||
:param context:
|
||||
:return:
|
||||
"""
|
||||
Reference in New Issue
Block a user