mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 04:41:15 +00:00
feat: add bitget as supported exchange
This commit is contained in:
@@ -21,13 +21,8 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class Bitget(Exchange):
|
class Bitget(Exchange):
|
||||||
"""
|
"""Bitget exchange class.
|
||||||
Bitget exchange class. Contains adjustments needed for Freqtrade to work
|
Contains adjustments needed for Freqtrade to work with this exchange.
|
||||||
with this exchange.
|
|
||||||
|
|
||||||
Please note that this exchange is not included in the list of exchanges
|
|
||||||
officially supported by the Freqtrade development team. So some features
|
|
||||||
may still not work as expected.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
_ft_has: FtHas = {
|
_ft_has: FtHas = {
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ SUPPORTED_EXCHANGES = [
|
|||||||
"binance",
|
"binance",
|
||||||
"bingx",
|
"bingx",
|
||||||
"bitmart",
|
"bitmart",
|
||||||
|
"bitget",
|
||||||
"bybit",
|
"bybit",
|
||||||
"gate",
|
"gate",
|
||||||
"htx",
|
"htx",
|
||||||
|
|||||||
Reference in New Issue
Block a user