From 4549fb349c466b30c6dfba1ffd208774412398f7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 23 Jul 2023 17:57:48 +0200 Subject: [PATCH] Add security notice about IP whitelisting on bybit docs --- docs/exchanges.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/exchanges.md b/docs/exchanges.md index 800a1c605..fb3049ba5 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -268,6 +268,8 @@ API Keys for live futures trading (Subaccount on non-unified) must have the foll * Contract - Orders * Contract - Positions +We do strongly recommend to limit all API keys to the IP you're going to use it from. + !!! Tip "Stoploss on Exchange" Bybit (futures only) supports `stoploss_on_exchange` and uses `stop-loss-limit` orders. It provides great advantages, so we recommend to benefit from it by enabling stoploss on exchange. On futures, Bybit supports both `stop-limit` as well as `stop-market` orders. You can use either `"limit"` or `"market"` in the `order_types.stoploss` configuration setting to decide which type to use.