Added False to self.strategy.get_signal

This commit is contained in:
Sam Germain 2021-08-22 23:55:34 -06:00
parent 8644449c33
commit 9f6b6f04b4
1 changed files with 2 additions and 1 deletions

View File

@ -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: