Merge pull request #3438 from freqtrade/ftx_stoploss

Ftx stoploss
This commit is contained in:
Matthias
2020-06-14 07:02:15 +02:00
committed by GitHub
13 changed files with 375 additions and 37 deletions

View File

@@ -27,7 +27,7 @@ So this parameter will tell the bot how often it should update the stoploss orde
This same logic will reapply a stoploss order on the exchange should you cancel it accidentally.
!!! Note
Stoploss on exchange is only supported for Binance (stop-loss-limit) and Kraken (stop-loss-market) as of now.
Stoploss on exchange is only supported for Binance (stop-loss-limit), Kraken (stop-loss-market) and FTX (stop limit and stop-market) as of now.
## Static Stop Loss