Added False to self.strategy.get_signal
This commit is contained in:
parent
8644449c33
commit
9f6b6f04b4
@ -423,7 +423,8 @@ class FreqtradeBot(LoggingMixin):
|
||||
(buy, sell, buy_tag) = self.strategy.get_signal(
|
||||
pair,
|
||||
self.strategy.timeframe,
|
||||
analyzed_df
|
||||
analyzed_df,
|
||||
False
|
||||
)
|
||||
|
||||
if buy and not sell:
|
||||
|
Loading…
Reference in New Issue
Block a user