Enable bingx stoploss

pull/10249/head
Matthias 2 years ago
parent 46e97e5806
commit 7f990e7df6

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

Loading…
Cancel
Save