documentation updates & bug fixes in unfulfilled timeout

This commit is contained in:
Nullart
2018-06-14 18:49:43 +08:00
parent 22743be173
commit 1ed13f5784
5 changed files with 62 additions and 59 deletions

View File

@@ -164,8 +164,9 @@ class FreqtradeBot(object):
if 'unfilledtimeout' in self.config:
# Check and handle any timed out open orders
self.check_handle_timedout()
Trade.session.flush()
if not self.config['dry_run']:
self.check_handle_timedout()
Trade.session.flush()
except TemporaryError as error:
logger.warning('%s, retrying in 30 seconds...', error)