Commit Graph

9601 Commits

Author SHA1 Message Date
Matthias d444182829 Reinstate wrongly removed pairlist test 2020-09-01 10:31:11 +02:00
Matthias 3bc6cb36c6 Remove deprectead volumepairlist options 2020-09-01 08:04:02 +02:00
Matthias a4e3edbcc5 Fix stoploss_last_update beein updated with date object in wrong
timezone
2020-09-01 07:10:48 +02:00
Matthias 38c52c7eee
Merge pull request #3626 from freqtrade/feat/hdf5
Introduce HDF5 Datahandler
2020-08-31 16:10:24 +02:00
Matthias 24df8d6bf5 Sort imports 2020-08-31 15:46:31 +02:00
Matthias 8b664644c0
Merge pull request #3733 from freqtrade/docs/clock
Move clock warning to installation pages
2020-08-31 11:24:12 +02:00
Matthias feb3ae87f7
Merge pull request #3739 from freqtrade/dependabot/pip/develop/pytest-mock-3.3.1
Bump pytest-mock from 3.3.0 to 3.3.1
2020-08-31 09:36:55 +02:00
Matthias 8bb3b6baf3
Merge pull request #3738 from freqtrade/dependabot/pip/develop/ccxt-1.33.72
Bump ccxt from 1.33.52 to 1.33.72
2020-08-31 09:25:19 +02:00
Matthias 96f95c340d
Merge pull request #3737 from freqtrade/dependabot/pip/develop/progressbar2-3.52.1
Bump progressbar2 from 3.51.4 to 3.52.1
2020-08-31 09:24:43 +02:00
Matthias 34e586243a
Merge pull request #3736 from freqtrade/dependabot/pip/develop/mkdocs-material-5.5.11
Bump mkdocs-material from 5.5.8 to 5.5.11
2020-08-31 09:23:35 +02:00
Matthias aa839c3d2f
Merge pull request #3735 from freqtrade/dependabot/pip/develop/flask-cors-3.0.9
Bump flask-cors from 3.0.8 to 3.0.9
2020-08-31 09:23:11 +02:00
Matthias fbd68dd190
Merge pull request #3734 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.7
Bump prompt-toolkit from 3.0.6 to 3.0.7
2020-08-31 09:22:41 +02:00
dependabot[bot] c5b8993e9d
Bump ccxt from 1.33.52 to 1.33.72
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.33.52 to 1.33.72.
- [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.33.52...1.33.72)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-31 06:38:56 +00:00
dependabot[bot] 8969ab4aa3
Bump pytest-mock from 3.3.0 to 3.3.1
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.3.0 to 3.3.1.
- [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/v3.3.0...v3.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-31 06:38:55 +00:00
dependabot[bot] 55a49bfc53
Bump progressbar2 from 3.51.4 to 3.52.1
Bumps [progressbar2](https://github.com/WoLpH/python-progressbar) from 3.51.4 to 3.52.1.
- [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.4...v3.52.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-31 06:38:38 +00:00
dependabot[bot] 821af9be9e
Bump mkdocs-material from 5.5.8 to 5.5.11
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.5.8 to 5.5.11.
- [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.8...5.5.11)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-31 06:38:36 +00:00
dependabot[bot] 4adf012ee6
Bump flask-cors from 3.0.8 to 3.0.9
Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/master/CHANGELOG.md)
- [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.8...3.0.9)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-31 06:38:35 +00:00
dependabot[bot] f83633ff4e
Bump prompt-toolkit from 3.0.6 to 3.0.7
Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG)
- [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.6...3.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-31 06:38:24 +00:00
Matthias 7f74ff53b1 Move clock warning to installation pages 2020-08-31 07:34:43 +02:00
Matthias 7cbe3cd452
Merge pull request #3730 from freqtrade/allow_pairlists_in_backtesting
[minor] Allow pairlists in backtesting
2020-08-30 10:34:49 +02:00
Matthias 3d39f05c8f Improve release documetation 2020-08-30 10:23:14 +02:00
Matthias 842eff95eb Add simple verification to ensure pairlists is iitialized 2020-08-30 10:07:58 +02:00
Matthias 284d39930f Allow using pairlists through dataprovider in backtesting 2020-08-30 10:07:28 +02:00
Matthias 2ae04af694 Improve some doc wording 2020-08-29 10:26:26 +02:00
Matthias a9e7ee8113
Merge pull request #3683 from freqtrade/logging_endpoints
Logging endpoints
2020-08-27 15:11:17 +02:00
Matthias dc6d71f651 Improve comment formatting 2020-08-27 14:41:31 +02:00
Matthias cf719bc5d3 Fix logformat to use epoch timestamp in ms 2020-08-27 12:04:55 +02:00
Matthias bf5a082358 bufferhandler should log right from the beginning 2020-08-27 11:37:20 +02:00
Matthias 309ea1246a Update config to use single quotes 2020-08-26 20:52:09 +02:00
Matthias d1fe3c1a3d
Merge pull request #3719 from freqtrade/fix/crossed_numpy_types
Allow numpy numbers as comparisons, too
2020-08-26 10:02:55 +02:00
Matthias 9d4ecb625a Allow numpy numbers as comparisons, too 2020-08-26 07:16:29 +02:00
Matthias 21f4aba4e3
Merge pull request #3055 from yazeed/verify_date_on_new_candle_on_get_signal
Verify date on last candle before producing signal
2020-08-25 20:22:48 +02:00
Matthias 605ed90567
Merge pull request #3592 from freqtrade/stoploss_distance
Add stoploss-distance (to current price) to /status output
2020-08-25 19:56:23 +02:00
Matthias c6ead02da0
Merge pull request #3705 from mschultheiss83/update_bad_exchanges
update bad exchanges
2020-08-25 11:47:51 +02:00
Matthias 3bb69bc1bd Add returns statement to docstring 2020-08-24 17:31:00 +02:00
Matthias fca11160e4 Improve docstring of is_pair_locked 2020-08-24 17:18:57 +02:00
Matthias 354a406248 Sort imports in interface.py 2020-08-24 11:45:38 +02:00
Matthias b613fb7bc5
Merge pull request #3707 from freqtrade/update_sandbox_docs
Update sandbox documentation
2020-08-24 11:41:54 +02:00
Matthias 502e21b2cb Add unfilled explanation for sandboxes 2020-08-24 11:17:43 +02:00
Matthias c272944834 Lock pair until a new candle arrives 2020-08-24 11:09:09 +02:00
Matthias da097aea6a
Merge pull request #3713 from freqtrade/dependabot/pip/develop/sqlalchemy-1.3.19
Bump sqlalchemy from 1.3.18 to 1.3.19
2020-08-24 09:29:30 +02:00
dependabot[bot] 7ece7294b2
Bump sqlalchemy from 1.3.18 to 1.3.19
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.18 to 1.3.19.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-24 07:18:00 +00:00
Matthias 496a9cfb20
Merge pull request #3714 from freqtrade/dependabot/pip/develop/pandas-1.1.1
Bump pandas from 1.1.0 to 1.1.1
2020-08-24 09:13:02 +02:00
Matthias c3523daa09
Merge pull request #3711 from freqtrade/dependabot/pip/develop/arrow-0.16.0
Bump arrow from 0.15.8 to 0.16.0
2020-08-24 09:04:42 +02:00
Matthias c1b464f53c
Merge pull request #3712 from freqtrade/dependabot/pip/develop/ccxt-1.33.52
Bump ccxt from 1.33.18 to 1.33.52
2020-08-24 09:01:05 +02:00
Matthias 7953c69922
Merge pull request #3709 from freqtrade/dependabot/pip/develop/pytest-mock-3.3.0
Bump pytest-mock from 3.2.0 to 3.3.0
2020-08-24 08:55:36 +02:00
Matthias c83d6bd1e2
Merge pull request #3708 from freqtrade/dependabot/pip/develop/mkdocs-material-5.5.8
Bump mkdocs-material from 5.5.7 to 5.5.8
2020-08-24 08:55:09 +02:00
dependabot[bot] f22fc8ef3e
Bump pandas from 1.1.0 to 1.1.1
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md)
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.1.0...v1.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-24 06:45:20 +00:00
dependabot[bot] 0e20b8f530
Bump ccxt from 1.33.18 to 1.33.52
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.33.18 to 1.33.52.
- [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.33.18...1.33.52)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-24 06:45:12 +00:00
dependabot[bot] 74c97369d9
Bump arrow from 0.15.8 to 0.16.0
Bumps [arrow](https://github.com/arrow-py/arrow) from 0.15.8 to 0.16.0.
- [Release notes](https://github.com/arrow-py/arrow/releases)
- [Changelog](https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/arrow-py/arrow/compare/0.15.8...0.16.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-24 06:44:54 +00:00