Matthias
b6c19252c9
Further increase test coverate of max_drawdown
2024-02-26 13:54:19 +01:00
dependabot[bot]
1b00f4ad45
Bump plotly from 5.18.0 to 5.19.0
...
Bumps [plotly](https://github.com/plotly/plotly.py ) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/plotly/plotly.py/releases )
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md )
- [Commits](https://github.com/plotly/plotly.py/compare/v5.18.0...v5.19.0 )
---
updated-dependencies:
- dependency-name: plotly
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:54:19 +01:00
dependabot[bot]
9aa01c0201
Bump cryptography from 42.0.2 to 42.0.3
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 42.0.2 to 42.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.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>
2024-02-26 13:54:19 +01:00
dependabot[bot]
e65199d5fc
Bump urllib3 from 2.2.0 to 2.2.1
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.0...2.2.1 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:54:19 +01:00
dependabot[bot]
d5543302ea
Bump the pytest group with 1 update
...
Bumps the pytest group with 1 update: [pytest](https://github.com/pytest-dev/pytest ).
Updates `pytest` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.0.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pytest
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:54:19 +01:00
Matthias
9792e447e8
Fix bybit spot live tests
2024-02-26 13:54:19 +01:00
Matthias
b67f2ddb4e
Update telegram help with new wording
2024-02-26 13:54:19 +01:00
Matthias
165003e17f
Fail if unified account is detected.
2024-02-26 13:54:19 +01:00
Matthias
24735945fd
Add log message for Bybit accout type
2024-02-26 13:54:19 +01:00
Matthias
0f4bffca9c
Remove unused import
2024-02-26 13:54:19 +01:00
Matthias
440a843d06
Use "ohlcv_with_cache" for further pairlists
2024-02-26 13:54:19 +01:00
Matthias
6a68ced6ec
Add explicit test for ohlcv_with_cache
2024-02-26 13:54:19 +01:00
Matthias
671426540e
Refactor ohlcv caching to exchange class
2024-02-26 13:54:16 +01:00
Matthias
a19dafe8fa
Update pairlist cache behavior in VolumePairList
2024-02-26 13:53:10 +01:00
Matthias
a0dc21e17c
Enable caching for "filter only" Volumepairlist
2024-02-26 13:53:10 +01:00
Matthias
099996ced5
Add additional test case for VolumePairlist in range mode
2024-02-26 13:53:10 +01:00
Matthias
6da684258e
enhance volumpairlist range test
2024-02-26 13:53:10 +01:00
Matthias
4c07d2fb86
Improve validate_exchange
...
returns now both required and optional dependencies
2024-02-26 13:53:10 +01:00
William Wong
0a04cacc96
docs: Update sql_cheatsheet.md
2024-02-26 13:53:10 +01:00
Matthias
25ee332dc8
Don't tick on ttl cache
2024-02-26 13:53:10 +01:00
Matthias
103af46e70
Use Markdown V1 - update tests
2024-02-26 13:53:10 +01:00
CaffeinatedTech
51d799828b
Change enter_tag, exit_reason, mix_tag performance messages from HTML to Markdown to fix some string encoding issues.
2024-02-26 13:53:10 +01:00
CaffeinatedTech
c99184af21
Added escaping to enter and exit tags on telegram performance messages.
2024-02-26 13:53:10 +01:00
Matthias
ec1b676ab4
Fix edge-case when calculating cagr
...
edge-case with leveraged trades - yielding a negative final balance.
closes #9820
2024-02-26 13:53:10 +01:00
Matthias
aa1d54993f
Double newlines between functions ...
2024-02-26 13:53:10 +01:00
Matthias
ff5364ae5b
Fix duplicate parentheses
2024-02-26 13:53:10 +01:00
Matthias
90c0b554aa
Adjust tests for new fields
2024-02-26 13:53:10 +01:00
Matthias
f7eb14ae0e
Add open_fill_date stuff to json schema
2024-02-26 13:53:10 +01:00
Matthias
d004509176
Simplify trade_model serializations
2024-02-26 13:53:10 +01:00
Matthias
cb95298936
Add dt_ts_none helper
2024-02-26 13:53:10 +01:00
Matthias
c491c2a8ee
Adjust for ccxt exception hierarchy change
...
caused by https://github.com/ccxt/ccxt/pull/21035
2024-02-26 13:53:10 +01:00
Matthias
731fbe6f1e
Improve log message
2024-02-26 13:53:10 +01:00
Matthias
e63da230d8
Simplify some pairlist conditions
2024-02-26 13:53:10 +01:00
Robert Davey
e696c92a0f
Clarify processing_mode for RemotePairlist
...
No default value is specified in the docs for the processing_mode, making it unclear that the default behaviour is to filter out pairs, rather than append.
2024-02-26 13:53:10 +01:00
Matthias
27556f934e
Don't load empty dataframes - skip these
...
closes #9811
2024-02-26 13:53:10 +01:00
Matthias
9a8ae99fc7
Add debug output showing the pair to be converted
...
part of #9811
2024-02-26 13:53:10 +01:00
dependabot[bot]
0a3b27622d
Bump the pytest group with 2 updates
...
Bumps the pytest group with 2 updates: [pytest](https://github.com/pytest-dev/pytest ) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ).
Updates `pytest` from 7.4.4 to 8.0.0
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.0.0 )
Updates `pytest-asyncio` from 0.23.4 to 0.23.5
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.4...v0.23.5 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: pytest
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pytest
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:53:10 +01:00
dependabot[bot]
7c33c82102
Bump tensorboard from 2.15.1 to 2.15.2
...
Bumps [tensorboard](https://github.com/tensorflow/tensorboard ) from 2.15.1 to 2.15.2.
- [Release notes](https://github.com/tensorflow/tensorboard/releases )
- [Changelog](https://github.com/tensorflow/tensorboard/blob/2.15.2/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorboard/compare/2.15.1...2.15.2 )
---
updated-dependencies:
- dependency-name: tensorboard
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:53:10 +01:00
Matthias
0796f49761
telegram: ensure msg update test uses the correct edit_message_text call
2024-02-26 13:53:10 +01:00
Matthias
3341964417
use query.edit_message_text to simplify telegram class
2024-02-26 13:53:10 +01:00
dependabot[bot]
541b7a2800
Bump python-telegram-bot from 20.7 to 20.8
...
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot ) from 20.7 to 20.8.
- [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/v20.7...v20.8 )
---
updated-dependencies:
- dependency-name: python-telegram-bot
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:53:07 +01:00
dependabot[bot]
aeb5e90678
Bump mkdocs-material from 9.5.8 to 9.5.9
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.8 to 9.5.9.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.8...9.5.9 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:51:39 +01:00
Matthias
f15b931d4a
Update sqlalchemy pre-commit
2024-02-26 13:51:39 +01:00
dependabot[bot]
cf4f57182c
Bump sqlalchemy from 2.0.25 to 2.0.26
...
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy ) from 2.0.25 to 2.0.26.
- [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>
2024-02-26 13:51:39 +01:00
dependabot[bot]
a51f7a31dd
Bump tqdm from 4.66.1 to 4.66.2
...
Bumps [tqdm](https://github.com/tqdm/tqdm ) from 4.66.1 to 4.66.2.
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.2 )
---
updated-dependencies:
- dependency-name: tqdm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:51:39 +01:00
dependabot[bot]
7f584966ae
Bump ccxt from 4.2.39 to 4.2.42
...
Bumps [ccxt](https://github.com/ccxt/ccxt ) from 4.2.39 to 4.2.42.
- [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/4.2.39...4.2.42 )
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:51:39 +01:00
dependabot[bot]
ee4ff45c17
Bump pre-commit from 3.6.0 to 3.6.1
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.6.0...v3.6.1 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:51:39 +01:00
dependabot[bot]
329039d095
Bump uvicorn from 0.27.0.post1 to 0.27.1
...
Bumps [uvicorn](https://github.com/encode/uvicorn ) from 0.27.0.post1 to 0.27.1.
- [Release notes](https://github.com/encode/uvicorn/releases )
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/encode/uvicorn/compare/0.27.0.post1...0.27.1 )
---
updated-dependencies:
- dependency-name: uvicorn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:51:39 +01:00
Matthias
82771cf85c
Slightly improve memory-usage of kraken-convert
2024-02-26 13:51:39 +01:00
Matthias
34b046355a
Allow wildcards for pairs filter
2024-02-26 13:51:39 +01:00