removing unnecessary comment

This commit is contained in:
Misagh 2019-04-05 19:49:02 +02:00
parent 2b49a11b2a
commit 9712fb2d57
1 changed files with 1 additions and 4 deletions

View File

@ -703,10 +703,7 @@ class FreqtradeBot(object):
# it means buy order is fulfilled
buy_order_fulfilled = not trade.open_order_id
# Limit price threshold
# This is the limit price percentage below which you don't want to sell
# 0.99 is arbitrary here.
# As limit price should always be below price
# Limit price threshold: As limit price should always be below price
limit_price_pct = 0.99
# If buy order is fulfilled but there is no stoploss,