dependabot[bot]
|
a647ceb753
|
chore(deps): bump fastapi from 0.121.1 to 0.121.3
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.121.1 to 0.121.3.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.121.1...0.121.3)
---
updated-dependencies:
- dependency-name: fastapi
dependency-version: 0.121.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-11-24 03:01:54 +00:00 |
|
Matthias
|
73dccb0780
|
test: Add test case for no parallel on 1 combo
|
2025-11-23 15:43:17 +01:00 |
|
Matthias
|
aa7aac3a14
|
feat: don't jump into parallel mode for single pair/timeframe downloads
|
2025-11-23 15:43:17 +01:00 |
|
Matthias
|
2015ccc727
|
test: update parallel-history test
|
2025-11-23 15:43:17 +01:00 |
|
Matthias
|
47301830b6
|
fix: be more selective before activating parallel download
|
2025-11-23 15:43:17 +01:00 |
|
Matthias
|
b7b280de96
|
Merge pull request #12542 from freqtrade/feat/no_data
Fix telegram crash during exchange downtime and improve percentage formatting
|
2025-11-23 15:43:07 +01:00 |
|
Matthias
|
7edc2e8c94
|
fix: improved realized profit telegram condition
|
2025-11-23 13:23:18 +01:00 |
|
Matthias
|
972e25a6a7
|
feat: Improve conditions to not exclude 0.0 profits
|
2025-11-23 08:33:11 +01:00 |
|
Matthias
|
649db69314
|
test: add tests for N/A when formatting prices
|
2025-11-23 08:30:24 +01:00 |
|
Matthias
|
d0fb4cdc37
|
feat: use N/A for round value
|
2025-11-23 08:30:10 +01:00 |
|
Matthias
|
efabcef330
|
feat: use pct formatting helper throughout telegram module
|
2025-11-23 08:23:05 +01:00 |
|
Matthias
|
a4e6ac0c7f
|
test: update test for new status table behavior
|
2025-11-23 08:18:51 +01:00 |
|
Matthias
|
0ce9149ddd
|
feat: use helper method to format for pct
|
2025-11-23 08:18:17 +01:00 |
|
Matthias
|
2750643e07
|
test: add tests for format_pct
|
2025-11-23 08:14:39 +01:00 |
|
Matthias
|
b92535deea
|
feat: Add format_pct helper method
|
2025-11-23 08:13:48 +01:00 |
|
Matthias
|
2fa0503993
|
fix: telegram crash during exchange downtime
|
2025-11-23 08:09:37 +01:00 |
|
Matthias
|
3932470190
|
Merge pull request #12541 from stash86/main-stash
make sure the strat's startup count don't get replaced
|
2025-11-23 08:09:25 +01:00 |
|
Stefano
|
d901f4b10b
|
make sure the strat's starupt count don't get replaced
|
2025-11-23 14:01:36 +09:00 |
|
Matthias
|
8269384077
|
fix: missing space in template
closes #12539
|
2025-11-22 19:51:16 +01:00 |
|
Matthias
|
b364153d02
|
feat: add nr_of_successful_* to api
|
2025-11-22 15:46:34 +01:00 |
|
Matthias
|
916d8324cb
|
test: update tests with new fields
|
2025-11-22 13:48:57 +01:00 |
|
Matthias
|
60309b9e57
|
chore: move num_entries/exits to trade model
|
2025-11-22 13:40:57 +01:00 |
|
Matthias
|
a05d142af6
|
chore: remove unneeded formatting
|
2025-11-22 13:38:33 +01:00 |
|
Matthias
|
1feb11bac0
|
refactor: use fstring for telegram sending
|
2025-11-22 13:32:38 +01:00 |
|
Matthias
|
93936c9946
|
refactor: use fstrings for /order telegram message
|
2025-11-22 13:29:27 +01:00 |
|
Matthias
|
ce78039ea8
|
refactor: don't do delayed formatting on status message
|
2025-11-22 13:26:50 +01:00 |
|
Matthias
|
1db871e42d
|
Merge pull request #12536 from stash86/add-liq-price
Add liq price info on telegram message
|
2025-11-22 13:05:01 +01:00 |
|
Matthias
|
1513ba9af9
|
chore: Move liquidation up a line
|
2025-11-22 12:48:51 +01:00 |
|
Stefano
|
22b88249ff
|
Merge branch 'add-liq-price' of https://github.com/stash86/freqtrade into add-liq-price
|
2025-11-22 16:52:47 +09:00 |
|
Stefano
|
18f73af6e6
|
use get to return None on trade with no liq price
|
2025-11-22 16:52:43 +09:00 |
|
Stefano
|
b8c835e24e
|
Merge branch 'freqtrade:develop' into add-liq-price
|
2025-11-22 16:40:25 +09:00 |
|
Stefano
|
2f392b483c
|
add liq line
|
2025-11-22 16:39:35 +09:00 |
|
Matthias
|
220480327c
|
test: add explicit test for dry_order_filled
|
2025-11-21 07:11:05 +01:00 |
|
Matthias
|
2c6ff3f018
|
docs: update supported exchanges for Delist Filter
|
2025-11-20 20:30:43 +01:00 |
|
Matthias
|
56a8fb4aae
|
Merge pull request #12532 from stash86/bitget-delist
add delisting check for bitget futures
|
2025-11-20 19:51:05 +01:00 |
|
Matthias
|
3f782fc482
|
Merge pull request #12531 from stash86/bybit-delist
add delisting check for bybit futures
|
2025-11-20 19:48:11 +01:00 |
|
Matthias
|
d02e5f2b90
|
chore: simplify imports
|
2025-11-20 19:34:51 +01:00 |
|
Matthias
|
92fd9411e5
|
chore: simplify import
|
2025-11-20 19:31:28 +01:00 |
|
Stefano
|
650cdf5eb3
|
change to exclude optimize mode
|
2025-11-20 15:16:11 +09:00 |
|
Stefano
|
060a1543e9
|
change to exclude optimize mode
|
2025-11-20 15:13:56 +09:00 |
|
Matthias
|
50402c5cdc
|
test: add explicit tests for price_crossed
|
2025-11-20 06:54:22 +01:00 |
|
Matthias
|
0835414f24
|
Merge pull request #12533 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2025-11-20 06:30:14 +01:00 |
|
Freqtrade Bot
|
6449074658
|
chore: update pre-commit hooks
|
2025-11-20 03:20:59 +00:00 |
|
Stefano
|
b8d558a455
|
remove unnecessary check because it will be catch anyway
|
2025-11-20 09:41:57 +09:00 |
|
Stefano
|
4017b010f4
|
add test
|
2025-11-20 09:36:17 +09:00 |
|
Stefano
|
7e178cb032
|
add test
|
2025-11-20 09:26:16 +09:00 |
|
Stefano
|
e17936c407
|
use dt_ts
|
2025-11-19 14:55:31 +09:00 |
|
Stefano
|
f437d4a55b
|
use dt_ts
|
2025-11-19 14:53:57 +09:00 |
|
Stefano
|
a731b73457
|
add delisting check for bitget futures
|
2025-11-19 12:36:34 +09:00 |
|
Stefano
|
b5be462dd1
|
add delisting check for bybit futures
|
2025-11-19 12:25:35 +09:00 |
|