Some more replacements of ticker_interval

This commit is contained in:
Matthias
2020-06-02 09:41:42 +02:00
parent 947903a4ac
commit 3e895ae74a
4 changed files with 4 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ class IHyperOptLoss(ABC):
Defines the custom loss function (`hyperopt_loss_function()` which is evaluated every epoch.)
"""
ticker_interval: str
timeframe: str
@staticmethod
@abstractmethod