Move hyperopt_conf.py into user_data/

This commit is contained in:
Gerald Lonlas
2018-01-17 23:10:48 -08:00
parent a5853681e3
commit baae374899
4 changed files with 4 additions and 3 deletions

View File

@@ -6,9 +6,10 @@ import os
from typing import Optional, List, Dict
from pandas import DataFrame
from freqtrade.exchange import get_ticker_history
from freqtrade.optimize.hyperopt_conf import hyperopt_optimize_conf
from freqtrade.analyze import populate_indicators, parse_ticker_dataframe
from freqtrade import misc
from user_data.hyperopt_conf import hyperopt_optimize_conf
logger = logging.getLogger(__name__)