You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
With MoniGoMani growing in size, I think it can be beneficial / give us more control if we implement custom search space values.
For example:
Add an unclogger unclogger space for mgm-hurry
Which will allow us to specify if we seek to optimize the unclogger by passing
Or if we simply wish use it without optimization during our HyperOpt process.
In the underlying code not much has to change, the unclogger just will stay inside the freqtrade sell space,
but it would be nicer/more clear to the users like that I think. While also giving us more control over our HyperOpts.
I'm already thinking about following new mgm-hurry specific optimizable search spaces:
unclogger
weighted_triggers
weighted_guards
(Or without @raftersvk's changes simply weighted_signals)
With MoniGoMani growing in size, I think it can be beneficial / give us more control if we implement custom search
spacevalues.For example:
uncloggerspace formgm-hurryIn the underlying code not much has to change, the unclogger just will stay inside the freqtrade
sellspace,but it would be nicer/more clear to the users like that I think. While also giving us more control over our HyperOpts.
I'm already thinking about following new
mgm-hurryspecific optimizable search spaces:uncloggerweighted_triggersweighted_guardsweighted_signals)weighted_crosses(To be implemented)