Reduce force-sell verbosity
This commit is contained in:
parent
e22da45474
commit
e600be4f56
@ -176,8 +176,8 @@ class Backtesting(object):
|
|||||||
close_index=sell_row.Index,
|
close_index=sell_row.Index,
|
||||||
open_at_end=True
|
open_at_end=True
|
||||||
)
|
)
|
||||||
logger.info('Force_selling still open trade %s with %s perc - %s', btr.pair,
|
logger.debug('Force_selling still open trade %s with %s perc - %s', btr.pair,
|
||||||
btr.profit_percent, btr.profit_abs)
|
btr.profit_percent, btr.profit_abs)
|
||||||
return btr
|
return btr
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user