Some more replacements of ticker_interval
This commit is contained in:
@@ -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
|
||||
|
@@ -288,6 +288,7 @@ class Trade(_DECL_BASE):
|
||||
'max_rate': self.max_rate,
|
||||
'strategy': self.strategy,
|
||||
'ticker_interval': self.ticker_interval,
|
||||
'timeframe': self.ticker_interval,
|
||||
'open_order_id': self.open_order_id,
|
||||
'exchange': self.exchange,
|
||||
}
|
||||
|
Reference in New Issue
Block a user