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 |
|
Matthias
|
e975062e0e
|
chore: don't run CI on 3.9
|
2024-10-01 07:03:48 +02:00 |
|
Matthias
|
0cd051cee2
|
chore: update conditional check for python version
|
2024-10-01 06:44:49 +02:00 |
|
Matthias
|
682980be49
|
chore: drop 3.9 support from setup.ps1
|
2024-10-01 06:44:27 +02:00 |
|
Matthias
|
878043ea3d
|
chore: drop 3.9 support from setup.sh
|
2024-10-01 06:44:19 +02:00 |
|
Matthias
|
757ae65189
|
chore: remove pointless conditional (we can't hit this point)
|
2024-10-01 06:41:58 +02:00 |
|
Matthias
|
cd63abba5b
|
chore: update documentation to mention 3.10+ compat
|
2024-10-01 06:41:05 +02:00 |
|
Matthias
|
a0f00d0c83
|
Merge pull request #10734 from freqtrade/update/pre-commit-hooks
Build Documentation / Deploy Docs through mike (push) Waiting to run
Update pre-commit hooks
|
2024-10-01 06:28:22 +02:00 |
|
xmatthias
|
915591c6d6
|
chore: update pre-commit hooks
|
2024-10-01 03:13:31 +00:00 |
|
Matthias
|
cdcb21b841
|
Merge pull request #10730 from freqtrade/dependabot/pip/develop/aiohttp-3.10.8
Build Documentation / Deploy Docs through mike (push) Waiting to run
Pre-commit auto-update / auto-update (push) Has been cancelled
chore(deps): bump aiohttp from 3.10.5 to 3.10.8
|
2024-09-30 09:26:31 +02:00 |
|
Matthias
|
2bf79a5298
|
Merge pull request #10729 from freqtrade/dependabot/pip/develop/pymdown-extensions-10.11.1
chore(deps): bump pymdown-extensions from 10.10.1 to 10.11.1
|
2024-09-30 09:05:30 +02:00 |
|
Matthias
|
ebefefa0eb
|
Merge pull request #10733 from freqtrade/dependabot/pip/develop/ruff-0.6.8
chore(deps-dev): bump ruff from 0.6.7 to 0.6.8
|
2024-09-30 08:49:46 +02:00 |
|
dependabot[bot]
|
a740883c8d
|
chore(deps): bump aiohttp from 3.10.5 to 3.10.8
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.5 to 3.10.8.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.5...v3.10.8)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-30 06:21:31 +00:00 |
|
Matthias
|
da760075d2
|
Merge pull request #10732 from freqtrade/dependabot/pip/develop/ccxt-4.4.9
Build Documentation / Deploy Docs through mike (push) Waiting to run
chore(deps): bump ccxt from 4.4.6 to 4.4.9
|
2024-09-30 08:20:09 +02:00 |
|
Matthias
|
b8833772a3
|
Merge pull request #10731 from freqtrade/dependabot/pip/develop/uvicorn-0.31.0
chore(deps): bump uvicorn from 0.30.6 to 0.31.0
|
2024-09-30 08:06:09 +02:00 |
|
Matthias
|
131c6e761e
|
Merge pull request #10727 from freqtrade/dependabot/pip/develop/tensorboard-2.18.0
chore(deps): bump tensorboard from 2.17.1 to 2.18.0
|
2024-09-30 07:30:54 +02:00 |
|
dependabot[bot]
|
1fb0f2f048
|
chore(deps): bump pymdown-extensions from 10.10.1 to 10.11.1
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.10.1 to 10.11.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.10.1...10.11.1)
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-30 05:25:20 +00:00 |
|
Matthias
|
2a25ac9d1f
|
Merge pull request #10726 from freqtrade/dependabot/pip/develop/mkdocs-5d708111c2
chore(deps): bump mkdocs-material from 9.5.36 to 9.5.39 in the mkdocs group
|
2024-09-30 07:24:31 +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 |
|
dependabot[bot]
|
8cc928c841
|
chore(deps-dev): bump ruff from 0.6.7 to 0.6.8
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.7 to 0.6.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.6.7...0.6.8)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-30 03:42:21 +00:00 |
|