Skip to content

Commit

Permalink
Remove unused function in freqAI example
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Nov 26, 2023
1 parent 1380cad commit be8ea68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions freqtrade/templates/FreqaiExampleStrategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,6 @@ def populate_exit_trend(self, df: DataFrame, metadata: dict) -> DataFrame:

return df

def get_ticker_indicator(self):
return int(self.config["timeframe"][:-1])

def confirm_trade_entry(
self,
pair: str,
Expand Down

0 comments on commit be8ea68

Please sign in to comment.