Matthias
|
23d6c362c4
|
feat: cancel orders of both sides in one go
|
2024-12-13 15:51:01 +01:00 |
|
Matthias
|
41a548d625
|
chore: move logging to "handle_similar_open_order"
|
2024-12-13 15:28:22 +01:00 |
|
Axel-CH
|
309adb2ffd
|
Merge branch 'develop' into feature/proceed-exit-while-open-order
|
2024-12-01 11:36:10 -04:00 |
|
Matthias
|
64b50d13fa
|
chore: Add typehint for consolidated method
|
2024-12-01 16:25:00 +01:00 |
|
Axel-CH
|
16d2dbc9d7
|
on backtesting try to create exit orders also if there is open order without position yet, to allow entry order adjustment
|
2024-12-01 11:13:59 -04:00 |
|
Axel-CH
|
73d53579d9
|
remove Optinal property of replacing param in cancel_open_orders_of_trade
|
2024-12-01 11:05:38 -04:00 |
|
Axel-CH
|
fbd6a58e3d
|
Merge branch 'develop' into feature/proceed-exit-while-open-order
|
2024-12-01 10:51:41 -04:00 |
|
Axel-CH
|
4717f716de
|
fix test_dca_exiting
|
2024-12-01 10:41:41 -04:00 |
|
Axel-CH
|
02a089cb64
|
fix test_dca_order_adjust_entry_replace_fails
|
2024-12-01 10:36:49 -04:00 |
|
Matthias
|
0ada6fbd46
|
test: Add test case for kraken balance rewards
|
2024-12-01 15:34:36 +01:00 |
|
Matthias
|
2c8840b7e0
|
fix(kraken): consolidate balances from "rewards"
These currencies show up as <currency>.F -
but can be traded normally - hence we should count them as "tradable" balance.
closes #11007
closes #10925
|
2024-12-01 15:33:53 +01:00 |
|
Axel-CH
|
8f15bce680
|
fix test_check_and_call_adjust_trade_position
|
2024-12-01 10:32:04 -04:00 |
|
Matthias
|
55247b4e12
|
chore: bump ccxt to 4.4.35
|
2024-12-01 15:19:45 +01:00 |
|
Matthias
|
f31b26b1ab
|
tests: Improve sample_order online testing
|
2024-11-30 18:12:32 +01:00 |
|
Matthias
|
2b350eb872
|
tests: improve assert accuracy
|
2024-11-30 13:50:12 +01:00 |
|
Matthias
|
88d77658f8
|
tests: extract strategy_safe_wrapper tests
|
2024-11-30 13:49:04 +01:00 |
|
Matthias
|
cbbc386170
|
docs: update Hyperliquid docs to guide users to use API Wallets
|
2024-11-30 07:05:19 +01:00 |
|
Matthias
|
7f9226861a
|
docs: slight formatting improvement
|
2024-11-30 07:04:19 +01:00 |
|
Axel-CH
|
0a51006da2
|
update process_open_trade_positions to handle position adjustment for initial entry order (before filling)
|
2024-11-28 22:27:07 -04:00 |
|
Axel-CH
|
4c365f6afc
|
update test_dca_handle_similar_open_order
|
2024-11-28 22:25:58 -04:00 |
|
Axel-CH
|
a49b0a922a
|
enhance check_and_call_adjust_trade_position logging
|
2024-11-28 22:17:53 -04:00 |
|
Matthias
|
9ff4298475
|
docs: update documentation for expanding pairs
This needs quoting otherwise zsh tries to expand the command,
causing failures.
closes #10996
|
2024-11-28 19:22:08 +01:00 |
|
Matthias
|
5793216d5c
|
properly account for fee when assigning order.cost in backtesting
(although it's not relevant for operations, it shouldn't be obivously wrong).
closes #11003
|
2024-11-28 18:15:55 +01:00 |
|
Matthias
|
cf9c9fe278
|
Merge pull request #11001 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2024-11-28 06:53:38 +01:00 |
|
xmatthias
|
7571ae19a0
|
chore: update pre-commit hooks
|
2024-11-28 03:14:33 +00:00 |
|
Matthias
|
58cde3253d
|
docs: Fix rendering of $ signs
|
2024-11-27 06:41:45 +01:00 |
|
Matthias
|
47262b9350
|
docs: align character used for lists
|
2024-11-27 06:41:39 +01:00 |
|
Matthias
|
183909f474
|
chore: kwonly for cached arguments
|
2024-11-26 18:29:33 +01:00 |
|
Matthias
|
06bb43b13e
|
chore: add missing docstring
|
2024-11-26 18:29:28 +01:00 |
|
Matthias
|
2ed8e1639f
|
chore: move comment to where it belongs
|
2024-11-26 18:29:21 +01:00 |
|
Matthias
|
e78d5b7787
|
chore: improved typing of rpc class
|
2024-11-26 18:29:17 +01:00 |
|
Matthias
|
e0c6cc1563
|
feat: add log_responses to /balance endpoint
part of #10994
|
2024-11-26 10:23:03 +01:00 |
|
Matthias
|
472132c236
|
tests: update test for renamed prop
|
2024-11-26 07:08:55 +01:00 |
|
Matthias
|
1262aa19ec
|
chore: make start_cap in wallets private
|
2024-11-26 06:37:35 +01:00 |
|
Matthias
|
e9e3f7ef16
|
Merge pull request #10992 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2024-11-26 06:01:23 +01:00 |
|
xmatthias
|
d9d4c478cc
|
chore: update pre-commit hooks
|
2024-11-26 03:13:21 +00:00 |
|
Axel-CH
|
0c79c32b0d
|
add test_dca_handle_similar_open_order (wip)
|
2024-11-25 19:25:54 -04:00 |
|
Matthias
|
db56fc158f
|
test: update test market
|
2024-11-25 19:35:25 +01:00 |
|
Matthias
|
af8d2490e2
|
feat: improve is_futures market check
|
2024-11-25 19:35:25 +01:00 |
|
Matthias
|
fdc77bfd5b
|
Merge pull request #10986 from freqtrade/dependabot/pip/develop/ruff-0.8.0
chore(deps-dev): bump ruff from 0.7.4 to 0.8.0
|
2024-11-25 07:55:15 +01:00 |
|
Matthias
|
5572d37c7f
|
Merge pull request #10985 from freqtrade/dependabot/pip/develop/stable-baselines3-2.4.0
chore(deps): bump stable-baselines3 from 2.3.2 to 2.4.0
|
2024-11-25 07:39:01 +01:00 |
|
Matthias
|
57f2ab2f67
|
Merge pull request #10983 from freqtrade/dependabot/pip/develop/pydantic-2.10.1
chore(deps): bump pydantic from 2.9.2 to 2.10.1
|
2024-11-25 07:22:20 +01:00 |
|
Matthias
|
1cab52f555
|
Merge pull request #10988 from freqtrade/dependabot/pip/develop/numexpr-2.10.2
chore(deps): bump numexpr from 2.10.1 to 2.10.2
|
2024-11-25 07:07:41 +01:00 |
|
Matthias
|
748233ca70
|
chore: update imports to prevent shadowing internal exceptions
|
2024-11-25 06:39:18 +01:00 |
|
dependabot[bot]
|
f76108c5b5
|
chore(deps): bump pydantic from 2.9.2 to 2.10.1
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.1.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.9.2...v2.10.1)
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-25 05:31:31 +00:00 |
|
dependabot[bot]
|
09f94f7b56
|
chore(deps): bump stable-baselines3 from 2.3.2 to 2.4.0
Bumps [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/DLR-RM/stable-baselines3/releases)
- [Commits](https://github.com/DLR-RM/stable-baselines3/compare/v2.3.2...v2.4.0)
---
updated-dependencies:
- dependency-name: stable-baselines3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-25 05:31:16 +00:00 |
|
Matthias
|
a85b8d6edc
|
Merge pull request #10984 from freqtrade/dependabot/pip/develop/uvicorn-0.32.1
chore(deps): bump uvicorn from 0.32.0 to 0.32.1
|
2024-11-25 06:30:54 +01:00 |
|
Matthias
|
52c9761e5b
|
Merge pull request #10980 from freqtrade/dependabot/pip/develop/mkdocs-f608445ecc
chore(deps): bump mkdocs-material from 9.5.44 to 9.5.45 in the mkdocs group
|
2024-11-25 06:30:41 +01:00 |
|
Matthias
|
c2dbb9cb43
|
Merge pull request #10981 from freqtrade/dependabot/pip/develop/tqdm-4.67.1
chore(deps): bump tqdm from 4.67.0 to 4.67.1
|
2024-11-25 06:30:26 +01:00 |
|
Matthias
|
59c3743f77
|
Merge pull request #10982 from freqtrade/dependabot/pip/develop/orjson-3.10.12
chore(deps): bump orjson from 3.10.11 to 3.10.12
|
2024-11-25 06:30:09 +01:00 |
|