Improve docstring

This commit is contained in:
Matthias 2019-09-01 10:25:05 +02:00
parent 771519e311
commit 20c9c93b3e

View File

@ -621,6 +621,7 @@ class FreqtradeBot(object):
""" """
Abstracts creating stoploss orders from the logic. Abstracts creating stoploss orders from the logic.
Handles errors and updates the trade database object. 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. :return: True if the order succeeded, and False in case of problems.
""" """
# Limit price threshold: As limit price should always be below price # Limit price threshold: As limit price should always be below price