Fix usage of column

part of https://github.com/freqtrade/freqtrade/issues/7095
This commit is contained in:
Matthias
2022-07-17 19:59:07 +02:00
parent 4ba55f8806
commit 5a91e55a7d
+1 -1
View File
@@ -105,7 +105,7 @@ class multi_tf (IStrategy):
&
(dataframe['eth_btc_rsi_1h'] < 50)
&
(dataframe['rsi_fast_upper'] < 40)
(dataframe['BTC_rsi_fast_upper_1h'] < 40)
&
(dataframe['btc_rsi_super_fast_1h'] < 30)
&