Matthias
c5ed876c09
chore: update types config to modern typing syntax
2024-10-04 06:50:53 +02:00
Matthias
96f737f13e
chore: update freqai to modern typing syntax
2024-10-04 06:50:34 +02:00
Matthias
f369151e8e
chore: update exchange config to modern typing syntax
2024-10-04 06:46:45 +02:00
Matthias
d1b9990e4e
chore: update edge config to modern typing syntax
2024-10-04 06:42:29 +02:00
Matthias
ed7eb01d1b
chore: update data to modern typing syntax
2024-10-04 06:42:04 +02:00
Matthias
6601127693
chore: update config to modern typing syntax
2024-10-04 06:39:58 +02:00
Matthias
43236c1cc4
chore: update config to modern typing syntax
2024-10-04 06:39:20 +02:00
Matthias
65bbf7b2a2
chore: update commands to modern typing syntax
2024-10-04 06:38:06 +02:00
Matthias
74b8dca63e
chore: update to modern typing syntax
2024-10-04 06:36:00 +02:00
xmatthias
5fa96c944d
chore: update pre-commit hooks
2024-10-03 03:07:14 +00:00
Matthias
9bdee1b82d
feat: improve typing of fetch_funding_rates
2024-10-02 07:05:00 +02:00
Matthias
abe01f8f48
feat: implement liquidation price update on all order fills
2024-10-02 07:05:00 +02:00
Matthias
c5525d356e
feat: support backtesting with cross configuration
2024-10-02 07:05:00 +02:00
Matthias
36ae564d26
feat: update liquidation price on startup
2024-10-02 07:05:00 +02:00
Matthias
cba6bd6ef5
fix: use t.leverage, not trade.leverage for cross liq calculations
2024-10-02 07:05:00 +02:00
Matthias
4d40ffedff
fix: allow setting 0 as liquidation price
2024-10-02 07:05:00 +02:00
Matthias
319e8d746f
feat: use proper trade objects for liquidation calc
2024-10-02 07:05:00 +02:00
Matthias
fe7a88362b
feat: add method to fetch binance funding fees
...
which is necessary to calculate accurate liquidation prices
2024-10-02 07:05:00 +02:00
Matthias
8bf314202f
chore: simplify call to liquidation price for cross futures
2024-10-02 07:05:00 +02:00
Matthias
ac8bc7dec2
fix: use "other trades" logic for binance cross calc
2024-10-02 07:05:00 +02:00
Matthias
1473abf19a
refactor: rename dry-liquidation parameter
...
passing all open trades will be more flexible for the future.
2024-10-02 07:05:00 +02:00
Matthias
45e75f3d09
chore: improve arguments to get_liquidation_price
2024-10-02 07:05:00 +02:00
Matthias
5358f2fb9e
feat: allow liquidation-price update without trades for cross mode
2024-10-02 07:05:00 +02:00
Matthias
c316d27444
refactor: move exception handler into helper function
2024-10-02 07:05:00 +02:00
Matthias
0c0bb29f83
chore: add other_trades param to liquidation_price calls
2024-10-02 07:05:00 +02:00
Matthias
ec79b0b17b
feat: update dry-run calculation params to be more generic
2024-10-02 07:05:00 +02:00
Matthias
0560567058
test: add test for liquidation_price update function
2024-10-02 07:05:00 +02:00
Matthias
3de740b35f
feat: create shared method for liquidation price update
2024-10-02 07:05:00 +02:00
Matthias
b69f598e51
refactor: move more code into cross conditional
2024-10-02 07:05:00 +02:00
Matthias
1ad177fca7
feat: add liquidation_price update support for cross mode
2024-10-02 07:05:00 +02:00
Matthias
a92532c0c9
chore: Remove now pointless helper function
2024-10-01 07:11:10 +02:00
Matthias
0cd051cee2
chore: update conditional check for python version
2024-10-01 06:44:49 +02:00
Matthias
757ae65189
chore: remove pointless conditional (we can't hit this point)
2024-10-01 06:41:58 +02:00
Matthias
773bf765ad
feat(hyperliquid): Remove precision override
...
part of #10377
2024-09-30 07:06:16 +02:00
Matthias
b0b866eec5
Merge pull request #10723 from freqtrade/remove/deprecated_protection-setting
...
Remove long deprecated protections from config setting
2024-09-30 06:41:22 +02:00
Matthias
8a742ce3ec
chore: bump version to 2024.10-dev
Build Documentation / Deploy Docs through mike (push) Waiting to run
2024-09-29 20:01:11 +02:00
Matthias
f77fedbea4
chore: move available_protections constant to test file (it's only used there)
2024-09-29 15:08:57 +02:00
Matthias
8736728478
chore: remove unused import
2024-09-29 15:06:22 +02:00
Matthias
23cf9f47b0
chore: move protection validation to protectionManager
2024-09-29 15:06:15 +02:00
Matthias
e3a6c71087
chore: Remove protections from config logic
2024-09-29 09:41:02 +02:00
Matthias
d6cc88fa99
chore: remove schema syntax highlighting for protections
2024-09-29 09:27:40 +02:00
Matthias
428d451e55
chore: remove long-deprecated setting
2024-09-29 09:07:43 +02:00
Matthias
415b8354f4
fix: if coingecko when no pair returned
...
fails to return valid pairs, the pairlist should be empty
2024-09-28 19:45:01 +02:00
Matthias
5816a594fd
Merge pull request #10671 from jakubikan/category-for-market-cap-pairlist
...
Build Documentation / Deploy Docs through mike (push) Has been cancelled
Devcontainer Pre-Build / build-and-push (push) Has been cancelled
Category for market cap pairlist
2024-09-28 11:51:42 +02:00
Matthias
f4d76aa360
chore: improved wording
2024-09-28 10:18:59 +02:00
Matthias
56835f5f09
chore: manually check for symlink
2024-09-28 10:17:52 +02:00
Matthias
3dc92b42fe
fix: Check if sub-directories are actually directories and fail otherwise.
...
This will explicitly fail if a file (or an invalid symlink) is present.
Freqtrade requires these files to be valid files - so failing here is correct behavior.
closes #10720
2024-09-28 09:54:49 +02:00
Jakub W.
1ed5a37280
Update freqtrade/plugins/pairlist/IPairList.py
...
Co-authored-by: Matthias <xmatthias@outlook.com>
2024-09-26 23:38:17 +02:00
Matthias
cb36f2844e
chore: Improve "wrong category" error.
2024-09-26 20:21:27 +02:00
Matthias
6837196e44
fix: treat marketcap as optional parameter
2024-09-26 19:59:23 +02:00