Separate strategy subtemplates for better overview

This commit is contained in:
Matthias
2022-09-18 08:50:41 +02:00
parent ab78fb373a
commit faf84295a5
12 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
(qtpylib.crossed_above(dataframe['rsi'], self.sell_rsi.value)) & # Signal: RSI crosses above sell_rsi
(dataframe['tema'] > dataframe['bb_middleband']) & # Guard: tema above BB middle
(dataframe['tema'] < dataframe['tema'].shift(1)) & # Guard: tema is falling