This commit is contained in:
hroff-1902 2019-07-11 23:02:57 +03:00
parent bc1b5f477d
commit e993e010f4

View File

@ -288,7 +288,6 @@ class Hyperopt(Backtesting):
(max_date - min_date).days (max_date - min_date).days
) )
if self.has_space('buy') or self.has_space('sell'):
self.strategy.advise_indicators = \ self.strategy.advise_indicators = \
self.custom_hyperopt.populate_indicators # type: ignore self.custom_hyperopt.populate_indicators # type: ignore