format profit in low_profit_pairs
This commit is contained in:
parent
e29d918ea5
commit
2e5b9fd4b2
@ -54,7 +54,7 @@ class LowProfitPairs(IProtection):
|
|||||||
if profit < self._required_profit:
|
if profit < self._required_profit:
|
||||||
self.log_on_refresh(
|
self.log_on_refresh(
|
||||||
logger.info,
|
logger.info,
|
||||||
f"Trading for {pair} stopped due to {profit} < {self._required_profit} "
|
f"Trading for {pair} stopped due to {profit:.2f} < {self._required_profit} "
|
||||||
f"within {self._lookback_period} minutes.")
|
f"within {self._lookback_period} minutes.")
|
||||||
until = self.calculate_lock_end(trades, self._stop_duration)
|
until = self.calculate_lock_end(trades, self._stop_duration)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user