-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New release 2022.2 #6459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New release 2022.2 #6459
Conversation
… advanced DB systems
(should cache the correct candle)
this will ensure that the signals are not shifted in callbacks closes #6234
Remove shift in analyzed dataframe columns
/health api and telegram commands to return last processing time
makes it easier to discover how to use this argument
Bumps [types-requests](https://github.com/python/typeshed) from 2.27.9 to 2.27.10. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.4.2 to 3.6.0. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.4.2...3.6.0) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [fastapi](https://github.c 8000 om/tiangolo/fastapi) from 0.73.0 to 0.74.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.73.0...0.74.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.72.98 to 1.73.70. - [Release notes](https://github.com/ccxt/ccxt/releases) - [Changelog](https://github.com/ccxt/ccxt/blob/master/exchanges.cfg) - [Commits](ccxt/ccxt@1.72.98...1.73.70) --- updated-dependencies: - dependency-name: ccxt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.1.11 to 8.2.1. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@8.1.11...8.2.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ck-3.6.0 Bump filelock from 3.4.2 to 3.6.0
…i-0.74.0 Bump fastapi from 0.73.0 to 0.74.0
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.17.4 to 0.17.5. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.17.4...0.17.5) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) from 1.5 to 1.6. - [Release notes](https://github.com/python-rapidjson/python-rapidjson/releases) - [Changelog](https://github.com/python-rapidjson/python-rapidjson/blob/master/CHANGES.rst) - [Commits](python-rapidjson/python-rapidjson@v1.5...v1.6) --- updated-dependencies: - dependency-name: python-rapidjson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
….73.70 Bump ccxt from 1.72.98 to 1.73.70
…requests-2.27.10 Bump types-requests from 2.27.9 to 2.27.10
…-rapidjson-1.6 Bump python-rapidjson from 1.5 to 1.6
…-material-8.2.1 Bump mkdocs-material from 8.1.11 to 8.2.1
…n-0.17.5 Bump uvicorn from 0.17.4 to 0.17.5
Migrate trade updating to use order model
|
Highlighted changes
/health
endpoint, showing the time of the last completed bot-cycle.PerformanceFilter
for pairs without prior result (prior pairlist-ordering is kept for these pairs).check_buy_timeout()
andcheck_sell_timeout()
are now called in backtesting for orders with prices outside of the opening candle.How to update
As always, you can update your bot using one of the following commands:
docker-compose
Installation via setup script
Plain native installation
Expand full changelog