Merge pull request #2314 from hroff-1902/fix-2259

Shorten the default hyperopt stoploss space
This commit is contained in:
Matthias 2019-09-28 10:09:08 +02:00 committed by GitHub
commit 3b1252207d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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