Commit Graph

30521 Commits

Author SHA1 Message Date
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
Matthias
01fbf31405 chore: don't suggest binance.us supports futures
it doesn't.
2025-12-08 17:15:41 +01:00
Matthias
00f687f3f5 test: test futures data with online exchanges 2025-12-08 17:07:26 +01:00
Matthias
96849fcafe refactor: provide a non-failing check_candle_support method 2025-12-08 17:01:36 +01:00
Matthias
80d5b6e24c test: minor refactor in online tests 2025-12-08 16:23:43 +01:00
Matthias
f33fd98c83 test: Add test for candle type verification 2025-12-08 14:43:12 +01:00
Matthias
c7636734de feat: validate supported candle types when downloading data 2025-12-08 14:29:16 +01:00
Matthias
994e61fe42 feat: add (commented) validation for fetch_*_ohlcv methods 2025-12-08 13:47:26 +01:00
Matthias
359eba462b feat: add candle_types argument to download-data 2025-12-08 12:45:41 +01:00
Matthias
38e48c0c5e test: update refresh ohlcv data test 2025-12-08 11:55:58 +01:00
Matthias
1e187e0945 Merge pull request #12604 from freqtrade/dependabot/pip/develop/ccxt-4.5.25
chore(deps): bump ccxt from 4.5.24 to 4.5.26
2025-12-08 11:52:15 +01:00
dependabot[bot]
e4fc5df1cf chore(deps): bump ccxt from 4.5.24 to 4.5.25
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.5.24 to 4.5.25.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Commits](https://github.com/ccxt/ccxt/compare/v4.5.24...v4.5.25)

---
updated-dependencies:
- dependency-name: ccxt
  dependency-version: 4.5.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-08 09:25:30 +00:00
Matthias
cde886b884 chore: use str for safe usage of candle_type 2025-12-08 10:20:00 +01:00
Matthias
9f4e167455 chore: force keyword usage on refresh_backtest_ohlcv 2025-12-08 09:27:48 +01:00
Matthias
f5e6504e22 test: add test for funding rate exchange fix 2025-12-08 09:11:49 +01:00
Matthias
0ec1066b34 test: add test for funding_rate fix 2025-12-08 08:48:37 +01:00
Matthias
62d4da3b94 test: add test for get_funding_rate_timeframe 2025-12-08 08:43:50 +01:00
Matthias
253950deb6 Merge pull request #12600 from freqtrade/dependabot/pip/develop/scipy-ea2b5522bf
chore(deps-dev): bump scipy-stubs from 1.16.3.1 to 1.16.3.2 in the scipy group
2025-12-08 08:38:40 +01:00
Matthias
ed92d6beb9 Merge pull request #12601 from freqtrade/dependabot/pip/develop/ruff-0.14.7
chore(deps-dev): bump ruff from 0.14.6 to 0.14.7
2025-12-08 08:27:20 +01:00
Matthias
ebb362d9fa chore: bump scipy-stubs in pre-commit config 2025-12-08 08:16:30 +01:00