fix bug returning multiple targets for training

This commit is contained in:
robcaulk
2022-07-03 12:15:59 +02:00
parent ffb39a5029
commit 4ff0ef7359
3 changed files with 31 additions and 15 deletions

View File

@@ -533,7 +533,8 @@ class IStrategy(ABC, HyperStrategyMixin):
return None
def populate_any_indicators(self, basepair: str, pair: str, df: DataFrame, tf: str,
informative: DataFrame = None, coin: str = "") -> DataFrame:
informative: DataFrame = None, coin: str = "",
set_generalized_indicators: bool = False) -> DataFrame:
"""
Function designed to automatically generate, name and merge features
from user indicated timeframes in the configuration file. User can add