Matthias
|
715ef21da0
|
Merge pull request #12621 from freqtrade/dependabot/github_actions/develop/actions/checkout-6.0.1
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1
|
2025-12-15 06:43:44 +01:00 |
|
Matthias
|
b8defa5d45
|
Merge pull request #12622 from freqtrade/dependabot/pip/develop/stable-baselines3-2.7.1
chore(deps): bump stable-baselines3 from 2.7.0 to 2.7.1
|
2025-12-15 06:27:06 +01:00 |
|
Matthias
|
6d3dac828a
|
Merge pull request #12618 from freqtrade/dependabot/pip/develop/pytest-80f5f76e78
chore(deps-dev): bump pytest from 9.0.1 to 9.0.2 in the pytest group
|
2025-12-15 06:25:26 +01:00 |
|
Matthias
|
968a9a3750
|
Merge pull request #12625 from freqtrade/dependabot/pip/develop/ruff-0.14.8
chore(deps-dev): bump ruff from 0.14.7 to 0.14.8
|
2025-12-15 06:24:26 +01:00 |
|
Matthias
|
03b5cdb240
|
Merge pull request #12624 from freqtrade/dependabot/pip/develop/pymdown-extensions-10.18
chore(deps): bump pymdown-extensions from 10.17.2 to 10.18
|
2025-12-15 06:24:14 +01:00 |
|
dependabot[bot]
|
7dc0d5d146
|
chore(deps-dev): bump ruff from 0.14.7 to 0.14.8
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.7 to 0.14.8.
- [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.14.7...0.14.8)
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.14.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-15 03:02:48 +00:00 |
|
dependabot[bot]
|
c20f511418
|
chore(deps): bump pymdown-extensions from 10.17.2 to 10.18
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.17.2 to 10.18.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.17.2...10.18)
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-version: '10.18'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-15 03:02:20 +00:00 |
|
dependabot[bot]
|
5d25adfc42
|
chore(deps): bump stable-baselines3 from 2.7.0 to 2.7.1
Bumps [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/DLR-RM/stable-baselines3/releases)
- [Commits](https://github.com/DLR-RM/stable-baselines3/compare/v2.7.0...v2.7.1)
---
updated-dependencies:
- dependency-name: stable-baselines3
dependency-version: 2.7.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-15 03:02:07 +00:00 |
|
dependabot[bot]
|
1099fd2525
|
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6.0.0...v6.0.1)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-15 03:02:03 +00:00 |
|
dependabot[bot]
|
57d1e24275
|
chore(deps-dev): bump pytest from 9.0.1 to 9.0.2 in the pytest group
Bumps the pytest group with 1 update: [pytest](https://github.com/pytest-dev/pytest).
Updates `pytest` from 9.0.1 to 9.0.2
- [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/9.0.1...9.0.2)
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pytest
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-15 03:01:39 +00:00 |
|
Matthias
|
e52b5aef45
|
Merge pull request #12617 from freqtrade/feat/exit_price
Add price parameter to force-exit API
|
2025-12-14 19:34:25 +01:00 |
|
Matthias
|
a16d2a1ef9
|
chore: fix typo
|
2025-12-14 18:29:43 +01:00 |
|
Matthias
|
13c86452e9
|
refactor: only assign order_type once
|
2025-12-14 18:29:37 +01:00 |
|
Matthias
|
fe18731057
|
test: slightly improve custom_exit_rate test
|
2025-12-14 17:58:11 +01:00 |
|
Matthias
|
e26529b695
|
feat: Don't run custom_exit_price callback when exiting with price
|
2025-12-14 17:58:11 +01:00 |
|
Matthias
|
bac6219cc1
|
feat: add price to force-exit
|
2025-12-14 17:58:11 +01:00 |
|
Matthias
|
0ed3bdc747
|
test: add test for force exit API logic
|
2025-12-14 17:57:52 +01:00 |
|
Matthias
|
8af0631ff0
|
Merge pull request #12599 from freqtrade/fix/dynamic_funding_fees
Adjust to dynamic funding fees
|
2025-12-14 17:56:34 +01:00 |
|
Matthias
|
2e3d276304
|
docs: Add strategy docs to migrate funding fees
|
2025-12-14 17:13:03 +01:00 |
|
Matthias
|
bd5630a104
|
test: simplify test mock
|
2025-12-14 16:19:37 +01:00 |
|
Matthias
|
b406219515
|
test: add candle_types test
|
2025-12-14 15:51:06 +01:00 |
|
Matthias
|
31d3a19836
|
feat: support candle_type parameter via API download
|
2025-12-14 13:49:39 +01:00 |
|
Matthias
|
83b372a32d
|
docs: add "Funding fee adjustment" to deprecated docs
|
2025-12-13 19:30:21 +01:00 |
|
Matthias
|
51e0b204b6
|
docs: improve download data docs
|
2025-12-13 18:30:30 +01:00 |
|
Matthias
|
6848f9197e
|
Merge pull request #12613 from freqtrade/fix/binance
Fix binance futures stoploss Order handling
|
2025-12-13 08:28:21 +01:00 |
|
Matthias
|
6d2c30abca
|
chore: bump ccxt to 4.5.27
|
2025-12-12 06:54:29 +01:00 |
|
Matthias
|
93bde7dc46
|
fix: support binance algo orders
closes #12610
|
2025-12-12 06:52:11 +01:00 |
|
Matthias
|
97e2e0a405
|
chore: remove hard-pin of pycares
|
2025-12-11 18:23:58 +01:00 |
|
Matthias
|
12206f028b
|
chore: comment wording improvements
|
2025-12-11 07:16:36 +01:00 |
|
Matthias
|
4c7944ac77
|
chore: update comment wording
|
2025-12-11 07:09:23 +01:00 |
|
Matthias
|
d4ced7b416
|
docs: improve doc wording
|
2025-12-11 07:05:58 +01:00 |
|
Matthias
|
451eef5c99
|
test: further test simplifications
|
2025-12-11 06:49:56 +01:00 |
|
Matthias
|
ae8f059de0
|
Merge pull request #12611 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2025-12-11 06:49:18 +01:00 |
|
Matthias
|
878bd7cbc7
|
chore: pin pycares for now
|
2025-12-11 06:35:27 +01:00 |
|
Freqtrade Bot
|
6d017c9a6c
|
chore: update pre-commit hooks
|
2025-12-11 03:29:24 +00:00 |
|
Matthias
|
4c3d9b8c70
|
test: simplify some stoploss test setups
|
2025-12-10 19:28:30 +01:00 |
|
Matthias
|
23a4260859
|
chore: simplify okx cancel stoploss method
|
2025-12-10 17:23:10 +01:00 |
|
Matthias
|
d15d08a2d5
|
test: Improve refresh_backtest test
|
2025-12-09 20:18:12 +01:00 |
|
Matthias
|
6aeab16ce4
|
test: improve candle type verification test
|
2025-12-09 20:13:10 +01:00 |
|
Matthias
|
46538d9a5b
|
fix: verify prog actually exists before using it
|
2025-12-09 19:34:58 +01:00 |
|
Matthias
|
f0f48395c5
|
chore: update download-data help text
|
2025-12-09 18:25:54 +01:00 |
|
Matthias
|
b3a1442a69
|
feat: allow varying help texts for different subcommands
|
2025-12-09 18:25:11 +01:00 |
|
Matthias
|
bbafb1dabd
|
fix: deduplicate list before downloading
This avoids duplicate downloads, for example on hyperliquid, which uses "futures" as mark candle type.
|
2025-12-09 13:54:05 +01:00 |
|
Matthias
|
645a9159e4
|
chore: hyperliquid doesn't have mark candles
it uses regular futures candles as multiplicator for funding fees.
|
2025-12-09 13:43:49 +01:00 |
|
Matthias
|
2d3ff2f8ca
|
test: mark-test should use the candle's defined mark price attribute
|
2025-12-09 13:42:59 +01:00 |
|
Matthias
|
5919736904
|
Merge pull request #12607 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2025-12-09 07:23:50 +01:00 |
|
Freqtrade Bot
|
732610e200
|
chore: update pre-commit hooks
|
2025-12-09 03:27:07 +00:00 |
|
Matthias
|
309985503d
|
test: fix funding_rate_history online test
|
2025-12-08 20:17:10 +01:00 |
|
Matthias
|
072ed705fc
|
test: fix funding_fee online tests
|
2025-12-08 19:21:48 +01:00 |
|
Matthias
|
3689b52309
|
docs: add Section about very loose stoploss on exchange
closes #12598
|
2025-12-08 17:21:51 +01:00 |
|