Revert "Make get_signals async. This should speed up create_trade calls by at least 10x. (#223)" (#275)
This reverts commit 6768658300.
See details in #PR266
This commit is contained in:
committed by
Michael Egger
parent
59546b623e
commit
de68209f3b
@@ -144,9 +144,6 @@ def get_signal(pair: str, signal: SignalType) -> bool:
|
||||
except ValueError as ex:
|
||||
logger.warning('Unable to analyze ticker for pair %s: %s', pair, str(ex))
|
||||
return False
|
||||
except Exception:
|
||||
logger.exception('Unexpected error when analyzing ticker for pair %s.', pair)
|
||||
return False
|
||||
|
||||
if dataframe.empty:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user