Skip to content

Commit

Permalink
Shorten the default hyperopt stoploss space
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 committed Sep 28, 2019
1 parent 21b807a commit 4ac53f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/optimize/hyperopt_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def stoploss_space() -> List[Dimension]:
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
Expand Down

0 comments on commit 4ac53f1

Please sign in to comment.