Matthias
|
23579df8da
|
Merge pull request #11058 from freqtrade/dependabot/pip/develop/mkdocs-3ba6cc2ae5
chore(deps): bump mkdocs-material from 9.5.47 to 9.5.48 in the mkdocs group
|
2024-12-09 06:29:05 +01:00 |
|
Matthias
|
2b91be6237
|
Merge pull request #11061 from freqtrade/dependabot/pip/develop/ruff-0.8.2
chore(deps-dev): bump ruff from 0.8.1 to 0.8.2
|
2024-12-09 06:26:55 +01:00 |
|
dependabot[bot]
|
f1fabb07bf
|
chore(deps): bump fastapi from 0.115.5 to 0.115.6
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.5 to 0.115.6.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.115.5...0.115.6)
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-09 03:47:54 +00:00 |
|
dependabot[bot]
|
8aea015452
|
chore(deps): bump ccxt from 4.4.35 to 4.4.37
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.4.35 to 4.4.37.
- [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.4.35...4.4.37)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-09 03:47:48 +00:00 |
|
dependabot[bot]
|
83471228e7
|
chore(deps): bump python-telegram-bot from 21.8 to 21.9
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 21.8 to 21.9.
- [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/v21.8...v21.9)
---
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-12-09 03:47:37 +00:00 |
|
dependabot[bot]
|
e97a647b54
|
chore(deps-dev): bump ruff from 0.8.1 to 0.8.2
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.8.1...0.8.2)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-09 03:47:13 +00:00 |
|
dependabot[bot]
|
f5dceb0b09
|
chore(deps): bump mkdocs-material in the mkdocs group
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
Updates `mkdocs-material` from 9.5.47 to 9.5.48
- [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.47...9.5.48)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-09 03:46:15 +00:00 |
|
dependabot[bot]
|
d4fbdeee94
|
chore(deps-dev): bump the types group with 2 updates
Bumps the types group with 2 updates: [types-tabulate](https://github.com/python/typeshed) and [types-python-dateutil](https://github.com/python/typeshed).
Updates `types-tabulate` from 0.9.0.20240106 to 0.9.0.20241207
- [Commits](https://github.com/python/typeshed/commits)
Updates `types-python-dateutil` from 2.9.0.20241003 to 2.9.0.20241206
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-tabulate
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: types
- dependency-name: types-python-dateutil
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: types
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-09 03:45:29 +00:00 |
|
Matthias
|
f529cfe8cf
|
chore: fix wrong return typing
|
2024-12-08 16:58:31 +01:00 |
|
Matthias
|
4d36aaff39
|
feat: convert get_valid_pair_combination to generator
|
2024-12-08 16:54:17 +01:00 |
|
Matthias
|
f07aec457a
|
chore: remove unnecessary imports
|
2024-12-08 16:50:10 +01:00 |
|
Matthias
|
d898c80e65
|
test: Add test for get_conversion_rate
|
2024-12-08 16:40:56 +01:00 |
|
Matthias
|
2ff0abc6e7
|
refactor: conversation rate retrieval to exchange class
for better reusability across the bot.
|
2024-12-08 15:44:46 +01:00 |
|
Matthias
|
0276e65f39
|
test: update rpc test for new behavior
|
2024-12-08 15:29:23 +01:00 |
|
Matthias
|
4cd8e6b444
|
chore: simplify rpc_balance method by relying on exchange cache
|
2024-12-08 15:22:40 +01:00 |
|
Matthias
|
58357a0746
|
chore: calculate total_stake only once
|
2024-12-08 14:41:26 +01:00 |
|
Matthias
|
d0223e6f48
|
chore: simplify dry-run wallet update
|
2024-12-08 14:41:26 +01:00 |
|
Matthias
|
142ea68dce
|
chore: fix oddity of price_to_precision
|
2024-12-08 14:41:26 +01:00 |
|
Matthias
|
654d2ab63d
|
fix: Round stoploss_dist to price_precision
|
2024-12-08 14:41:26 +01:00 |
|
Matthias
|
a30f281478
|
Merge pull request #11023 from freqtrade/dependabot/pip/develop/xgboost-2.1.3
chore(deps): bump xgboost from 2.0.3 to 2.1.3
|
2024-12-08 13:46:58 +01:00 |
|
Matthias
|
ae1baf5789
|
test: mock price_to_precision for liquidation calculations
|
2024-12-08 13:35:46 +01:00 |
|
Matthias
|
3c88bdc60c
|
fix: round liquidation price to price precision
|
2024-12-08 13:35:46 +01:00 |
|
Matthias
|
6d698e584b
|
chore: return 0 total balances
total may be 0, while still having "free" balance (cross futures scenarios)
|
2024-12-08 13:35:46 +01:00 |
|
Matthias
|
193b989342
|
chore: Be more precise with binance account limitation
|
2024-12-08 13:35:46 +01:00 |
|
Matthias
|
8dc322d7f2
|
chore: don't allow negative stake amounts
|
2024-12-08 13:35:46 +01:00 |
|
Matthias
|
eee5d710e7
|
chore: patch torch all the time -
"list"tests do load the modules as well - so they
need the same patch.
|
2024-12-08 10:06:23 +01:00 |
|
Matthias
|
489db37bbd
|
Merge pull request #10979 from amalysh/develop
allow json in environment variables
|
2024-12-08 08:55:21 +01:00 |
|
Matthias
|
10b5d5e56b
|
docs: add "list parsing" logic to documentation
|
2024-12-08 08:35:13 +01:00 |
|
Matthias
|
934bcf253e
|
test: add tests for list parsing
|
2024-12-08 08:34:54 +01:00 |
|
Matthias
|
0683ba3a54
|
feat: limit environment-variable json parsing to lists
|
2024-12-08 08:30:45 +01:00 |
|
Matthias
|
a85f200450
|
Merge pull request #11000 from freqtrade/feat/multi_wallet
Dry-run multi-wallet support
|
2024-12-07 17:49:32 +01:00 |
|
Matthias
|
98e0a5f101
|
chore: remove unused arguments in loss functions
|
2024-12-07 15:52:14 +01:00 |
|
Matthias
|
fb9e11b7b5
|
chore: improve type safety
|
2024-12-07 13:21:18 +01:00 |
|
Matthias
|
e77ca024d7
|
chore: improve naming, don't duplicate column list
|
2024-12-06 20:16:46 +01:00 |
|
Matthias
|
63f8217cd5
|
chore: ensure exif-data is removed from images
|
2024-12-06 20:11:46 +01:00 |
|
Matthias
|
9f5cb3a07e
|
chore: add exif-stripper to ensure exif data is removed
|
2024-12-06 20:11:09 +01:00 |
|
Matthias
|
e09d1b42f2
|
chore: eliminate duplicate trades data grouping
|
2024-12-06 20:09:43 +01:00 |
|
Matthias
|
267d9333a1
|
chore: remove pointless, very noisy log message.
|
2024-12-06 20:09:07 +01:00 |
|
Matthias
|
ab39ac29e8
|
fix: ensure data type is maintained when data comes from cache.
|
2024-12-06 20:05:33 +01:00 |
|
Matthias
|
6c25feabf2
|
tests: assert type of orderflow object
|
2024-12-06 20:05:07 +01:00 |
|
Matthias
|
171157c100
|
chore: further simplify orderflow code
|
2024-12-06 07:03:24 +01:00 |
|
Matthias
|
3137d7cf2c
|
chore: remove unnecessary config alias
|
2024-12-06 06:43:01 +01:00 |
|
Matthias
|
6ab528748e
|
tests: Update orderflow tests
|
2024-12-06 06:40:15 +01:00 |
|
Matthias
|
621dfc136e
|
fix: Improved caching
closes #11008
|
2024-12-06 06:38:49 +01:00 |
|
Matthias
|
9d07f5dc2e
|
chore: reduce orderflow code duplication
|
2024-12-05 19:37:36 +01:00 |
|
Matthias
|
48dd86bd9b
|
chore: use .at for assignments
|
2024-12-05 19:33:49 +01:00 |
|
Matthias
|
4879582896
|
feat: use dataframe.at directly to avoid intermediate series
|
2024-12-05 19:32:40 +01:00 |
|
Matthias
|
6584f86bce
|
test: add Spy to improve test
|
2024-12-05 19:19:17 +01:00 |
|
Matthias
|
82d517fcbb
|
test: improve orderflow test
|
2024-12-05 07:12:35 +01:00 |
|
Matthias
|
ff371c43e0
|
tests: add test to ensure caching works
part of #11008
|
2024-12-05 07:11:58 +01:00 |
|