Matthias
f4d76aa360
chore: improved wording
2024-09-28 10:18:59 +02:00
Matthias
56835f5f09
chore: manually check for symlink
2024-09-28 10:17:52 +02:00
Matthias
255ad7cac5
tests: test invalid category in list
2024-09-28 10:14:31 +02:00
Matthias
8c097a81ea
tests: enhance test for marketcappairlist
2024-09-28 10:10:07 +02:00
Matthias
3dc92b42fe
fix: Check if sub-directories are actually directories and fail otherwise.
...
This will explicitly fail if a file (or an invalid symlink) is present.
Freqtrade requires these files to be valid files - so failing here is correct behavior.
closes #10720
2024-09-28 09:54:49 +02:00
Jakub W.
1ed5a37280
Update freqtrade/plugins/pairlist/IPairList.py
...
Co-authored-by: Matthias <xmatthias@outlook.com>
2024-09-26 23:38:17 +02:00
Matthias
cb36f2844e
chore: Improve "wrong category" error.
2024-09-26 20:21:27 +02:00
Matthias
7b93b55b78
docs: rephrase categories docs and add performance warning
2024-09-26 20:07:41 +02:00
Matthias
6837196e44
fix: treat marketcap as optional parameter
2024-09-26 19:59:23 +02:00
Matthias
31680f3b59
chore: Improve UI wording
2024-09-26 19:31:43 +02:00
Matthias
91d9c9b4d5
Merge pull request #10711 from freqtrade/fix/pytorch-scaling
...
Build Documentation / Deploy Docs through mike (push) Has been cancelled
fix: Update BasePyTorchRegressor.py
2024-09-26 18:53:14 +02:00
Robert Caulk
d18d8cf0ea
freqai_info -> ft_params
2024-09-26 17:54:14 +02:00
Robert Caulk
123909cdac
fix: Update BasePyTorchRegressor.py
2024-09-26 16:31:43 +02:00
Matthias
f0eaccc6ac
Merge pull request #10709 from freqtrade/update/binance-leverage-tiers
...
Build Documentation / Deploy Docs through mike (push) Waiting to run
Update Binance Leverage Tiers
2024-09-26 06:20:14 +02:00
xmatthias
1d66ef2f2d
chore: update pre-commit hooks
2024-09-26 03:17:36 +00:00
Jakub Werner (jakubikan)
8aefae3aff
format
2024-09-25 21:22:40 +02:00
Jakub Werner (jakubikan)
514558796b
double quotes
2024-09-25 21:21:56 +02:00
Jakub Werner (jakubikan)
b00ca54707
adding docu
2024-09-25 21:20:35 +02:00
Jakub Werner (jakubikan)
0dbe507b26
making list of categories available
2024-09-25 21:11:52 +02:00
Matthias
4b70bea21f
chore: reset params for emulated call
Build Documentation / Deploy Docs through mike (push) Waiting to run
Binance Leverage tiers update / auto-update (push) Has been cancelled
2024-09-25 19:11:12 +02:00
Matthias
096a051b99
test: update test
2024-09-25 19:03:03 +02:00
Matthias
a3ca1ff1e9
fix: send acknoledged to bybit fetch_order calls
2024-09-25 19:02:32 +02:00
Matthias
28eabfe477
tests: update test for retryable okx behavior
Build Documentation / Deploy Docs through mike (push) Waiting to run
2024-09-25 06:20:49 +02:00
Matthias
0a68b0515c
chore: reduce retry count for stop orders
2024-09-24 20:20:33 +02:00
Matthias
566c0c8f72
refactor: split okx fetch stop fallback
2024-09-24 20:20:33 +02:00
Matthias
333f2cb472
fix: Improve error handling for OKX stop orders
...
closes #10704
2024-09-24 19:38:36 +02:00
Matthias
3d1acc65af
tests: add test for #10704
2024-09-24 19:38:11 +02:00
Matthias
5907de90c1
Merge pull request #10687 from freqtrade/refactor/trade_init_0
...
Build Documentation / Deploy Docs through mike (push) Has been cancelled
Initialize Trade objects with amount=0
2024-09-24 06:30:24 +02:00
Matthias
25d8a9d1f8
Merge pull request #10701 from freqtrade/update/pre-commit-hooks
...
Update pre-commit hooks
2024-09-24 06:30:09 +02:00
xmatthias
b44e8199b5
chore: update pre-commit hooks
2024-09-24 03:06:51 +00:00
Matthias
91449d0c8b
Merge pull request #10699 from freqtrade/dependabot/pip/develop/ccxt-4.4.6
...
Build Documentation / Deploy Docs through mike (push) Waiting to run
Pre-commit auto-update / auto-update (push) Has been cancelled
chore(deps): bump ccxt from 4.4.5 to 4.4.6
2024-09-23 13:05:49 +02:00
dependabot[bot]
b228f177f3
chore(deps): bump ccxt from 4.4.5 to 4.4.6
...
Bumps [ccxt](https://github.com/ccxt/ccxt ) from 4.4.5 to 4.4.6.
- [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.5...4.4.6 )
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 09:57:20 +00:00
Matthias
9a40a2d4f2
Merge pull request #10695 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.35
...
Build Documentation / Deploy Docs through mike (push) Waiting to run
chore(deps): bump sqlalchemy from 2.0.34 to 2.0.35
2024-09-23 11:56:28 +02:00
Matthias
cdc3dabba1
Merge pull request #10693 from freqtrade/dependabot/pip/develop/fastapi-0.115.0
...
chore(deps): bump fastapi from 0.114.2 to 0.115.0
2024-09-23 11:30:26 +02:00
Matthias
40ba2cbe79
Merge pull request #10690 from freqtrade/dependabot/pip/develop/pymdown-extensions-10.10.1
...
chore(deps): bump pymdown-extensions from 10.9 to 10.10.1
2024-09-23 11:03:54 +02:00
Matthias
7ede8af193
Merge branch 'develop' into dependabot/pip/develop/sqlalchemy-2.0.35
2024-09-23 10:52:07 +02:00
Matthias
a835b8cc8f
Merge pull request #10698 from freqtrade/dependabot/pip/develop/filelock-3.16.1
...
chore(deps): bump filelock from 3.16.0 to 3.16.1
2024-09-23 09:44:11 +02:00
Matthias
e54b47b857
Merge pull request #10697 from freqtrade/dependabot/pip/develop/python-telegram-bot-21.6
...
chore(deps): bump python-telegram-bot from 21.5 to 21.6
2024-09-23 09:28:28 +02:00
Matthias
c93c25829b
Merge pull request #10696 from freqtrade/dependabot/pip/develop/ruff-0.6.7
...
chore(deps-dev): bump ruff from 0.6.5 to 0.6.7
2024-09-23 09:24:19 +02:00
dependabot[bot]
1cdf8b29a5
chore(deps): bump fastapi from 0.114.2 to 0.115.0
...
Bumps [fastapi](https://github.com/fastapi/fastapi ) from 0.114.2 to 0.115.0.
- [Release notes](https://github.com/fastapi/fastapi/releases )
- [Commits](https://github.com/fastapi/fastapi/compare/0.114.2...0.115.0 )
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 06:38:27 +00:00
Matthias
b6eacf0771
Merge pull request #10694 from freqtrade/dependabot/pip/develop/pandas-2.2.3
...
chore(deps): bump pandas from 2.2.2 to 2.2.3
2024-09-23 08:37:49 +02:00
Matthias
4ea23c1bd8
Merge pull request #10692 from freqtrade/dependabot/pip/develop/websockets-13.1
...
chore(deps): bump websockets from 13.0.1 to 13.1
2024-09-23 08:37:01 +02:00
Matthias
70398820c0
Merge pull request #10691 from freqtrade/dependabot/pip/develop/pydantic-2.9.2
...
chore(deps): bump pydantic from 2.9.1 to 2.9.2
2024-09-23 08:36:21 +02:00
dependabot[bot]
04abc4d12f
chore(deps): bump pymdown-extensions from 10.9 to 10.10.1
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.9 to 10.10.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.9...10.10.1 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 06:24:37 +00:00
Matthias
8491f46045
Merge pull request #10689 from freqtrade/dependabot/pip/develop/mkdocs-73612938eb
...
chore(deps): bump mkdocs-material from 9.5.34 to 9.5.36 in the mkdocs group
2024-09-23 08:23:40 +02:00
Matthias
4aa909e587
Merge pull request #10688 from freqtrade/dependabot/github_actions/develop/pypa/gh-action-pypi-publish-1.10.2
...
chore(deps): bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2
2024-09-23 08:23:22 +02:00
Matthias
9f5e4b5812
chore: update sqlalchemy in pre-commit config
2024-09-23 06:34:12 +02:00
dependabot[bot]
06eb5abf11
chore(deps): bump filelock from 3.16.0 to 3.16.1
...
Bumps [filelock](https://github.com/tox-dev/py-filelock ) from 3.16.0 to 3.16.1.
- [Release notes](https://github.com/tox-dev/py-filelock/releases )
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.16.0...3.16.1 )
---
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 03:48:44 +00:00
dependabot[bot]
29e6e3b374
chore(deps): bump python-telegram-bot from 21.5 to 21.6
...
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot ) from 21.5 to 21.6.
- [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.5...v21.6 )
---
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-09-23 03:48:38 +00:00
dependabot[bot]
2fc97f83f4
chore(deps-dev): bump ruff from 0.6.5 to 0.6.7
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.5 to 0.6.7.
- [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.6.5...0.6.7 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 03:48:26 +00:00