From 8df0ce3fb5b04cfb110980d8ab6410aa49d8231f Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 1 Aug 2025 20:20:17 +0200 Subject: [PATCH] docs: add stoploss on exchange bitget --- docs/exchanges.md | 4 ++++ docs/stoploss.md | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/exchanges.md b/docs/exchanges.md index 1f3b80fd1..d8008506c 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -344,6 +344,10 @@ Bitget requires a passphrase for each api key, you will therefore need to add th Bitget supports [time_in_force](configuration.md#understand-order_time_in_force). +!!! Tip "Stoploss on Exchange" + Bitget supports `stoploss_on_exchange` and can use both stop-loss-market and stop-loss-limit orders. It provides great advantages, so we recommend to benefit from it. + You can use either `"limit"` or `"market"` in the `order_types.stoploss` configuration setting to decide which type of stoploss shall be used. + ## Hyperliquid !!! Tip "Stoploss on Exchange" diff --git a/docs/stoploss.md b/docs/stoploss.md index bb7a2003f..f1a1e487d 100644 --- a/docs/stoploss.md +++ b/docs/stoploss.md @@ -31,6 +31,7 @@ The Order-type will be ignored if only one mode is available. | Binance | limit | | Binance Futures | market, limit | | Bingx | market, limit | +| Bitget | market, limit | | HTX | limit | | kraken | market, limit | | Gate | limit |