mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Shorten the default hyperopt stoploss space
This commit is contained in:
parent
21b807aa85
commit
4ac53f1549
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user