mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
Remove unused function in freqAI example
This commit is contained in:
@@ -290,9 +290,6 @@ class FreqaiExampleStrategy(IStrategy):
|
||||
|
||||
return df
|
||||
|
||||
def get_ticker_indicator(self):
|
||||
return int(self.config["timeframe"][:-1])
|
||||
|
||||
def confirm_trade_entry(
|
||||
self,
|
||||
pair: str,
|
||||
|
||||
Reference in New Issue
Block a user