docs: add stoploss on exchange bitget

This commit is contained in:
Matthias
2025-08-01 20:20:17 +02:00
parent 4177809f71
commit 8df0ce3fb5
2 changed files with 5 additions and 0 deletions

View File

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

View File

@@ -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 |