diff --git a/docs/stoploss.md b/docs/stoploss.md index 7af717955..d85902be0 100644 --- a/docs/stoploss.md +++ b/docs/stoploss.md @@ -23,10 +23,22 @@ These modes can be configured with these values: 'stoploss_on_exchange_limit_ratio': 0.99 ``` -!!! Note - Stoploss on exchange is only supported for Binance (stop-loss-limit), Huobi (stop-limit), Kraken (stop-loss-market, stop-loss-limit), Gate (stop-limit), and Kucoin (stop-limit and stop-market) as of now. - Do not set too low/tight stoploss value if using stop loss on exchange! - If set to low/tight then you have greater risk of missing fill on the order and stoploss will not work. +Stoploss on exchange is only supported for the following exchanges, and not all exchanges support both stop-limit and stop-market. +The Order-type will be ignored if only one mode is available. + +| Exchange | stop-loss type | +|----------|-------------| +| Binance | limit | +| Binance Futures | market, limit | +| Huobi | limit | +| kraken | market, limit | +| Gate | limit | +| Okx | limit | +| Kucoin | stop-limit, stop-market| + +!!! Note "Tight stoploss" + Do not set too low/tight stoploss value when using stop loss on exchange! + If set to low/tight you will have greater risk of missing fill on the order and stoploss will not work. ### stoploss_on_exchange and stoploss_on_exchange_limit_ratio