Commit Graph

9847 Commits

Author SHA1 Message Date
Matthias 8de9c46110 Document hyperopt-filename usage 2020-09-27 17:09:33 +02:00
Matthias 3cb1a9a5a9 Support loading results from a specific hyperopt history file 2020-09-27 17:03:30 +02:00
Matthias c42a924df8 Load latest file 2020-09-27 16:50:42 +02:00
Matthias ff96cf154c Keep hyperopt result history 2020-09-27 16:33:26 +02:00
Matthias 7a652b07d5 UPdate documentation to remove --continue 2020-09-27 16:21:55 +02:00
Matthias b736691e0e Remove hyperopt --continue 2020-09-27 16:18:28 +02:00
Matthias 64c2b6c9a6
Merge pull request #3791 from freqtrade/rename_master_branch
Rename references to "master" branch to "stable"
2020-09-27 09:49:19 +02:00
Matthias 6a1b1eb75a
Merge pull request #3803 from freqtrade/bt_params
Backtesting - handle mdifferent max_open_trades per strategy
2020-09-26 15:25:34 +02:00
Matthias bb27b236ce Remove unused arguments 2020-09-26 14:55:12 +02:00
Matthias c56dd487f2 Fix test failure 2020-09-25 21:00:58 +02:00
Matthias ff3e2641ae generate_backtest_stats must take config options from the strategy
config

as a strategy can override certain options.
2020-09-25 20:47:37 +02:00
Matthias fe45b79beb
Merge pull request #3801 from freqtrade/dependabot/docker/python-3.8.6-slim-buster
Bump python from 3.8.5-slim-buster to 3.8.6-slim-buster
2020-09-25 08:02:52 +02:00
dependabot[bot] d49488bf0e
Bump python from 3.8.5-slim-buster to 3.8.6-slim-buster
Bumps python from 3.8.5-slim-buster to 3.8.6-slim-buster.

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-25 05:47:58 +00:00
Matthias 378f03a5b1 Add relevant parameters to stored backtest result 2020-09-25 06:37:40 +02:00
Matthias fa18274e9a
Merge pull request #3798 from freqtrade/fix/wallets_dont_reset
Fix wallets dont reset
2020-09-24 19:22:14 +02:00
Matthias 66ca596e7c
Merge pull request #3787 from freqtrade/rpc/telegram_settings
Allow Notification finetuning for telegram messages
2020-09-23 10:20:43 +02:00
Matthias bb56d392a9 Fix typo in documentation 2020-09-22 20:19:46 +02:00
Matthias 6b46a35b19 Fix bug of balances not disappearing 2020-09-22 19:37:31 +02:00
Matthias 4b06c9e0ae Add test verifying wrong behaviour 2020-09-22 19:37:18 +02:00
Matthias d639290f7d Merge branch 'develop' into rename_master_branch 2020-09-21 19:31:25 +02:00
Matthias 87f6c7bbec
Merge pull request #3794 from freqtrade/dependabot/pip/develop/ccxt-1.34.40
Bump ccxt from 1.34.25 to 1.34.40
2020-09-21 08:18:16 +02:00
Matthias 6f52faf328
Merge pull request #3795 from freqtrade/dependabot/pip/develop/nbconvert-6.0.4
Bump nbconvert from 6.0.2 to 6.0.4
2020-09-21 08:17:40 +02:00
Matthias a9198c1f7e
Merge pull request #3793 from freqtrade/dependabot/pip/develop/mkdocs-material-5.5.13
Bump mkdocs-material from 5.5.12 to 5.5.13
2020-09-21 08:17:21 +02:00
Matthias 6e32ac5b3a
Merge pull request #3792 from freqtrade/add_devcontainer
Add devcontainer
2020-09-21 07:42:57 +02:00
dependabot[bot] be33556838
Bump nbconvert from 6.0.2 to 6.0.4
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.0.2 to 6.0.4.
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Commits](https://github.com/jupyter/nbconvert/compare/6.0.2...6.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 05:40:00 +00:00
dependabot[bot] d1b3a16c13
Bump ccxt from 1.34.25 to 1.34.40
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.34.25 to 1.34.40.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/doc/exchanges-by-country.rst)
- [Commits](https://github.com/ccxt/ccxt/compare/1.34.25...1.34.40)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 05:39:56 +00:00
dependabot[bot] 4cb5c9c85f
Bump mkdocs-material from 5.5.12 to 5.5.13
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.5.12 to 5.5.13.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.5.12...5.5.13)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 05:39:56 +00:00
Matthias 50aec1d6d3 Jupyter service should be called differently 2020-09-20 20:19:07 +02:00
Matthias 7dadca421a Update location of docker files 2020-09-20 16:26:48 +02:00
Matthias 261b267160 Don't build devcontainer on push 2020-09-20 16:20:17 +02:00
Matthias 3c460d37b6 Document existence of PLOT image 2020-09-20 16:20:01 +02:00
Matthias 8ff1429e68 Add user_data to backtesting 2020-09-20 15:39:50 +02:00
Matthias b02c0904b6 Use buildarg to use correct parent variable 2020-09-20 15:17:54 +02:00
Matthias ab190f7a5b Document jupyter with docker usage 2020-09-20 15:12:30 +02:00
Matthias 30c1253f75 Use correct ports for jupyter compose file 2020-09-20 15:02:07 +02:00
Matthias f9efbed076 Ignore userdata from docker build 2020-09-20 14:59:13 +02:00
Matthias 40132bbea4 Add this branch to CI 2020-09-20 14:58:37 +02:00
Matthias 85ab6e43ba Build _plot dockerfile 2020-09-20 14:58:27 +02:00
Matthias 129cbf5ef5 Add more Dockerfiles 2020-09-20 14:58:15 +02:00
Matthias 096079a595 Install autopep8 2020-09-20 12:41:17 +00:00
Matthias 4355f36cd6 Add gitconfig to devcontainer 2020-09-20 12:36:47 +00:00
Matthias 0a7b6f73c9 Move devcontainer stuff to .devcontainer 2020-09-20 12:35:08 +00:00
Matthias cf85a178f3 Update developer documentation related to devcontainer 2020-09-20 12:34:57 +00:00
Matthias 20e5c1b388 Update Developer documentation related to docker 2020-09-20 12:16:58 +00:00
Matthias 7ead4f9fa3 Update devcontainer settings 2020-09-20 14:16:36 +02:00
Matthias 8ff7ce8b17 Introduce devcontainer 2020-09-20 11:40:16 +00:00
Matthias b72cccae3c Add note about download-data in combination with startup period
closes #2673
2020-09-20 13:09:34 +02:00
Matthias a8a9fb5c6a
Merge pull request #3790 from BlueSkyTrading/patch-3
1M and 1y timeframes added
2020-09-20 13:00:16 +02:00
Matthias 637fe35549 Fix typo in release documentation 2020-09-20 11:53:47 +02:00
Matthias b3f0bfd77f Fix a few random typos 2020-09-20 11:51:12 +02:00