Explicitly disable stoploss on exchange for bitmart

This commit is contained in:
Matthias
2023-11-16 19:37:23 +01:00
parent 0914b8b5f4
commit a18c85ec64

View File

@@ -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,
}