Matthias
|
c8806a16a1
|
Allow wallet update from /balance
|
2020-01-15 06:43:41 +01:00 |
|
Matthias
|
4013701bdb
|
allow wallet update to be skipped if the value is fresh enough.
Value is NOT configurable, having this wrong can result in bans on the
exchange.
|
2020-01-15 06:42:53 +01:00 |
|
Matthias
|
d12a2a5888
|
Merge pull request #2752 from freqtrade/plotting/indicator_strategy
Allow enhanced plot-dataframe configuration
|
2020-01-13 19:53:15 +01:00 |
|
Matthias
|
845e27542a
|
Merge pull request #2765 from freqtrade/dependabot/pip/develop/ccxt-1.21.56
Bump ccxt from 1.21.32 to 1.21.56
|
2020-01-13 11:56:07 +01:00 |
|
dependabot-preview[bot]
|
c67b253099
|
Bump ccxt from 1.21.32 to 1.21.56
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.21.32 to 1.21.56.
- [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.21.32...1.21.56)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-13 10:38:34 +00:00 |
|
Matthias
|
154fff7d02
|
Merge pull request #2764 from freqtrade/dependabot/pip/develop/numpy-1.18.1
Bump numpy from 1.18.0 to 1.18.1
|
2020-01-13 11:37:31 +01:00 |
|
Matthias
|
82fd6e6fb3
|
Merge pull request #2766 from freqtrade/dependabot/pip/develop/python-telegram-bot-12.3.0
Bump python-telegram-bot from 12.2.0 to 12.3.0
|
2020-01-13 11:37:10 +01:00 |
|
dependabot-preview[bot]
|
b3938a86c3
|
Bump python-telegram-bot from 12.2.0 to 12.3.0
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 12.2.0 to 12.3.0.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v12.2.0...v12.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-13 07:56:20 +00:00 |
|
dependabot-preview[bot]
|
2f8ed7ed19
|
Bump numpy from 1.18.0 to 1.18.1
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.0 to 1.18.1.
- [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.0...v1.18.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-13 07:55:35 +00:00 |
|
hroff-1902
|
af36635769
|
Minor changes in the docs
|
2020-01-13 06:41:16 +03:00 |
|
hroff-1902
|
495728f502
|
Refine docs
|
2020-01-13 06:41:16 +03:00 |
|
Matthias
|
5dccd01fb7
|
Merge pull request #2760 from freqtrade/remove_hardcoded_exchange_stuff
Remove hardcoded exchange parameters
|
2020-01-12 19:47:44 +01:00 |
|
Matthias
|
53abfdbcbf
|
Use sorted on set instead of explicit list conversion
|
2020-01-12 12:48:29 +01:00 |
|
Matthias
|
3519cebf66
|
Add test for failing stake_validation
|
2020-01-11 13:14:19 +01:00 |
|
Matthias
|
a7246ba1ec
|
No need to "fix" stake_currency enum anymore
|
2020-01-11 12:51:42 +01:00 |
|
Matthias
|
60b47b6eec
|
Add tests for get_quote_currencies
|
2020-01-11 12:01:34 +01:00 |
|
Matthias
|
ca2880537d
|
Modify tests to skip stake_currency validations
|
2020-01-11 11:54:11 +01:00 |
|
Matthias
|
13274964a9
|
Implement validation for valid stake currency
|
2020-01-11 11:54:00 +01:00 |
|
Matthias
|
235a10ab86
|
Don't suppport <1m timeframes
|
2020-01-11 11:36:28 +01:00 |
|
Matthias
|
5faebad863
|
Don't hardcode TimeFrames - they can differ by exchange.
|
2020-01-11 11:16:05 +01:00 |
|
Matthias
|
90a9052377
|
Merge pull request #2734 from freqtrade/relative_stake
Relative stake maximum tradable amount
|
2020-01-11 08:18:35 +01:00 |
|
hroff-1902
|
d3de398395
|
Docs adjusted
|
2020-01-10 23:43:09 +03:00 |
|
hroff-1902
|
83b88e7916
|
Remove Required marks for new settings
|
2020-01-10 23:14:17 +03:00 |
|
hroff-1902
|
3faa2d0eb9
|
Refine description for last_stake_amount_min_ratio
|
2020-01-10 22:59:02 +03:00 |
|
Matthias
|
fab19ae3a7
|
Implement last_stake_amount_min_ratio
|
2020-01-10 06:36:28 +01:00 |
|
Matthias
|
e94dfdeff2
|
UPdate documentation to remove inexisting setting
|
2020-01-09 20:13:14 +01:00 |
|
Matthias
|
9713dc8d94
|
Ensure wallets.update is called before buy
closes #2756
|
2020-01-09 20:09:21 +01:00 |
|
Matthias
|
b748ed3435
|
UPdate documentaiton wording
|
2020-01-09 19:59:13 +01:00 |
|
hroff-1902
|
7c7f7b9ece
|
Merge pull request #2755 from freqtrade/backtest_mean
Add average profit to sell_reason stats
|
2020-01-09 20:35:35 +03:00 |
|
Matthias
|
785cd2a640
|
Rename test module
|
2020-01-09 06:53:51 +01:00 |
|
Matthias
|
c475729c13
|
Extract edge reporting to optimize_reports
|
2020-01-09 06:52:34 +01:00 |
|
Matthias
|
989ab646a9
|
Add profit % to sell_reason table
|
2020-01-09 06:46:39 +01:00 |
|
Matthias
|
b25f28d1ad
|
Merge pull request #2730 from freqtrade/extract_bt_reporting
Extract backtest reporting
|
2020-01-09 06:09:05 +01:00 |
|
Matthias
|
c9b0b4c7a4
|
Add plot_config to optional plot
|
2020-01-08 19:35:00 +01:00 |
|
Matthias
|
c3fd894a6c
|
Regenerate plots with new settings
|
2020-01-07 07:16:31 +01:00 |
|
Matthias
|
9f2d397e1f
|
Merge pull request #2746 from freqtrade/dependabot/pip/develop/arrow-0.15.5
Bump arrow from 0.15.4 to 0.15.5
|
2020-01-06 13:07:13 +01:00 |
|
Matthias
|
7719d8fbea
|
Merge pull request #2748 from freqtrade/dependabot/pip/develop/coveralls-1.10.0
Bump coveralls from 1.9.2 to 1.10.0
|
2020-01-06 13:01:20 +01:00 |
|
Matthias
|
3883d18b8a
|
Add bollinger note
|
2020-01-06 12:59:17 +01:00 |
|
Matthias
|
2b3f2e5fa8
|
Add first version of documentation
|
2020-01-06 12:55:12 +01:00 |
|
Matthias
|
5ae554bdff
|
Merge pull request #2747 from freqtrade/dependabot/pip/develop/pytest-mock-2.0.0
Bump pytest-mock from 1.13.0 to 2.0.0
|
2020-01-06 12:50:04 +01:00 |
|
dependabot-preview[bot]
|
6ac7dcf5e9
|
Bump arrow from 0.15.4 to 0.15.5
Bumps [arrow](https://github.com/crsmithdev/arrow) from 0.15.4 to 0.15.5.
- [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.4...0.15.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-06 11:45:22 +00:00 |
|
dependabot-preview[bot]
|
6da97fafa8
|
Bump coveralls from 1.9.2 to 1.10.0
Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.9.2 to 1.10.0.
- [Release notes](https://github.com/coveralls-clients/coveralls-python/releases)
- [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coveralls-clients/coveralls-python/compare/1.9.2...1.10.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-06 11:45:12 +00:00 |
|
Matthias
|
6d4fe94285
|
Merge pull request #2751 from freqtrade/dependabot/pip/develop/ccxt-1.21.32
Bump ccxt from 1.21.23 to 1.21.32
|
2020-01-06 12:44:13 +01:00 |
|
Matthias
|
b27f3b8f2c
|
Merge pull request #2749 from freqtrade/dependabot/pip/develop/flake8-tidy-imports-4.0.0
Bump flake8-tidy-imports from 3.1.0 to 4.0.0
|
2020-01-06 12:44:02 +01:00 |
|
Matthias
|
ed29232478
|
Merge pull request #2750 from freqtrade/dependabot/pip/develop/scikit-learn-0.22.1
Bump scikit-learn from 0.22 to 0.22.1
|
2020-01-06 12:43:43 +01:00 |
|
dependabot-preview[bot]
|
3c0d184097
|
Bump ccxt from 1.21.23 to 1.21.32
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.21.23 to 1.21.32.
- [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.21.23...1.21.32)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-06 07:43:06 +00:00 |
|
dependabot-preview[bot]
|
d846114d3c
|
Bump scikit-learn from 0.22 to 0.22.1
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.22 to 0.22.1.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.22...0.22.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-06 07:42:44 +00:00 |
|
dependabot-preview[bot]
|
aabeece4c0
|
Bump flake8-tidy-imports from 3.1.0 to 4.0.0
Bumps [flake8-tidy-imports](https://github.com/adamchainz/flake8-tidy-imports) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/adamchainz/flake8-tidy-imports/releases)
- [Changelog](https://github.com/adamchainz/flake8-tidy-imports/blob/master/HISTORY.rst)
- [Commits](https://github.com/adamchainz/flake8-tidy-imports/compare/3.1.0...4.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-06 07:42:19 +00:00 |
|
dependabot-preview[bot]
|
b614964ba9
|
Bump pytest-mock from 1.13.0 to 2.0.0
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 1.13.0 to 2.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v1.13.0...v2.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-06 07:41:39 +00:00 |
|
Matthias
|
888ea58df2
|
Add tests for new behaviour
|
2020-01-05 19:51:12 +01:00 |
|