Removed a bug causing errors from freqtradebot
This commit is contained in:
parent
317a454c0e
commit
07de5d11ca
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user