Add subtemplates

This commit is contained in:
Matthias
2019-11-21 07:13:56 +01:00
parent 5e5ef21f61
commit b3dbb81838
5 changed files with 172 additions and 168 deletions

View File

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