Commit Graph

8545 Commits

Author SHA1 Message Date
dependabot-preview[bot] 32eb1c5705
Bump mkdocs-material from 5.1.3 to 5.1.5
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.1.3 to 5.1.5.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.1.3...5.1.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 09:19:26 +00:00
dependabot-preview[bot] 611b9c88d1
Bump ccxt from 1.27.1 to 1.27.20
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.27.1 to 1.27.20.
- [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.27.1...1.27.20)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 09:18:49 +00:00
dependabot-preview[bot] 2c352e6b82
Bump progressbar2 from 3.51.0 to 3.51.3
Bumps [progressbar2](https://github.com/WoLpH/python-progressbar) from 3.51.0 to 3.51.3.
- [Release notes](https://github.com/WoLpH/python-progressbar/releases)
- [Changelog](https://github.com/WoLpH/python-progressbar/blob/develop/CHANGES.rst)
- [Commits](https://github.com/WoLpH/python-progressbar/compare/v3.51.0...v3.51.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 09:18:02 +00:00
dependabot-preview[bot] 68f0b105a9
Bump pytest-asyncio from 0.11.0 to 0.12.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.11.0...v0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 09:17:23 +00:00
dependabot-preview[bot] a14e027ad4
Bump arrow from 0.15.5 to 0.15.6
Bumps [arrow](https://github.com/crsmithdev/arrow) from 0.15.5 to 0.15.6.
- [Release notes](https://github.com/crsmithdev/arrow/releases)
- [Changelog](https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/crsmithdev/arrow/compare/0.15.5...0.15.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 09:16:50 +00:00
dependabot-preview[bot] f7a3bb82da
Bump numpy from 1.18.3 to 1.18.4
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.3 to 1.18.4.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt)
- [Commits](https://github.com/numpy/numpy/compare/v1.18.3...v1.18.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 09:16:28 +00:00
hroff-1902 b88724ed9e
Merge pull request #3248 from freqtrade/fallback_amoutn
[minor] Improve logmessage when falling back to wallet amount
2020-05-04 05:22:20 +03:00
Matthias b38f9ed5e7 Increase cache for rate limit to avoid delays
Helps when calling /status or /status table frequently on slowish
exchanges
2020-05-03 20:44:18 +02:00
Matthias 2a4c9bf3d3 Improve logmessage when falling back to wallet amount 2020-05-03 20:32:45 +02:00
Matthias 1c9c72937e Adjust trade-ids param 2020-05-03 15:32:09 +02:00
Matthias 7dcef58f15 Add show-trades to documentation 2020-05-02 11:50:53 +02:00
Matthias 1066a4504b Add test for show_trades 2020-05-02 11:44:18 +02:00
Matthias 56bb5f7a11 Add show-trades command 2020-05-02 11:26:12 +02:00
hroff-1902 0f50449196
Merge pull request #3241 from freqtrade/fix/deprecation
Use non-deprectated parameter for progressbar
2020-05-01 19:18:28 +03:00
Matthias 509f38d3aa Use non-deprectated parameter for progressbar 2020-05-01 17:59:24 +02:00
Matthias 25d9001f88
Merge pull request #3234 from hroff-1902/hyperopt-use-model-queue-size
Use skopt model_queue_size instead of custom hack
2020-04-29 19:29:27 +02:00
hroff-1902 38c6ba6c08 Update setup.py
Co-Authored-By: Matthias <xmatthias@outlook.com>
2020-04-29 13:54:47 +03:00
hroff-1902 9152e76966 Add skopt version check into setup.py 2020-04-29 13:54:47 +03:00
hroff-1902 fb0dfee3eb
Merge pull request #3235 from freqtrade/xmatthias-patch-1
Be clear on evaluation logic during backtesting
2020-04-29 12:08:41 +03:00
Matthias 69b44234a4
Update docs/backtesting.md
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-04-29 10:47:53 +02:00
Matthias 74281a16fd
Move to the last point and clarify further 2020-04-29 10:39:55 +02:00
Matthias 1a6ddfcaeb
Be clear on evaluation logic during backtesting 2020-04-29 10:37:48 +02:00
hroff-1902 726e52aaa7 Use skopt model_queue_size instead of custom hack 2020-04-29 10:49:25 +03:00
Matthias 32eaca9970
Merge pull request #3231 from hroff-1902/hyperopt-cleanup6
Cleanup in Hyperopt
2020-04-29 06:11:17 +02:00
hroff-1902 c6787d7e9f Do not use 'trials' in commands 2020-04-28 23:14:02 +03:00
hroff-1902 c26835048c Hyperopt cleanup, do not use 'trials' 2020-04-28 22:56:19 +03:00
hroff-1902 09e488a693
Merge pull request #3229 from hroff-1902/hyperopt-improve-logging
Improve hyperopt-list logging
2020-04-28 17:42:56 +03:00
hroff-1902 a01ed170f5 Improve hyperopt-list logging 2020-04-28 17:33:07 +03:00
hroff-1902 fedcf1db52
Merge pull request #3217 from freqtrade/remove_deprecation
Remove deprecated pairlist and binary
2020-04-27 19:41:54 +03:00
Matthias 3754bf46ed
Change wording in deprecation messages
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-04-27 17:13:30 +02:00
hroff-1902 9ebc997e9d
Merge pull request #3215 from freqtrade/backtest_use_pairlists
Backtest use pairlists
2020-04-27 13:34:06 +03:00
Matthias 5870d9dfc0
Merge pull request #3226 from freqtrade/dependabot/pip/develop/mkdocs-material-5.1.3
Bump mkdocs-material from 5.1.1 to 5.1.3
2020-04-27 11:25:48 +02:00
Matthias 73185471df
Merge pull request #3225 from freqtrade/dependabot/pip/develop/pytest-asyncio-0.11.0
Bump pytest-asyncio from 0.10.0 to 0.11.0
2020-04-27 11:19:25 +02:00
Matthias 1d55514991
Merge pull request #3224 from freqtrade/dependabot/pip/develop/progressbar2-3.51.0
Bump progressbar2 from 3.50.1 to 3.51.0
2020-04-27 11:16:31 +02:00
Matthias 5b84e92b2e
Merge pull request #3223 from freqtrade/dependabot/pip/develop/ccxt-1.27.1
Bump ccxt from 1.26.53 to 1.27.1
2020-04-27 11:15:16 +02:00
dependabot-preview[bot] abbb3254b2
Bump mkdocs-material from 5.1.1 to 5.1.3
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.1.1 to 5.1.3.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.1.1...5.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-27 09:03:59 +00:00
dependabot-preview[bot] 52c92a19e3
Bump pytest-asyncio from 0.10.0 to 0.11.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.10.0...v0.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-27 09:03:30 +00:00
dependabot-preview[bot] 2122384ec1
Bump progressbar2 from 3.50.1 to 3.51.0
Bumps [progressbar2](https://github.com/WoLpH/python-progressbar) from 3.50.1 to 3.51.0.
- [Release notes](https://github.com/WoLpH/python-progressbar/releases)
- [Changelog](https://github.com/WoLpH/python-progressbar/blob/develop/CHANGES.rst)
- [Commits](https://github.com/WoLpH/python-progressbar/compare/v3.50.1...v3.51.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-27 09:02:49 +00:00
dependabot-preview[bot] 77a2ff8917
Bump ccxt from 1.26.53 to 1.27.1
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.26.53 to 1.27.1.
- [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.26.53...1.27.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-27 09:02:21 +00:00
hroff-1902 9ed627091b
Merge pull request #3216 from freqtrade/hyperopt_docs
Hyperopt should mention that a strategy is mandatory.
2020-04-27 10:13:14 +03:00
Matthias fb8a85da01 Disallow VolumePairList from backtesting for now 2020-04-27 07:56:17 +02:00
Matthias e928c5fdaf
Update docs/hyperopt.md
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-04-27 07:15:37 +02:00
hroff-1902 485e324d36
Merge pull request #2872 from freqtrade/interface_ordertimeoutcallback
Buy order timeout callback
2020-04-25 19:02:15 +03:00
Matthias 255a43c98e Update price timeout example 2020-04-25 17:25:18 +02:00
Matthias 927a7ee330
Merge pull request #3218 from freqtrade/setup_sh
[minor] Update "final" message in setup.sh
2020-04-25 17:05:34 +02:00
Matthias e1a347df90 Use subcommand, add 3rd line 2020-04-25 16:55:13 +02:00
Matthias deb14e0c85 Update "final" message in setup.sh
closes #2773
2020-04-25 16:32:11 +02:00
Matthias 9fa21628d7 Deprecate keys other than quoteVolume
fixes #2981
2020-04-25 16:29:17 +02:00
Matthias d1a24db6b7 Remove deprecated pairlist and binary 2020-04-25 16:04:10 +02:00
Matthias a3a045dbd4 Add small section noting that a strategy file is always necessary
fix #3047
2020-04-25 15:54:46 +02:00