mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Enable bingx stoploss
This commit is contained in:
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…
Reference in New Issue
Block a user