mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove unused function in freqAI example
This commit is contained in:
parent
1380cadf15
commit
be8ea685de
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user