Use USD for kraken tests, as it has more volume.

This commit is contained in:
Matthias
2023-07-08 13:26:23 +02:00
parent 8436f9ade4
commit c4b0f24cd7

View File

@@ -93,8 +93,8 @@ EXCHANGES = {
}]
},
'kraken': {
'pair': 'BTC/USDT',
'stake_currency': 'USDT',
'pair': 'BTC/USD',
'stake_currency': 'USD',
'hasQuoteVolume': True,
'timeframe': '1h',
'leverage_tiers_public': False,