test: add basic online tests for coinex exchange
This commit is contained in:
@@ -419,6 +419,14 @@ EXCHANGES = {
|
|||||||
"timeframe": "1h",
|
"timeframe": "1h",
|
||||||
"candle_count": 1000,
|
"candle_count": 1000,
|
||||||
},
|
},
|
||||||
|
"coinex": {
|
||||||
|
"pair": "BTC/USDT",
|
||||||
|
"stake_currency": "USDT",
|
||||||
|
"hasQuoteVolume": False,
|
||||||
|
"timeframe": "1h",
|
||||||
|
"candle_count": 1000,
|
||||||
|
"orderbook_max_entries": 50,
|
||||||
|
},
|
||||||
# TODO: re-enable htx once certificates work again
|
# TODO: re-enable htx once certificates work again
|
||||||
# "htx": {
|
# "htx": {
|
||||||
# "pair": "ETH/BTC",
|
# "pair": "ETH/BTC",
|
||||||
|
|||||||
Reference in New Issue
Block a user