remove unnecessary code

This commit is contained in:
smarmau
2022-08-28 11:45:20 +02:00
committed by robcaulk
parent 005594c29c
commit ff3a4995c1

View File

@@ -257,6 +257,3 @@ class FreqaiExampleHybridStrategy(IStrategy):
'exit_short'] = 1
return df
def get_ticker_indicator(self):
return int(self.config["timeframe"][:-1])