dependabot[bot]
|
319ea1072d
|
chore(deps-dev): bump ruff from 0.9.2 to 0.9.3
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.2 to 0.9.3.
- [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.9.2...0.9.3)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-27 03:36:22 +00:00 |
|
Matthias
|
33eaa4b53e
|
chore: add bt note to _generic_performance_query
|
2025-01-26 23:23:45 +01:00 |
|
Matthias
|
cf563c1a56
|
test: update tests for new best-pair logic
|
2025-01-26 23:19:35 +01:00 |
|
Matthias
|
99b2857d3d
|
fix: align profit calculations between best pair and /performance
part of #11236
|
2025-01-26 20:16:27 +01:00 |
|
Matthias
|
eb24d11259
|
chore: improve method docstring
|
2025-01-26 20:11:01 +01:00 |
|
Matthias
|
f9d4d38523
|
fix: only consider filled orders
|
2025-01-26 20:07:00 +01:00 |
|
Matthias
|
b01de10ab2
|
test: adjust further tests
|
2025-01-26 20:04:28 +01:00 |
|
Matthias
|
fa4a540f9e
|
test: adjust tests for new performance calculation
|
2025-01-26 19:56:29 +01:00 |
|
Matthias
|
4ee875ce2a
|
fix: use properly calculated relative ratio for /entries and /exits
|
2025-01-26 19:49:34 +01:00 |
|
Matthias
|
78c71cdf87
|
refactor: make performance_query work in a dynamic way
|
2025-01-26 19:43:39 +01:00 |
|
Matthias
|
1aac8dfa59
|
chore: align interface of get_overall_performance
|
2025-01-26 17:54:11 +01:00 |
|
Matthias
|
8b42c2558a
|
feat: the "minimum" date limit applies to trades, too
|
2025-01-26 14:28:49 +01:00 |
|
Matthias
|
40f56e43cc
|
test: add test for get_daily_trades
|
2025-01-26 13:34:27 +01:00 |
|
Matthias
|
e9c961802b
|
test: add test for trades zip url
|
2025-01-26 13:18:05 +01:00 |
|
Matthias
|
948b6e041d
|
test: add initial test for download-trades
|
2025-01-26 13:15:09 +01:00 |
|
Matthias
|
80d776af56
|
test: ensure tests use old method
|
2025-01-26 13:14:58 +01:00 |
|
Matthias
|
e62d84e35d
|
refactor: pass candle_type
|
2025-01-26 13:04:44 +01:00 |
|
Matthias
|
098a6551f6
|
chore: add documentation link for binance.vision
|
2025-01-26 13:04:08 +01:00 |
|
Matthias
|
6e15fd0da6
|
feat: trades-fast download - improvements
|
2025-01-26 12:59:59 +01:00 |
|
Matthias
|
1f2dadc333
|
fix: edge-case problem
|
2025-01-26 12:59:59 +01:00 |
|
Matthias
|
c3b7a2b382
|
feat: use download-data fast if necessary
|
2025-01-26 12:59:59 +01:00 |
|
Matthias
|
3746305b5a
|
feat: further work on download-trades-archive
|
2025-01-26 12:59:59 +01:00 |
|
Matthias
|
af3f9d5a75
|
feat: rough draft of public trades data
This won't work though - as according to https://github.com/binance/binance-public-data - trades does not contain "side".
|
2025-01-26 12:59:59 +01:00 |
|
Matthias
|
33549a6cef
|
fix: add small offset to allow since to be slightly different
|
2025-01-26 12:57:12 +01:00 |
|
Matthias
|
a0bc3d968b
|
refactor: simplify binance_public_data
|
2025-01-26 10:56:45 +01:00 |
|
Matthias
|
8aab8bc528
|
refactor: improve binance_vision method naming
|
2025-01-26 09:46:47 +01:00 |
|
Matthias
|
aa595ae8cb
|
refactor: extract binance candle url_segment
|
2025-01-26 09:41:58 +01:00 |
|
Matthias
|
b657e349a2
|
chore: remove obsolete comment
|
2025-01-26 09:22:10 +01:00 |
|
Matthias
|
77e6b2a108
|
fix: remove potentially problematic call
|
2025-01-25 18:21:01 +01:00 |
|
Matthias
|
d3f6227d3f
|
chore: improve ohlcvs interface
|
2025-01-25 18:13:11 +01:00 |
|
Matthias
|
2a370aecd8
|
chore: ws: make ccxt_object internal
|
2025-01-25 14:03:41 +01:00 |
|
Matthias
|
0cfb73b74b
|
chore: add wrapper for ws ohlcvs
this avoids access to internal objects
|
2025-01-25 14:02:09 +01:00 |
|
Matthias
|
867020606c
|
feat: simplify wallet by extracting log
disabling logging in backtesting can be done in one place
|
2025-01-25 13:52:54 +01:00 |
|
Matthias
|
222da034d1
|
chore: fix wrong config property in api_server verbosity
|
2025-01-25 12:51:43 +01:00 |
|
Matthias
|
63b72fb4eb
|
chore: add help-text to --version
|
2025-01-24 20:01:10 +01:00 |
|
Matthias
|
7e08828537
|
chore: Remove unused import
|
2025-01-24 19:43:51 +01:00 |
|
Matthias
|
d843216343
|
test: update tests for new --version handling
|
2025-01-24 19:43:18 +01:00 |
|
Matthias
|
120194ff1e
|
chore: improved formatting
|
2025-01-24 19:43:18 +01:00 |
|
Matthias
|
27a9cbf5e4
|
feat: print version info on "-V" calls
closes #11222
|
2025-01-24 19:43:07 +01:00 |
|
Matthias
|
08b18b7ff6
|
feat: add print_version_info function
part of #11222
|
2025-01-24 07:16:27 +01:00 |
|
Matthias
|
c3cc58a1af
|
Merge pull request #11248 from xmatthias/fix/backtest_max_detail_2
Improved Backtest timeframe-detail execution logic
|
2025-01-24 06:39:36 +01:00 |
|
Matthias
|
713979d80c
|
Merge pull request #11275 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2025-01-23 06:31:11 +01:00 |
|
xmatthias
|
3d28765238
|
chore: update pre-commit hooks
|
2025-01-23 03:03:23 +00:00 |
|
Matthias
|
9efa48f2a8
|
chore: ensure that logged message actually make sense
|
2025-01-22 19:03:40 +01:00 |
|
Matthias
|
4a7a51035d
|
docs: improve doc formatting
|
2025-01-22 18:56:33 +01:00 |
|
Matthias
|
7f2e6966a6
|
fix: update total_volume calculation to actually reflect volume
closes #11268
|
2025-01-22 18:50:39 +01:00 |
|
Matthias
|
1d22cf98c8
|
feat: add cost to minimized order json output
|
2025-01-22 07:19:09 +01:00 |
|
Matthias
|
03a22186bb
|
chore: have backtest exit orders account for fee
|
2025-01-22 07:12:54 +01:00 |
|
Matthias
|
f4bc956b1b
|
chore: fix type declaration
|
2025-01-22 07:08:54 +01:00 |
|
Matthias
|
f8f21cfc9c
|
fix: Improve error message for download-data edgecase
hyperliquid doesn't provide historic data, neither klines nor trades.
This made the error message missleading.
closes #11270
|
2025-01-22 06:58:22 +01:00 |
|