Matthias
|
74b8dca63e
|
chore: update to modern typing syntax
|
2024-10-04 06:36:00 +02:00 |
|
Matthias
|
7db0e3ac3f
|
chore: remove obsolete version check
Build Documentation / Deploy Docs through mike (push) Waiting to run
|
2024-10-04 06:31:19 +02:00 |
|
Meng Xiangzhuo
|
f889c24497
|
Fix test
|
2024-10-04 11:56:38 +08:00 |
|
Meng Xiangzhuo
|
852a1900b4
|
Fix test
|
2024-10-04 11:52:07 +08:00 |
|
Meng Xiangzhuo
|
30a273c946
|
Revert lazy import requests
|
2024-10-04 11:36:51 +08:00 |
|
Meng Xiangzhuo
|
903614140a
|
Eliminate unnecessary lazy import
|
2024-10-04 11:22:47 +08:00 |
|
Meng Xiangzhuo
|
0fe772efa8
|
Eliminate unnecessary TYPE_CHECKING
|
2024-10-04 11:10:39 +08:00 |
|
Meng Xiangzhuo
|
e6dedee56f
|
Split freqtrade.system into a package
|
2024-10-04 11:05:49 +08:00 |
|
Meng Xiangzhuo
|
66605e91aa
|
Merge branch 'develop' into startup-time
|
2024-10-04 08:38:55 +08:00 |
|
Matthias
|
137db2c86c
|
Merge pull request #10745 from freqtrade/update/binance-leverage-tiers
Build Documentation / Deploy Docs through mike (push) Waiting to run
Update Binance Leverage Tiers
|
2024-10-03 06:45:16 +02:00 |
|
Meng Xiangzhuo
|
9c28a6ff4a
|
Add test
|
2024-10-03 12:07:03 +08:00 |
|
Meng Xiangzhuo
|
48a8d7de1c
|
Postpone imports on demand
|
2024-10-03 11:33:52 +08:00 |
|
xmatthias
|
5fa96c944d
|
chore: update pre-commit hooks
|
2024-10-03 03:07:14 +00:00 |
|
Matthias
|
fe270bd9ae
|
Merge pull request #10741 from freqtrade/feat/improve_liquidation_logic
Build Documentation / Deploy Docs through mike (push) Waiting to run
Binance Leverage tiers update / auto-update (push) Has been cancelled
Improved liquidation price logic
|
2024-10-02 19:49:03 +02:00 |
|
Matthias
|
a0912ad6b4
|
tests: update ccxt compat test
|
2024-10-02 18:10:28 +02:00 |
|
Matthias
|
9ba0c54295
|
chore: cleanup test code
|
2024-10-02 07:05:00 +02:00 |
|
Matthias
|
86721b88ce
|
chore: improve import logic
|
2024-10-02 07:05:00 +02: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
|
0d5919392e
|
test: update binance test
|
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
|
82bc3270e7
|
test: Update binance test for new approach
|
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
|
c3ad3ff348
|
Merge pull request #10737 from xzmeng/fix-doc
Build Documentation / Deploy Docs through mike (push) Waiting to run
Correct admonition indent
|
2024-10-02 07:03:23 +02:00 |
|
Matthias
|
ad578bb171
|
Merge pull request #10739 from freqtrade/dependabot/docker/python-3.12.7-slim-bookworm
chore(deps): bump python from 3.12.6-slim-bookworm to 3.12.7-slim-bookworm
|
2024-10-02 06:23:44 +02:00 |
|
dependabot[bot]
|
9538c49ac8
|
chore(deps): bump python
Bumps python from 3.12.6-slim-bookworm to 3.12.7-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-02 03:28:37 +00:00 |
|
Meng Xiangzhuo
|
84d43db500
|
Correct admonition indent
|
2024-10-02 05:12:24 +08:00 |
|
Matthias
|
bf2d0468f9
|
tests: fix test-data setup for btc test trades
Build Documentation / Deploy Docs through mike (push) Waiting to run
|
2024-10-01 20:48:43 +02:00 |
|
Matthias
|
d2bc47cfe8
|
tests: fix test-data setup for usdt trades
|
2024-10-01 20:31:02 +02:00 |
|
Matthias
|
d8c6c766b9
|
Merge pull request #10735 from freqtrade/maint/3.9_removal
Remove support for python 3.9
|
2024-10-01 19:46:31 +02:00 |
|
Matthias
|
98f4bf2f65
|
chore: remove Ta-lib binaries for 3.9
|
2024-10-01 18:18:46 +02:00 |
|
Matthias
|
f9c8b7f4ab
|
chore: fix ps syntax error
|
2024-10-01 08:16:13 +02:00 |
|
Matthias
|
a92532c0c9
|
chore: Remove now pointless helper function
|
2024-10-01 07:11:10 +02:00 |
|
Matthias
|
bede81632d
|
chore: remove conditional requirements
|
2024-10-01 07:04:25 +02:00 |
|