Improve docstring
This commit is contained in:
parent
771519e311
commit
20c9c93b3e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user