Skip to content

Commit

Permalink
Align used columns with informative columns
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jul 18, 2022
1 parent dffa8b1 commit f6ff657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_data/strategies/multi_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame
return dataframe

def populate_entry_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
stake = self.config['stake_currency']
stake = self.config['stake_currency'].lower()
dataframe.loc[
(
(dataframe[f'btc_{stake}_rsi_1h'] < 35)
Expand Down

0 comments on commit f6ff657

Please sign in to comment.