If you have discovered a bug in the bot, please search our issue tracker.
If it hasn't been reported, please create a new issue.
Just played around with the new hyperopt feature - trailing ... I hyperopted just the roi stoploss and trailing spaces of a strategy, following result:
ROI table:
{0: 0.15153, 36: 0.05431, 80: 0.01165, 128: 0}
Stoploss:
{'stoploss': -0.22779}
Trailing stop:
{ 'trailing_only_offset_is_reached': False,
'trailing_stop': True,
'trailing_stop_positive': 0.34424,
'trailing_stop_positive_offset': 0.03257}
2019-12-05 15:32:13,404 - freqtrade - ERROR - The config trailing_stop_positive_offset needs to be greater than trailing_stop_positive in your config.
Duplicated to #2617, @xmatthias was faster. 馃槅
I'll close it as duplicated if you don't mind.
@Prossi79 the fix was merged into develop: #2642, pls verify
Most helpful comment
Duplicated to #2617, @xmatthias was faster. 馃槅
I'll close it as duplicated if you don't mind.