From 20c9c93b3e197fe9fcfdce1e09599d163e1e4ba1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 1 Sep 2019 10:25:05 +0200 Subject: [PATCH] Improve docstring --- freqtrade/freqtradebot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index 7c403a29b..53f052f76 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -621,6 +621,7 @@ class FreqtradeBot(object): """ Abstracts creating stoploss orders from the logic. Handles errors and updates the trade database object. + Force-sells the pair (using EmergencySell reason) in case of Problems creating the order. :return: True if the order succeeded, and False in case of problems. """ # Limit price threshold: As limit price should always be below price