Merge branch 'develop' into money_mgt

This commit is contained in:
misagh
2018-10-23 19:33:13 +02:00
31 changed files with 206 additions and 115 deletions

View File

@@ -3,7 +3,8 @@ import sys
from copy import deepcopy
from freqtrade.strategy.interface import IStrategy
# Import Default-Strategy to have hyperopt correctly resolve
from freqtrade.strategy.default_strategy import DefaultStrategy # noqa: F401
logger = logging.getLogger(__name__)