Wagner Costa
|
c01f25ddc9
|
update code to freqai_backtest_live_models only from historic predictions
|
2022-11-22 13:09:09 -03:00 |
|
Wagner Costa Santos
|
fdc82af883
|
fix tests - update code to backtest with historic_predictions
|
2022-11-19 22:27:58 -03:00 |
|
Wagner Costa Santos
|
80d070e9ee
|
update code to use historic_predictions for freqai_backtest_live_models
|
2022-11-19 14:15:58 -03:00 |
|
Wagner Costa Santos
|
3d3195847c
|
Merge branch 'develop' into backtest_fitlivepredictions
|
2022-11-18 17:53:34 -03:00 |
|
Matthias
|
4de9a46618
|
Merge pull request #7759 from wizrds/fix/pd-mem-leak
Fix Pandas to_json memory leak
|
2022-11-18 20:24:16 +01:00 |
|
Timothy Pogue
|
b6a8e421f1
|
remove redundant timestamp conversion in ws serializer
|
2022-11-18 09:43:39 -07:00 |
|
Matthias
|
12cd83453c
|
Add warning when queue websocket queue becomes too full
|
2022-11-18 14:03:56 +01:00 |
|
Matthias
|
4c7bb79c86
|
Restore prior data transfer format
|
2022-11-18 13:59:29 +01:00 |
|
robcaulk
|
91df79ff44
|
merge dev into backtest-live-predictions
|
2022-11-17 21:20:47 +01:00 |
|
Matthias
|
436b314c80
|
add safe_remaining
fixes #7757
|
2022-11-17 19:07:47 +00:00 |
|
Matthias
|
1975e942d6
|
Add test for no remaining
(kucoin case - https://github.com/freqtrade/freqtrade/issues/7757).
|
2022-11-17 19:07:47 +00:00 |
|
Matthias
|
48e5a45856
|
rpc_test: dont replicate whole response,
updating what's changed improves readability
|
2022-11-17 19:07:47 +00:00 |
|
Timothy Pogue
|
49ecc83061
|
Merge branch 'develop' into fix/pd-mem-leak
|
2022-11-17 12:04:49 -07:00 |
|
Timothy Pogue
|
ce43fa5f43
|
small fix to websocketchannel and relay
|
2022-11-17 12:03:11 -07:00 |
|
Timothy Pogue
|
875e9ab447
|
change df serialization to avoid mem leak
|
2022-11-17 11:59:03 -07:00 |
|
Robert Caulk
|
cd6f87be17
|
Merge pull request #7728 from freqtrade/improve_timerange
Simplify timerange handling
|
2022-11-17 19:57:48 +01:00 |
|
Matthias
|
9432bcd065
|
Fix telegram error on force_enter exception
closes #7727
|
2022-11-17 19:52:03 +01:00 |
|
Wagner Costa Santos
|
3903b04d3f
|
save_live_data_backtest - added docs and tests
|
2022-11-17 15:20:07 -03:00 |
|
Wagner Costa Santos
|
99bff9cbfa
|
backtesting_from_live_saved_files - code refactoring
|
2022-11-17 10:30:51 -03:00 |
|
Wagner Costa Santos
|
913749c81b
|
backtesting_from_live_saved_files - code refactoring
|
2022-11-17 10:30:16 -03:00 |
|
Wagner Costa Santos
|
b01e4e3dbf
|
change default value - save_live_data_backtest as false
|
2022-11-17 10:14:30 -03:00 |
|
Wagner Costa Santos
|
1a19d90e2e
|
Merge branch 'develop' into backtest_fitlivepredictions
|
2022-11-17 10:13:11 -03:00 |
|
Matthias
|
0a7f4fd3cc
|
fix httpx test warning
|
2022-11-17 10:36:24 +00:00 |
|
Matthias
|
afcb86f422
|
Improve migration types
|
2022-11-17 10:25:51 +00:00 |
|
Matthias
|
93addbe5c3
|
Improve typechecking
|
2022-11-17 10:16:38 +00:00 |
|
Matthias
|
097af973d2
|
improve RPC testcase to cover open orders
|
2022-11-17 07:10:47 +01:00 |
|
Matthias
|
019577f73d
|
Temporarily Downgrade cryptography until piwheels has the new wheel available
|
2022-11-16 06:36:26 +01:00 |
|
Matthias
|
6deb2dfb61
|
Merge pull request #7744 from freqtrade/dependabot/pip/develop/mypy-0.990
Bump mypy from 0.982 to 0.990
|
2022-11-15 06:24:24 +01:00 |
|
Matthias
|
0a702cdd26
|
Ensure more methods are typechecked
|
2022-11-14 20:56:35 +01:00 |
|
Matthias
|
f27be7ada8
|
Configure mypy to old behavior
based on https://mypy-lang.blogspot.com/2022/11/mypy-0990-released.html release
|
2022-11-14 20:52:40 +01:00 |
|
Matthias
|
a951b49541
|
Use Generator when sending initial dataframes
|
2022-11-14 19:43:59 +01:00 |
|
Matthias
|
30b467906c
|
Delist FTX, following ccxt's delisting.
|
2022-11-14 19:40:57 +01:00 |
|
Matthias
|
663039835d
|
Merge pull request #7745 from freqtrade/dependabot/pip/develop/fastapi-0.87.0
Bump fastapi from 0.85.1 to 0.87.0
|
2022-11-14 15:19:52 +01:00 |
|
Matthias
|
c72ffad698
|
Add starlette test dependency
|
2022-11-14 13:08:29 +00:00 |
|
Matthias
|
2a1bfb8e57
|
Merge pull request #7746 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.19.3
Bump types-python-dateutil from 2.8.19.2 to 2.8.19.3
|
2022-11-14 14:05:03 +01:00 |
|
Matthias
|
a689538b9a
|
Merge pull request #7751 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.44
Bump sqlalchemy from 1.4.43 to 1.4.44
|
2022-11-14 09:39:47 +01:00 |
|
Matthias
|
e24f644251
|
Merge pull request #7742 from freqtrade/dependabot/pip/develop/cryptography-38.0.3
Bump cryptography from 38.0.1 to 38.0.3
|
2022-11-14 09:39:25 +01:00 |
|
Matthias
|
c12dcd9b9b
|
update pre-commit dateutil
|
2022-11-14 08:40:09 +01:00 |
|
dependabot[bot]
|
4cece8720a
|
Bump mypy from 0.982 to 0.990
Bumps [mypy](https://github.com/python/mypy) from 0.982 to 0.990.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.982...v0.990)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-14 07:33:06 +00:00 |
|
dependabot[bot]
|
721998521b
|
Bump types-python-dateutil from 2.8.19.2 to 2.8.19.3
Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.19.2 to 2.8.19.3.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-14 07:33:03 +00:00 |
|
dependabot[bot]
|
60449d9bec
|
Bump cryptography from 38.0.1 to 38.0.3
Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 38.0.3.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/38.0.1...38.0.3)
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-14 07:32:31 +00:00 |
|
Matthias
|
5ca705ae3a
|
Merge pull request #7747 from freqtrade/dependabot/pip/develop/types-requests-2.28.11.4
Bump types-requests from 2.28.11.2 to 2.28.11.4
|
2022-11-14 08:32:11 +01:00 |
|
Matthias
|
cf6aa0506f
|
Merge pull request #7750 from freqtrade/dependabot/pip/develop/ccxt-2.1.75
Bump ccxt from 2.1.54 to 2.1.75
|
2022-11-14 08:31:41 +01:00 |
|
Matthias
|
849c028133
|
Merge pull request #7749 from freqtrade/dependabot/pip/develop/psutil-5.9.4
Bump psutil from 5.9.3 to 5.9.4
|
2022-11-14 08:28:38 +01:00 |
|
Matthias
|
cf9944c48d
|
Merge pull request #7741 from freqtrade/dependabot/pip/develop/mkdocs-material-8.5.10
Bump mkdocs-material from 8.5.8 to 8.5.10
|
2022-11-14 08:03:39 +01:00 |
|
dependabot[bot]
|
cf5cda4df5
|
Bump sqlalchemy from 1.4.43 to 1.4.44
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.43 to 1.4.44.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)
---
updated-dependencies:
- dependency-name: sqlalchemy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-14 06:04:54 +00:00 |
|
dependabot[bot]
|
7275d48516
|
Bump ccxt from 2.1.54 to 2.1.75
Bumps [ccxt](https://github.com/ccxt/ccxt) from 2.1.54 to 2.1.75.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/exchanges.cfg)
- [Commits](https://github.com/ccxt/ccxt/compare/2.1.54...2.1.75)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-14 06:04:37 +00:00 |
|
dependabot[bot]
|
60de797dcc
|
Bump psutil from 5.9.3 to 5.9.4
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.3 to 5.9.4.
- [Release notes](https://github.com/giampaolo/psutil/releases)
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.3...release-5.9.4)
---
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-14 06:03:58 +00:00 |
|
Matthias
|
95fd4072fa
|
Merge pull request #7701 from freqtrade/add-single-precision-freqai
add option to force single precision
|
2022-11-14 07:02:35 +01:00 |
|
Matthias
|
b2de070462
|
bump types-requests
|
2022-11-14 07:01:49 +01:00 |
|