dependabot[bot]
|
ad3ddcaadb
|
chore(deps-dev): bump ruff from 0.13.0 to 0.13.1
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.13.0 to 0.13.1.
- [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.13.0...0.13.1)
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.13.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-22 03:02:23 +00:00 |
|
dependabot[bot]
|
be56052417
|
chore(deps): bump ccxt from 4.5.4 to 4.5.5
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.5.4 to 4.5.5.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/exchanges.cfg)
- [Commits](https://github.com/ccxt/ccxt/compare/v4.5.4...v4.5.5)
---
updated-dependencies:
- dependency-name: ccxt
dependency-version: 4.5.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-22 03:02:06 +00:00 |
|
dependabot[bot]
|
9a888d9896
|
chore(deps): bump fastapi from 0.116.1 to 0.117.1
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.116.1 to 0.117.1.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.116.1...0.117.1)
---
updated-dependencies:
- dependency-name: fastapi
dependency-version: 0.117.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-22 03:01:51 +00:00 |
|
dependabot[bot]
|
24a7e585e4
|
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.19 to 9.6.20
- [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.19...9.6.20)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-version: 9.6.20
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-22 03:01:42 +00:00 |
|
dependabot[bot]
|
2120f1ed5b
|
chore(deps-dev): bump pytest-mock in the pytest group
Bumps the pytest group with 1 update: [pytest-mock](https://github.com/pytest-dev/pytest-mock).
Updates `pytest-mock` from 3.15.0 to 3.15.1
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.15.0...v3.15.1)
---
updated-dependencies:
- dependency-name: pytest-mock
dependency-version: 3.15.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pytest
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-22 03:01:33 +00:00 |
|
Matthias
|
3a2bb22cb3
|
Merge pull request #12268 from freqtrade/maint/cache
changes to CI caching
|
2025-09-21 17:40:32 +02:00 |
|
Matthias
|
a7c4ec6eaf
|
chore: try without brew python fixes
Should work now since we're using UV...
|
2025-09-21 16:51:13 +02:00 |
|
Matthias
|
f7b934b306
|
chore(ci): try to not prune uv cache
|
2025-09-21 16:21:32 +02:00 |
|
Matthias
|
d34e7a1e8e
|
chore: don't retry bootstrap indefinitely
better behavior is to stop after a couple of attempts
|
2025-09-21 15:02:34 +02:00 |
|
Matthias
|
4804ec986a
|
chore: cleanup unused (and now unsupported) comments
|
2025-09-21 15:02:24 +02:00 |
|
Matthias
|
16117e5b6c
|
chore: remove obsolete todo
|
2025-09-20 20:23:43 +02:00 |
|
Matthias
|
985805e0d5
|
test: add test for order_book_to_dataframe
|
2025-09-20 20:23:23 +02:00 |
|
Matthias
|
78acaf8f4c
|
Merge pull request #12214 from mrpabloyeah/fix-shufflefilter-behavior-in-backtesting
Fix ShuffleFilter behavior in backtesting
|
2025-09-19 20:36:37 +02:00 |
|
Matthias
|
a1dad065b2
|
docs: enhance doc wording around pairlists
|
2025-09-19 20:32:01 +02:00 |
|
Matthias
|
3b03d4346c
|
docs: enhance freqUI documentation page structure
|
2025-09-19 20:31:03 +02:00 |
|
Matthias
|
c6551819cd
|
chore: re-word help string
|
2025-09-19 20:23:36 +02:00 |
|
Matthias
|
e58635a881
|
test: minor adjustments to new tests
|
2025-09-19 20:23:07 +02:00 |
|
Matthias
|
8e3331d0db
|
chore: rename variable for clarity
|
2025-09-19 20:16:44 +02:00 |
|
Matthias
|
8391a0612d
|
chore: use ccxt's "set_markets_from_exchange" instead of manual logic
|
2025-09-18 07:11:55 +02:00 |
|
Matthias
|
68c00d1c4d
|
chore: bump ccxt min-version requirement
this will allow us to use new features
e.g. `.set_markets_from_exchange()`
|
2025-09-18 07:11:55 +02:00 |
|
Matthias
|
f48f24ce2e
|
Merge pull request #12263 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2025-09-18 06:29:06 +02:00 |
|
Freqtrade Bot
|
9d5a88416a
|
chore: update pre-commit hooks
|
2025-09-18 03:12:21 +00:00 |
|
Stefano
|
a314786056
|
Merge branch 'delist' of https://github.com/stash86/freqtrade into delist
|
2025-09-17 13:38:14 +09:00 |
|
Stefano
|
aee9b2c749
|
remove lock
|
2025-09-17 13:38:09 +09:00 |
|
Stefano
|
3fffee3b05
|
Merge branch 'freqtrade:develop' into delist
|
2025-09-17 11:55:26 +09:00 |
|
Stefano
|
72abae7b94
|
disable delisting check on non-trading mode
|
2025-09-17 11:38:28 +09:00 |
|
Stefano
|
a300df7ff3
|
fix precommit
|
2025-09-17 09:22:21 +09:00 |
|
Stefano
|
8e500d4601
|
add DelistFilter
|
2025-09-17 09:16:05 +09:00 |
|
Matthias
|
f6e1442fdf
|
Merge pull request #12257 from stash86/main-stash
Update API docs
|
2025-09-16 21:26:44 +02:00 |
|
Stefano
|
d8d8260d76
|
remove logger
|
2025-09-16 16:11:23 +09:00 |
|
Stefano
|
72dd0d062b
|
add spot check for binance
|
2025-09-16 15:52:19 +09:00 |
|
Stefano
|
03c67d6a3b
|
switch to use dataprovider to give flexibility to users
|
2025-09-16 14:59:44 +09:00 |
|
Matthias
|
314cd10e27
|
Merge pull request #12260 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2025-09-16 06:28:36 +02:00 |
|
Freqtrade Bot
|
6e6a929fac
|
chore: update pre-commit hooks
|
2025-09-16 03:12:05 +00:00 |
|
Stefano
|
d069f5477e
|
add delisted pair to blacklist
|
2025-09-16 11:06:34 +09:00 |
|
Stefano
|
a4a5fbe4a8
|
add column name for bybit and okx
|
2025-09-16 10:53:00 +09:00 |
|
Stefano
|
01e288297a
|
fix precommit
|
2025-09-16 09:33:48 +09:00 |
|
Stefano
|
7564b1e6df
|
remove extra log, fix delivery time check for binance
|
2025-09-16 09:23:20 +09:00 |
|
Stefano
|
cf010c3f17
|
initial concept
|
2025-09-16 08:54:47 +09:00 |
|
Stefano
|
5ff95db9e1
|
move the example of blacklist to Programmatic Use card
|
2025-09-16 08:17:35 +09:00 |
|
Matthias
|
ada72d2264
|
Merge pull request #12247 from freqtrade/dependabot/pip/develop/ruff-0.13.0
chore(deps-dev): bump ruff from 0.12.12 to 0.13.0
|
2025-09-15 20:21:40 +02:00 |
|
Matthias
|
9f436dcd1e
|
chore: fix RUF043 violations
|
2025-09-15 19:20:20 +02:00 |
|
Matthias
|
95a710d4a8
|
chore: fix RUF059 violations
|
2025-09-15 19:15:43 +02:00 |
|
Matthias
|
bf5d300a54
|
Merge pull request #12248 from freqtrade/dependabot/pip/develop/pydantic-2.11.9
chore(deps): bump pydantic from 2.11.7 to 2.11.9
|
2025-09-15 11:45:52 +02:00 |
|
Matthias
|
f7a1325339
|
Merge pull request #12246 from freqtrade/dependabot/pip/develop/scipy-26573e6263
chore(deps): bump the scipy group with 2 updates
|
2025-09-15 11:29:03 +02:00 |
|
Stefano
|
e13152715c
|
Merge branch 'freqtrade:develop' into main-stash
|
2025-09-15 17:32:04 +09:00 |
|
Stefano
|
19a35ed111
|
add examples on API docs. Fix some params name
|
2025-09-15 17:29:33 +09:00 |
|
Matthias
|
e62ba8ed1e
|
chore: update scipy-stubs in pre-commit
|
2025-09-15 08:52:49 +02:00 |
|
Matthias
|
f62ded94bb
|
Merge pull request #12251 from freqtrade/dependabot/pip/develop/numpy-2.3.3
chore(deps): bump numpy from 2.3.2 to 2.3.3
|
2025-09-15 08:27:25 +02:00 |
|
dependabot[bot]
|
74f459d7ed
|
chore(deps): bump numpy from 2.3.2 to 2.3.3
Bumps [numpy](https://github.com/numpy/numpy) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v2.3.2...v2.3.3)
---
updated-dependencies:
- dependency-name: numpy
dependency-version: 2.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-15 05:59:20 +00:00 |
|