log "Found no sell signal for whitelisted ..." changed (#1378)
* sell log enriched and put modify on debug
This commit is contained in:
parent
e31963f6e1
commit
24f573f3b0
@ -629,7 +629,7 @@ class FreqtradeBot(object):
|
|||||||
if self.check_sell(trade, sell_rate, buy, sell):
|
if self.check_sell(trade, sell_rate, buy, sell):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
logger.info('Found no sell signals for whitelisted currencies. Trying again..')
|
logger.debug('Found no sell signal for %s.', trade)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def handle_stoploss_on_exchange(self, trade: Trade) -> bool:
|
def handle_stoploss_on_exchange(self, trade: Trade) -> bool:
|
||||||
|
Loading…
Reference in New Issue
Block a user