Run exchange-enabled tests against okex

This commit is contained in:
Matthias
2021-11-02 20:08:56 +01:00
parent e78df59e30
commit 161a3fac15
2 changed files with 6 additions and 1 deletions

View File

@@ -47,6 +47,11 @@ EXCHANGES = {
'hasQuoteVolume': True,
'timeframe': '5m',
},
'okex': {
'pair': 'BTC/USDT',
'hasQuoteVolume': True,
'timeframe': '5m',
},
}