Skip to content

Commit

Permalink
Initial config for Bingx stop orders
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed May 20, 2024
1 parent 1717733 commit 1a86d81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions freqtrade/exchange/bingx.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ class Bingx(Exchange):

_ft_has: Dict = {
"ohlcv_candle_limit": 1000,
"stoploss_on_exchange": False,
"stoploss_order_types": {"limit": "limit", "market": "market"},
}

0 comments on commit 1a86d81

Please sign in to comment.