Removed a bug causing errors from freqtradebot

This commit is contained in:
Sam Germain 2021-08-23 00:25:08 -06:00
parent 317a454c0e
commit 07de5d11ca

View File

@ -423,8 +423,7 @@ class FreqtradeBot(LoggingMixin):
(buy, sell, buy_tag) = self.strategy.get_signal(
pair,
self.strategy.timeframe,
analyzed_df,
False
analyzed_df
)
if buy and not sell: