Enable bingx stoploss

This commit is contained in:
Matthias 2024-05-25 16:51:28 +02:00
parent 46e97e5806
commit 7f990e7df6

View File

@ -17,6 +17,6 @@ class Bingx(Exchange):
_ft_has: Dict = {
"ohlcv_candle_limit": 1000,
"stoploss_on_exchange": False,
"stoploss_on_exchange": True,
"stoploss_order_types": {"limit": "limit", "market": "market"},
}