orehunt

Results 5 issues of orehunt

## Summary This adds a function that _should_ be able to calculate the balance of all open trades on each candle, using close prices. However results don't match with the...

## Summary hyperopt improvements ## Quick changelog - rebased changes made by @hroff-1902 in #1765 - removed fix for models because scikit-optimize provides `model_queue_size` as argument for the optimizer since...

Enhancement
Hyperopt

What's your stance on using black as formatter for the project? It doesn't respect a couple of flake8 rules, `ignore = F403, F405, W503, E203, E231` And the thing that...

Tech maintenance

Having a column that shows the outstanding balance on each candle can be useful. What is the outstanding balance? The sum of the virtual profits of all open trades on...

Enhancement

- if default algo is null, take algo_perf as default algos - loop through the active pools until the algo from that pool blocktemplate is supported by the miner -...