Shorten the default hyperopt stoploss space

This commit is contained in:
hroff-1902 2019-09-28 04:13:53 +03:00
parent 21b807aa85
commit 4ac53f1549

View File

@ -175,7 +175,7 @@ class IHyperOpt(ABC):
You may override it in your custom Hyperopt class.
"""
return [
Real(-0.5, -0.02, name='stoploss'),
Real(-0.35, -0.02, name='stoploss'),
]
# This is needed for proper unpickling the class attribute ticker_interval