2021-11-14 07:51:15 +00:00
|
|
|
(qtpylib.crossed_above(dataframe['rsi'], self.buy_rsi.value)) & # Signal: RSI crosses above buy_rsi
|
2019-11-21 06:13:56 +00:00
|
|
|
(dataframe['tema'] <= dataframe['bb_middleband']) & # Guard: tema below BB middle
|
|
|
|
(dataframe['tema'] > dataframe['tema'].shift(1)) & # Guard: tema is raising
|