From 22c419d5c46522db9006c0d1023e4203e9ff47ba Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 10 Nov 2022 07:14:02 +0100 Subject: [PATCH] Add warning about FTX --- docs/exchanges.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/exchanges.md b/docs/exchanges.md index 980d102b2..bae7c929c 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -175,6 +175,10 @@ print(res) ## FTX +!!! Warning + Due to the current situation, we can no longer recommend FTX. + Please make sure to investigate the current situation before depositing any funds to FTX. + !!! Tip "Stoploss on Exchange" FTX 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.