Merge branch 'develop' into stoploss_on_exchange

This commit is contained in:
misagh
2018-11-30 15:13:43 +01:00
14 changed files with 232 additions and 23 deletions

View File

@@ -657,7 +657,7 @@ class FreqtradeBot(object):
return True
break
else:
logger.info('checking sell')
logger.debug('checking sell')
if self.check_sell(trade, sell_rate, buy, sell):
return True