Explicitly disable stoploss on exchange for bitmart
This commit is contained in:
@@ -15,5 +15,6 @@ class Bitmart(Exchange):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
_ft_has: Dict = {
|
_ft_has: Dict = {
|
||||||
"ohlcv_candle_limit": 200,
|
"stoploss_on_exchange": False, # Bitmart API does not support stoploss orders
|
||||||
|
"ohlcv_candle_limit": 200,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user