Matthias
|
f6da9e358a
|
Merge pull request #3878 from freqtrade/dependabot/pip/develop/ccxt-1.36.66
Bump ccxt from 1.36.12 to 1.36.66
|
2020-10-19 15:16:42 +02:00 |
|
dependabot[bot]
|
3e7c9bd485
|
Bump ccxt from 1.36.12 to 1.36.66
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.36.12 to 1.36.66.
- [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.36.12...1.36.66)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-19 11:57:03 +00:00 |
|
Matthias
|
06293b2489
|
Merge pull request #3875 from freqtrade/dependabot/pip/develop/questionary-1.7.0
Bump questionary from 1.6.0 to 1.7.0
|
2020-10-19 08:23:08 +02:00 |
|
Matthias
|
f799a81c44
|
Merge pull request #3876 from freqtrade/dependabot/pip/develop/mkdocs-material-6.1.0
Bump mkdocs-material from 6.0.2 to 6.1.0
|
2020-10-19 07:57:23 +02:00 |
|
Matthias
|
667f1b8b8c
|
Merge pull request #3845 from freqtrade/feat/backtest_speedup_serialize
Backtesting should not double-loop for sell signals
|
2020-10-19 07:52:33 +02:00 |
|
Matthias
|
340f25bd42
|
Merge pull request #3874 from freqtrade/dependabot/pip/develop/scipy-1.5.3
Bump scipy from 1.5.2 to 1.5.3
|
2020-10-19 07:51:01 +02:00 |
|
dependabot[bot]
|
b7eec3fc82
|
Bump mkdocs-material from 6.0.2 to 6.1.0
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 6.0.2 to 6.1.0.
- [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/6.0.2...6.1.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-19 05:37:57 +00:00 |
|
dependabot[bot]
|
8975558595
|
Bump questionary from 1.6.0 to 1.7.0
Bumps [questionary](https://github.com/tmbo/questionary) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/tmbo/questionary/releases)
- [Commits](https://github.com/tmbo/questionary/compare/1.6.0...1.7.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-19 05:37:54 +00:00 |
|
dependabot[bot]
|
7997298538
|
Bump scipy from 1.5.2 to 1.5.3
Bumps [scipy](https://github.com/scipy/scipy) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](https://github.com/scipy/scipy/compare/v1.5.2...v1.5.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-19 05:37:36 +00:00 |
|
Matthias
|
cf2ae788d7
|
Convert backtesting rows to Tuples for performance gains
|
2020-10-18 17:16:57 +02:00 |
|
Matthias
|
5d3a67d324
|
Don't debug-log during backtesting.
Even though log-messages are surpressed, calling "debug" will always
have to do something.
|
2020-10-18 16:38:16 +02:00 |
|
Matthias
|
b80a219d03
|
Improve typehints for backtesting
|
2020-10-18 16:35:23 +02:00 |
|
Matthias
|
380e6628e0
|
Merge branch 'develop' into feat/backtest_speedup_serialize
|
2020-10-18 16:19:04 +02:00 |
|
Matthias
|
2591a34db4
|
Don't use arrow objects for backtesting
|
2020-10-18 16:18:52 +02:00 |
|
Matthias
|
7a9208a8d7
|
Merge pull request #3873 from sanket-k/develop
updated discord link to documentation.
|
2020-10-17 15:17:29 +02:00 |
|
sanket-k
|
cd940daaf4
|
updated discord link to documentation.
|
2020-10-17 17:17:43 +05:30 |
|
Matthias
|
f64ed6b878
|
Merge pull request #3871 from freqtrade/persistence/renameinit
Rename persistence.init to init_db
|
2020-10-16 08:26:35 +02:00 |
|
Matthias
|
8cdc795a44
|
Rename persistence.init to init_db
|
2020-10-16 08:15:18 +02:00 |
|
Matthias
|
ec713ff5ae
|
Convert _rpc_analysed_history_full to static method
|
2020-10-16 06:26:57 +02:00 |
|
Matthias
|
8ae193f638
|
Merge pull request #3868 from freqtrade/fix/3865
bittrex fetch_orderbook API change.
|
2020-10-14 20:28:04 +02:00 |
|
Matthias
|
07da21e633
|
Fix problem when limit is > max allowed limit
|
2020-10-13 20:38:02 +02:00 |
|
Matthias
|
8165cc11df
|
Change get_next_limit_in_list to use list comprehension
|
2020-10-13 20:30:35 +02:00 |
|
Matthias
|
2ed20eee4e
|
Configs should default to dry-run
|
2020-10-13 20:10:50 +02:00 |
|
Matthias
|
8962b6d5c9
|
Add Bittrex subclass to correctly handle L2 orderbook
|
2020-10-13 20:09:43 +02:00 |
|
Matthias
|
077374ac42
|
Implement generic solution for l2 limited limit
|
2020-10-13 20:02:47 +02:00 |
|
Matthias
|
886abe36c9
|
Merge pull request #3860 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.8
Bump prompt-toolkit from 3.0.7 to 3.0.8
|
2020-10-13 16:44:57 +02:00 |
|
Matthias
|
d7bbda9659
|
Merge pull request #3859 from freqtrade/dependabot/pip/develop/sqlalchemy-1.3.20
Bump sqlalchemy from 1.3.19 to 1.3.20
|
2020-10-13 16:38:06 +02:00 |
|
dependabot[bot]
|
6a0ab83684
|
Bump sqlalchemy from 1.3.19 to 1.3.20
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.19 to 1.3.20.
- [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-10-13 13:20:24 +00:00 |
|
Matthias
|
46f3ec1d0a
|
Merge pull request #3864 from freqtrade/dependabot/pip/develop/ccxt-1.36.12
Bump ccxt from 1.36.2 to 1.36.12
|
2020-10-13 15:19:20 +02:00 |
|
dependabot[bot]
|
7c1402ef11
|
Bump prompt-toolkit from 3.0.7 to 3.0.8
Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.7 to 3.0.8.
- [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/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-13 13:06:37 +00:00 |
|
Matthias
|
f231a08202
|
Merge pull request #3861 from freqtrade/dependabot/pip/develop/colorama-0.4.4
Bump colorama from 0.4.3 to 0.4.4
|
2020-10-13 15:05:30 +02:00 |
|
Matthias
|
a0718ad8cb
|
Merge pull request #3862 from freqtrade/dependabot/pip/develop/isort-5.6.4
Bump isort from 5.6.3 to 5.6.4
|
2020-10-13 15:05:07 +02:00 |
|
dependabot[bot]
|
fd9c8df049
|
Bump ccxt from 1.36.2 to 1.36.12
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.36.2 to 1.36.12.
- [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.36.2...1.36.12)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-13 12:39:47 +00:00 |
|
dependabot[bot]
|
5f5fc513fa
|
Bump isort from 5.6.3 to 5.6.4
Bumps [isort](https://github.com/pycqa/isort) from 5.6.3 to 5.6.4.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.6.3...5.6.4)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-13 12:39:35 +00:00 |
|
dependabot[bot]
|
43532a2ffa
|
Bump colorama from 0.4.3 to 0.4.4
Bumps [colorama](https://github.com/tartley/colorama) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/tartley/colorama/releases)
- [Changelog](https://github.com/tartley/colorama/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tartley/colorama/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-13 12:39:31 +00:00 |
|
Matthias
|
5f0d1d609e
|
Merge pull request #3855 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.0
Bump python-telegram-bot from 12.8 to 13.0
|
2020-10-13 06:23:15 +02:00 |
|
Matthias
|
0b0b9c5d45
|
Merge branch 'develop' into dependabot/pip/develop/python-telegram-bot-13.0
|
2020-10-13 06:12:35 +02:00 |
|
Matthias
|
10651599dd
|
Merge pull request #3854 from freqtrade/dependabot/pip/develop/mypy-0.790
Bump mypy from 0.782 to 0.790
|
2020-10-12 20:25:01 +02:00 |
|
Matthias
|
2a383f8785
|
Merge branch 'develop' into dependabot/pip/develop/mypy-0.790
|
2020-10-12 20:11:41 +02:00 |
|
Matthias
|
5aa0d3e05c
|
Add multidict and aiohttp requirements
|
2020-10-12 20:08:40 +02:00 |
|
Matthias
|
a39898a5b3
|
Fix mock for telegram update
|
2020-10-12 19:54:31 +02:00 |
|
Matthias
|
44e374878c
|
Fix mypy errors due to new version
|
2020-10-12 19:28:14 +02:00 |
|
dependabot[bot]
|
f299c4188b
|
Bump python-telegram-bot from 12.8 to 13.0
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 12.8 to 13.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.8...v13.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-12 08:13:28 +00:00 |
|
Matthias
|
38cbf2f902
|
Merge pull request #3852 from freqtrade/dependabot/pip/develop/isort-5.6.3
Bump isort from 5.5.4 to 5.6.3
|
2020-10-12 10:12:56 +02:00 |
|
Matthias
|
94bc5356b7
|
Merge pull request #3856 from freqtrade/dependabot/pip/develop/ccxt-1.36.2
Bump ccxt from 1.35.22 to 1.36.2
|
2020-10-12 10:12:34 +02:00 |
|
dependabot[bot]
|
e39c2f4a96
|
Bump ccxt from 1.35.22 to 1.36.2
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.35.22 to 1.36.2.
- [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.35.22...1.36.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-12 07:35:11 +00:00 |
|
Matthias
|
9d2b3b2edb
|
Merge pull request #3851 from freqtrade/dependabot/pip/develop/arrow-0.17.0
Bump arrow from 0.16.0 to 0.17.0
|
2020-10-12 09:34:14 +02:00 |
|
dependabot[bot]
|
623cee61e6
|
Bump isort from 5.5.4 to 5.6.3
Bumps [isort](https://github.com/pycqa/isort) from 5.5.4 to 5.6.3.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.5.4...5.6.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-12 07:31:08 +00:00 |
|
Matthias
|
2a2856e2dd
|
Merge pull request #3853 from freqtrade/dependabot/pip/develop/nbconvert-6.0.7
Bump nbconvert from 6.0.6 to 6.0.7
|
2020-10-12 09:30:02 +02:00 |
|
Matthias
|
8363faf358
|
Merge pull request #3850 from freqtrade/dependabot/pip/develop/pandas-1.1.3
Bump pandas from 1.1.2 to 1.1.3
|
2020-10-12 09:29:24 +02:00 |
|