Merge branch 'develop' of https://github.com/berlinguyinca/freqtrade into develop

This commit is contained in:
Gert Wohlgemuth
2018-04-23 20:11:19 -07:00
4 changed files with 14 additions and 3 deletions

View File

@@ -378,7 +378,7 @@ class FreqtradeBot(object):
if self.analyze.should_sell(trade, current_rate, datetime.utcnow(), buy, sell):
self.execute_sell(trade, current_rate)
return True
logger.info('Found no sell signals for whitelisted currencies. Trying again..')
return False
def check_handle_timedout(self, timeoutvalue: int) -> None: