Use supress_errors in strategy wrapper - ensure it's called once

This commit is contained in:
Matthias
2020-06-14 07:16:56 +02:00
parent c047e48a47
commit dea7e3db01
2 changed files with 13 additions and 1 deletions

View File

@@ -151,7 +151,7 @@ class FreqtradeBot:
self.dataprovider.refresh(self.pairlists.create_pair_list(self.active_pair_whitelist),
self.strategy.informative_pairs())
strategy_safe_wrapper(self.strategy.bot_loop_start)()
strategy_safe_wrapper(self.strategy.bot_loop_start, supress_error=True)()
self.strategy.analyze(self.active_pair_whitelist)