diff --git a/freqtrade/exchange/bitmart.py b/freqtrade/exchange/bitmart.py index 67a567eb7..5d792b153 100644 --- a/freqtrade/exchange/bitmart.py +++ b/freqtrade/exchange/bitmart.py @@ -15,5 +15,6 @@ class Bitmart(Exchange): """ _ft_has: Dict = { - "ohlcv_candle_limit": 200, + "stoploss_on_exchange": False, # Bitmart API does not support stoploss orders + "ohlcv_candle_limit": 200, }