Commit Graph

8068 Commits

Author SHA1 Message Date
hroff-1902 82bdd01843
Merge pull request #3003 from Fredrik81/cores-and-arguments
Hyperopt: fix number of CPU cores, jobs and total epochs
2020-03-03 02:12:21 +03:00
hroff-1902 52cd5f9127
Better use enumerate: more correct and more pythonic 2020-03-03 01:42:25 +03:00
hroff-1902 45c9496792
Do not run optimizer for 'jobs' epochs for the last iteration 2020-03-03 01:33:11 +03:00
hroff-1902 a7d4755859
optimize calculation of current_jobs 2020-03-03 01:20:14 +03:00
hroff-1902 92425642da
Fix config_jobs 2020-03-03 01:00:24 +03:00
Fredrik81 0e4862b0c8 Added logging if argument is miss-configured 2020-03-02 22:58:54 +01:00
Fredrik81 7713cfeb79 Corrected logic for -j + and - argument 2020-03-02 21:02:32 +01:00
Matthias 35ef065d7b
Merge pull request #3012 from freqtrade/dependabot/pip/develop/scikit-learn-0.22.2
Bump scikit-learn from 0.22.1 to 0.22.2
2020-03-02 10:54:20 +01:00
Matthias dae04e2752
Merge pull request #3011 from freqtrade/dependabot/pip/develop/ccxt-1.23.30
Bump ccxt from 1.22.95 to 1.23.30
2020-03-02 10:50:25 +01:00
Matthias 4605bdad29
Merge pull request #3013 from freqtrade/dependabot/pip/develop/plotly-4.5.2
Bump plotly from 4.5.1 to 4.5.2
2020-03-02 10:49:55 +01:00
dependabot-preview[bot] a17f3fb8be
Bump plotly from 4.5.1 to 4.5.2
Bumps [plotly](https://github.com/plotly/plotly.py) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plotly/plotly.py/compare/v4.5.1...v4.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 08:39:25 +00:00
dependabot-preview[bot] 485075b8f2
Bump scikit-learn from 0.22.1 to 0.22.2
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.22.1 to 0.22.2.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.22.1...0.22.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 08:38:36 +00:00
dependabot-preview[bot] e204e3277b
Bump ccxt from 1.22.95 to 1.23.30
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.22.95 to 1.23.30.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/1.22.95...1.23.30)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 08:37:58 +00:00
hroff-1902 db1227f279
Merge pull request #3007 from yazeed/hyperopt_interface_sort
hyperopt_interface.py code styling
2020-03-02 02:22:44 +03:00
Yazeed Al Oyoun 77b7f95efb simple code styling fixes 2020-03-02 00:14:01 +01:00
hroff-1902 8475baba4e
Merge pull request #2995 from freqtrade/stake_curr_empty
Allow Stake currency empty when using download-data
2020-03-02 00:53:09 +03:00
hroff-1902 e20b06408c
Merge pull request #3000 from freqtrade/fix/jupyter_example
[minor] Fix jupyter notebook example
2020-03-02 00:49:21 +03:00
Fredrik81 f08c7eedf1 Changed jobs to be dynamic for last loop 2020-03-01 14:35:13 +01:00
Fredrik81 75b4f1a442 Fix alignment of higher values 2020-03-01 14:12:27 +01:00
Fredrik81 e89fd33229 Fix for more arguments 2020-02-29 23:57:15 +01:00
Fredrik81 7a4edb1cd8 Fix: When total epochs is less than cpu cores 2020-02-29 23:41:59 +01:00
hroff-1902 0a2f854302
Merge pull request #3001 from freqtrade/doc-nonce
[minor] Add note about InvalidNonce to documentation
2020-03-01 01:28:34 +03:00
Matthias 60f04cff4d Simplify expression 2020-02-29 20:41:03 +01:00
Matthias 8fce82b412
Merge pull request #3002 from freqtrade/kraken_supported
Add official support for Kraken
2020-02-29 19:32:43 +01:00
Matthias 18d724f7a1 Adjust wording of supported exchanges 2020-02-29 19:22:36 +01:00
Matthias d7373be553 Add official support for Kraken 2020-02-29 16:58:22 +01:00
Matthias 4c39f36084 Add note about InvalidNonce to documentation 2020-02-29 16:36:33 +01:00
hroff-1902 415f1dc25b
Merge pull request #2999 from freqtrade/release_docs
[minor] improve and correct release documentation
2020-02-29 18:31:11 +03:00
hroff-1902 293d1fca5c
Merge pull request #2998 from freqtrade/try_fix_randomfailure
Try fix random testfailure
2020-02-29 18:29:54 +03:00
Matthias 848054d140 Fix jupyter notebook example -
generate_candlestick_graph() needs a filtered pairlist, not a list
containing all pairs
2020-02-29 15:53:54 +01:00
Matthias f25adf3b12 improve and correct release documentation 2020-02-29 15:48:36 +01:00
Matthias 9336d8ee02 Try fix random testfailure 2020-02-29 15:44:45 +01:00
Matthias 60579485e5 fix empty stake currency problem 2020-02-29 14:56:36 +01:00
Matthias 5277d71913 Add test for empty stake-currency 2020-02-29 14:56:04 +01:00
hroff-1902 0528af1700
Merge pull request #2879 from freqtrade/sortino_hyperopt_loss
Sortino hyperopt loss
2020-02-29 11:36:27 +03:00
hroff-1902 bee8e92f02
Final changes, use sqrt i.o. statistics.pstdev 2020-02-28 23:50:25 +03:00
Matthias ac7fa8252b
Merge pull request #2985 from Fredrik81/pretty-backtesting
Changed table style of backtesting and alignment of headers
2020-02-28 06:20:34 +01:00
hroff-1902 866c51acc5
Merge pull request #2988 from freqtrade/fix/dryrun
run-mode not correctly set when using --dry-run
2020-02-27 22:09:18 +03:00
Matthias a55964a622 we Must parse --dry-run before setting run-mode 2020-02-27 19:36:54 +01:00
Matthias 5a02026f82 Add test validating behaviour 2020-02-27 19:35:58 +01:00
hroff-1902 c0001fcb8c
Merge pull request #2987 from Fredrik81/table-style
Minor change to standardize table style.
2020-02-27 18:30:14 +03:00
hroff-1902 c1c0b59223
Merge pull request #2974 from freqtrade/enhance_roi_doc
Add timeframe_to_minutes to ROI documentation
2020-02-27 18:18:24 +03:00
Fredrik81 15e59654d9 Minor change to standardize table style.
This PR will target commands.
2020-02-27 16:10:45 +01:00
Matthias e5a9c81412 Add 0 entry to enhanced ROI example 2020-02-27 14:04:12 +01:00
Fredrik81 55d471190a Changed table style of backtesting and alignment of headers 2020-02-27 13:28:28 +01:00
hroff-1902 90065843a5
Merge pull request #2983 from freqtrade/runmode
Logging should be initialized first
2020-02-27 12:22:37 +03:00
Matthias 8623300d15
Merge pull request #2984 from freqtrade/dependabot/docker/python-3.8.2-slim-buster
Bump python from 3.8.1-slim-buster to 3.8.2-slim-buster
2020-02-27 08:26:20 +01:00
dependabot-preview[bot] bbb438bd40
Bump python from 3.8.1-slim-buster to 3.8.2-slim-buster
Bumps python from 3.8.1-slim-buster to 3.8.2-slim-buster.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-27 06:18:09 +00:00
Matthias e5ec97495d Logging should be initialized first 2020-02-27 07:01:00 +01:00
hroff-1902 893d9cde8d
Merge pull request #2943 from Fredrik81/add-print-table
Added function to print hyperopt-list as table using tabulate
2020-02-27 05:22:41 +03:00