diff --git a/freqtrade/exchange/bitget.py b/freqtrade/exchange/bitget.py index 72aaf44cb..9691f72f8 100644 --- a/freqtrade/exchange/bitget.py +++ b/freqtrade/exchange/bitget.py @@ -38,6 +38,8 @@ class Bitget(Exchange): _ft_has_futures: FtHas = { "funding_fee_candle_limit": 100, "has_delisting": True, + "stop_price_param": "stopLossPrice", + "stop_price_prop": "stopLossPrice", "stop_price_type_field": "triggerType", "stop_price_type_value_mapping": { PriceType.LAST: "fill_price",