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(
|
(buy, sell, buy_tag) = self.strategy.get_signal(
|
||||||
pair,
|
pair,
|
||||||
self.strategy.timeframe,
|
self.strategy.timeframe,
|
||||||
analyzed_df,
|
analyzed_df
|
||||||
False
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if buy and not sell:
|
if buy and not sell:
|
||||||
|
Loading…
Reference in New Issue
Block a user