Update strategy template to use parameters

This commit is contained in:
Matthias
2021-11-14 08:51:15 +01:00
parent a239e5f725
commit f8f7d81fc2
5 changed files with 12 additions and 7 deletions

View File

@@ -1 +1 @@
(qtpylib.crossed_above(dataframe['rsi'], 30)) & # Signal: RSI crosses above 30
(qtpylib.crossed_above(dataframe['rsi'], self.buy_rsi.value)) & # Signal: RSI crosses above buy_rsi