advanced sample hyperopt added; changes to helpstrings

This commit is contained in:
hroff-1902
2019-08-08 22:45:37 +03:00
parent c6444a10a8
commit 0d4a2c6c3a
3 changed files with 271 additions and 9 deletions

View File

@@ -13,10 +13,9 @@ from freqtrade.optimize.hyperopt_interface import IHyperOpt
class DefaultHyperOpts(IHyperOpt):
"""
Default hyperopt provided by freqtrade bot.
Default hyperopt provided by the Freqtrade bot.
You can override it with your own hyperopt
"""
@staticmethod
def populate_indicators(dataframe: DataFrame, metadata: dict) -> DataFrame:
dataframe['adx'] = ta.ADX(dataframe)