mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-25 16:30:26 +00:00
chore: temporarily disable htx due to certificate issues
This commit is contained in:
@@ -415,13 +415,14 @@ EXCHANGES = {
|
|||||||
"timeframe": "1h",
|
"timeframe": "1h",
|
||||||
"candle_count": 1000,
|
"candle_count": 1000,
|
||||||
},
|
},
|
||||||
"htx": {
|
# TODO: reenable htx once certificates work again
|
||||||
"pair": "ETH/BTC",
|
# "htx": {
|
||||||
"stake_currency": "BTC",
|
# "pair": "ETH/BTC",
|
||||||
"hasQuoteVolume": True,
|
# "stake_currency": "BTC",
|
||||||
"timeframe": "1h",
|
# "hasQuoteVolume": True,
|
||||||
"candle_count": 1000,
|
# "timeframe": "1h",
|
||||||
},
|
# "candle_count": 1000,
|
||||||
|
# },
|
||||||
"bitvavo": {
|
"bitvavo": {
|
||||||
"pair": "BTC/EUR",
|
"pair": "BTC/EUR",
|
||||||
"stake_currency": "EUR",
|
"stake_currency": "EUR",
|
||||||
|
|||||||
Reference in New Issue
Block a user