dependabot[bot]
|
bd5f02a8df
|
chore(deps-dev): bump isort from 6.0.0 to 6.0.1
Bumps [isort](https://github.com/PyCQA/isort) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PyCQA/isort/compare/6.0.0...6.0.1)
---
updated-dependencies:
- dependency-name: isort
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-03-03 03:30:33 +00:00 |
|
dependabot[bot]
|
91438affc8
|
chore(deps): bump fastapi from 0.115.8 to 0.115.11
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.8 to 0.115.11.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.115.8...0.115.11)
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-03-03 03:29:54 +00:00 |
|
dependabot[bot]
|
1548fdfca6
|
chore(deps): bump python-telegram-bot from 21.10 to 21.11.1
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 21.10 to 21.11.1.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/v21.11.1/CHANGES.rst)
- [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v21.10...v21.11.1)
---
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>
|
2025-03-03 03:29:50 +00:00 |
|
dependabot[bot]
|
4bebb20477
|
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.6.5 to 9.6.7
- [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.6.5...9.6.7)
---
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>
|
2025-03-03 03:29:41 +00:00 |
|
dependabot[bot]
|
3fb4524c5a
|
chore(deps-dev): bump pytest from 8.3.4 to 8.3.5 in the pytest group
Bumps the pytest group with 1 update: [pytest](https://github.com/pytest-dev/pytest).
Updates `pytest` from 8.3.4 to 8.3.5
- [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.3.4...8.3.5)
---
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>
|
2025-03-03 03:29:30 +00:00 |
|
dependabot[bot]
|
cdd1273ed0
|
chore(deps-dev): bump types-requests in the types group
Bumps the types group with 1 update: [types-requests](https://github.com/python/typeshed).
Updates `types-requests` from 2.32.0.20241016 to 2.32.0.20250301
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-requests
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: types
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-03-03 03:29:01 +00:00 |
|
Matthias
|
717f17a9b5
|
chore: fix mutable defaults bug
|
2025-03-02 19:56:59 +01:00 |
|
Matthias
|
11763e8cd1
|
chore: improve clarity
|
2025-03-02 16:09:55 +01:00 |
|
Matthias
|
5e50348150
|
Merge branch 'develop' into fix/mutable_defaults
|
2025-03-02 16:04:30 +01:00 |
|
Matthias
|
ccfc690281
|
feat: add SQN to backtest result
closes #11397
|
2025-03-02 15:47:30 +01:00 |
|
Matthias
|
e1f6702932
|
feat: add SQN calculation as backtest metric
|
2025-03-02 15:41:43 +01:00 |
|
Matthias
|
13e9f8a98e
|
fix: use initialMargin over collateral for position wallet
closes #11415
|
2025-03-02 14:43:58 +01:00 |
|
Matthias
|
cc0337585e
|
Merge pull request #11289 from freqtrade/feat/binance_trades_fast
Binance: Download trades "fast" from binance.vision
|
2025-03-02 14:43:47 +01:00 |
|
Matthias
|
3070e37335
|
docs: add plain merge to known common mistakes
closes #11438
|
2025-03-01 08:01:35 +01:00 |
|
Matthias
|
c50edafac6
|
feat: add record_version to trades table
|
2025-02-28 19:14:38 +01:00 |
|
Matthias
|
7ccac492bb
|
fix: max_stake_amount should not include leverage
|
2025-02-28 16:12:20 +01:00 |
|
Matthias
|
5b9102f9a8
|
tests: Use higher limit on x86 macos to avoid random fails
|
2025-02-28 07:01:50 +01:00 |
|
Matthias
|
f447de4840
|
chore: bump version to 2025.3-dev
|
2025-02-28 06:36:02 +01:00 |
|
Matthias
|
c5fd6f4519
|
Merge pull request #11432 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2025-02-27 07:25:48 +01:00 |
|
Freqtrade Bot
|
efe0275ae1
|
chore: update pre-commit hooks
|
2025-02-27 05:50:03 +00:00 |
|
Matthias
|
ba98f1a9be
|
chore: update pre-commit author to freqtradeBot
|
2025-02-27 06:49:19 +01:00 |
|
Matthias
|
5380b22729
|
chore: update leverage tiers author to use the bot email
|
2025-02-27 06:48:54 +01:00 |
|
Matthias
|
338bc7c677
|
chore: Bump docker image to 3.12.9
|
2025-02-27 06:33:05 +01:00 |
|
Matthias
|
449a5e85b4
|
Merge pull request #11431 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2025-02-27 06:20:15 +01:00 |
|
xmatthias
|
0f5cb87c65
|
chore: update pre-commit hooks
|
2025-02-27 03:08:16 +00:00 |
|
Matthias
|
822e7bad1f
|
Merge pull request #11426 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2025-02-25 06:23:10 +01:00 |
|
xmatthias
|
86a5240174
|
chore: update pre-commit hooks
|
2025-02-25 03:08:51 +00:00 |
|
Matthias
|
7b7c8d9374
|
chore(deps): bump ccxt from 4.4.61 to 4.4.62
closes #11405
|
2025-02-24 19:51:54 +01:00 |
|
Matthias
|
fde3547dbb
|
docs: add warning about duplicate symbols in coingecko
|
2025-02-24 18:06:52 +01:00 |
|
Matthias
|
9bd7fac86f
|
Merge pull request #11424 from freqtrade/dependabot/pip/develop/pyarrow-19.0.1
chore(deps): bump pyarrow from 19.0.0 to 19.0.1
|
2025-02-24 09:57:58 +01:00 |
|
Matthias
|
8085d8cd00
|
chore: update prebuilt pyarrow binary
|
2025-02-24 09:40:06 +01:00 |
|
Matthias
|
3f656a9758
|
Merge pull request #11421 from freqtrade/dependabot/pip/develop/humanize-4.12.1
chore(deps): bump humanize from 4.12.0 to 4.12.1
|
2025-02-24 08:12:28 +01:00 |
|
Matthias
|
38f1981d6f
|
Merge pull request #11412 from freqtrade/feat/adjust_order_price
Add adjust_order_price callback
|
2025-02-24 07:02:27 +01:00 |
|
Matthias
|
d55b3e0228
|
Merge pull request #11420 from freqtrade/dependabot/pip/develop/ccxt-4.4.61
chore(deps): bump ccxt from 4.4.59 to 4.4.61
|
2025-02-24 06:55:12 +01:00 |
|
Matthias
|
d3f8bef2ef
|
Merge pull request #11422 from freqtrade/dependabot/pip/develop/ruff-0.9.7
chore(deps-dev): bump ruff from 0.9.6 to 0.9.7
|
2025-02-24 06:45:43 +01:00 |
|
dependabot[bot]
|
f78f52f78e
|
chore(deps): bump humanize from 4.12.0 to 4.12.1
Bumps [humanize](https://github.com/python-humanize/humanize) from 4.12.0 to 4.12.1.
- [Release notes](https://github.com/python-humanize/humanize/releases)
- [Commits](https://github.com/python-humanize/humanize/compare/4.12.0...4.12.1)
---
updated-dependencies:
- dependency-name: humanize
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-24 05:26:05 +00:00 |
|
Matthias
|
d451dcf28b
|
Merge pull request #11419 from freqtrade/dependabot/pip/develop/mkdocs-ab7c602706
chore(deps): bump mkdocs-material from 9.6.4 to 9.6.5 in the mkdocs group
|
2025-02-24 06:25:31 +01:00 |
|
Matthias
|
063964ed38
|
Merge pull request #11423 from freqtrade/dependabot/pip/develop/cachetools-5.5.2
chore(deps): bump cachetools from 5.5.1 to 5.5.2
|
2025-02-24 06:24:15 +01:00 |
|
dependabot[bot]
|
ac70d559a4
|
chore(deps): bump pyarrow from 19.0.0 to 19.0.1
Bumps [pyarrow](https://github.com/apache/arrow) from 19.0.0 to 19.0.1.
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](https://github.com/apache/arrow/compare/apache-arrow-19.0.0...apache-arrow-19.0.1)
---
updated-dependencies:
- dependency-name: pyarrow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-24 03:24:23 +00:00 |
|
dependabot[bot]
|
685e575f6b
|
chore(deps): bump cachetools from 5.5.1 to 5.5.2
Bumps [cachetools](https://github.com/tkem/cachetools) from 5.5.1 to 5.5.2.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tkem/cachetools/compare/v5.5.1...v5.5.2)
---
updated-dependencies:
- dependency-name: cachetools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-24 03:24:18 +00:00 |
|
dependabot[bot]
|
1640267798
|
chore(deps-dev): bump ruff from 0.9.6 to 0.9.7
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.6 to 0.9.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.9.6...0.9.7)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-24 03:24:14 +00:00 |
|
dependabot[bot]
|
d5585dd5e3
|
chore(deps): bump ccxt from 4.4.59 to 4.4.61
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.4.59 to 4.4.61.
- [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/go/v4.4.59...go/v4.4.61)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-24 03:23:46 +00:00 |
|
dependabot[bot]
|
90e2db708e
|
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.6.4 to 9.6.5
- [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.6.4...9.6.5)
---
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>
|
2025-02-24 03:23:30 +00:00 |
|
Matthias
|
64303e90d6
|
feat: Be more verbose on startup regarding what the bot is doing
closes #11416
|
2025-02-23 17:16:46 +01:00 |
|
Matthias
|
901dfa21fc
|
Merge pull request #11418 from Cygra/patch-1
fix: typo in strategy-customization.md
|
2025-02-23 16:24:55 +01:00 |
|
Cygra Wang
|
5e7d883732
|
fix: typo in strategy-customization.md
|
2025-02-23 15:11:05 +08:00 |
|
Matthias
|
840f074c66
|
chore: simplify rpc imports
|
2025-02-22 12:50:51 +01:00 |
|
Matthias
|
0408ad1095
|
fix: exception when rounded price is nan
closes #11414
|
2025-02-22 08:21:24 +01:00 |
|
Matthias
|
e262110c3b
|
test: add test case for #11414
|
2025-02-22 08:19:38 +01:00 |
|
Matthias
|
09b9ff2c68
|
fix: provide default for exit reason
|
2025-02-20 20:32:51 +01:00 |
|