Fix patch_get_signal

This commit is contained in:
Matthias
2021-08-24 21:03:13 +02:00
parent c004942588
commit b951f59f89
4 changed files with 30 additions and 6 deletions

View File

@@ -710,7 +710,7 @@ class FreqtradeBot(LoggingMixin):
(enter, exit_) = self.strategy.get_exit_signal(
trade.pair,
self.strategy.timeframe,
analyzed_df
analyzed_df, is_short=trade.is_short
)
# TODO-lev: side should depend on trade side.