Filter tickers on stake-currency for kraken

This commit is contained in:
Matthias
2022-01-28 07:20:47 +01:00
parent 9df7014de3
commit 138e867a68
3 changed files with 15 additions and 9 deletions

View File

@@ -29,12 +29,12 @@ EXCHANGES = {
'hasQuoteVolume': True,
'timeframe': '5m',
},
# 'kraken': {
# 'pair': 'BTC/USDT',
# 'stake_currency': 'USDT',
# 'hasQuoteVolume': True,
# 'timeframe': '5m',
# },
'kraken': {
'pair': 'BTC/USDT',
'stake_currency': 'USDT',
'hasQuoteVolume': True,
'timeframe': '5m',
},
'ftx': {
'pair': 'BTC/USDT',
'stake_currency': 'USDT',