Matthias
d3713cbf09
fix: typo
2026-05-25 08:21:21 +02:00
Matthias
9003d5e9e0
fix: disable failing okx live test
2026-05-25 08:19:34 +02:00
Matthias
580e5b945f
test: improve test for bot_balance from mariadb
2026-05-23 20:43:13 +02:00
ducky-duke
a03ebc8472
fix: coerce bot_managed to bool in _rpc_get_historic_balance
...
read_sql may return the wallet_history `bot_managed` Boolean column as an
integer dtype (e.g. MySQL/MariaDB TINYINT). results.loc[results["bot_managed"]]
then does label-based indexing instead of boolean masking, raising a KeyError
on GET /api/v1/historic_balance (HTTP 500). Coerce with .astype(bool).
2026-05-20 17:57:59 +07:00
Matthias
875daac375
refactor: improve naming to reflect method functionality
2026-05-17 20:13:42 +02:00
Matthias
523216a39c
fix: work around to_json pandas deprecation
2026-05-11 18:05:35 +02:00
Matthias
63819fa7e0
test: update test for unwatch_ohlcv adjustment
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-28 20:54:04 +02:00
Matthias
820000fac4
chore: update dry-run order-id generation to uuid
...
this is supposed to avoid insert errors in windows CI
due to time imprecisions on windows ...
Co-authored-by: Copilot <copilot@github.com >
2026-04-27 07:17:01 +02:00
Matthias
0a49903695
test: update bitget test for lev_prep adjustment
2026-04-26 09:07:02 +02:00
Matthias
f17e383157
test: add tests for get_ohlcv and ohlcvs
2026-04-25 13:09:34 +02:00
Matthias
093cc74774
refactor: make klines_last_refresh private
2026-04-25 12:49:31 +02:00
Matthias
17678f1819
refactor: make klines_last_request private
2026-04-25 08:48:46 +02:00
Matthias
057c51b0cd
test: improve tests
2026-04-25 08:47:28 +02:00
Matthias
5e624d658f
test: add test for startup concurrency
2026-04-25 08:37:19 +02:00
Matthias
9d0fb9b025
test: add explicit test for continuous_stopped handling
2026-04-24 07:08:48 +02:00
Matthias
6d096c20b0
test: add test for exchange_ws reset connection details
2026-04-24 07:06:07 +02:00
Matthias
3e3436e432
test: add explicit test for db_migration
2026-04-21 07:17:32 +02:00
Matthias
72f9e9a051
test: update test for wallet-history_id column
2026-04-21 07:15:20 +02:00
Matthias
af2e741465
test: add test for bitget stoploss canceling
2026-04-20 20:03:58 +02:00
Matthias
c1795c79f3
Merge pull request #13048 from freqtrade/dependabot/pip/develop/pandas-3.0.2
...
chore(deps): bump pandas from 2.3.3 to 3.0.2
2026-04-17 06:21:04 +02:00
Matthias
b71f91a156
test: attempted reduction of test flukes by resetting recwarn
2026-04-14 21:07:16 +02:00
Matthias
2c5dc72985
chore: ensure date-column is in ms range
2026-04-13 20:09:47 +02:00
Matthias
412e112c0f
test: fix pandas3 test
2026-04-13 18:13:40 +02:00
Matthias
cd5ea969c4
test: update test pandas frequency usage
2026-04-13 18:13:40 +02:00
Matthias
c19982dd36
chore: use string aliases for astype calls
2026-04-13 18:06:59 +02:00
Matthias
74ba9d76a2
fix: use as_unit instead of int math
2026-04-13 07:18:48 +02:00
Matthias
51d61bc6a8
chore: don't use microsecond precision for
2026-04-12 19:52:18 +02:00
Matthias
f6f0180fc1
fix: use more stable "date to ms" method
2026-04-12 13:35:36 +02:00
Matthias
33211c8eb1
chore: don't use deprecated resmapling frequency
2026-04-12 13:25:07 +02:00
Matthias
22707d6c04
test: update test with new metrics
2026-04-12 09:51:54 +02:00
Matthias
64ceb028ac
test: add test for wallet based output
2026-04-11 17:25:58 +02:00
Matthias
624be0c469
feat: add calmar_from_balance
2026-04-11 17:10:05 +02:00
Matthias
bcd9023a8d
feat: add max-drawdown from wallet balance
2026-04-11 17:09:37 +02:00
Matthias
6210927bdb
feat: add sortino_from_balance calculation
2026-04-11 16:59:55 +02:00
Matthias
97badd0d3b
test: add tests for sharpe based on balance
2026-04-11 16:43:28 +02:00
Matthias
68d514db91
test: split test_btanalysis and test_metrics
2026-04-11 16:41:07 +02:00
Matthias
36b427cd3b
feat: be clear on the use of demo exchanges
2026-04-09 06:38:24 +02:00
Matthias
8b204c75cb
test: test validate_demo / dry-run combo
2026-04-09 06:38:24 +02:00
Matthias
1ac68d6161
feat: show message when enabling demo trading mode
2026-04-09 06:38:24 +02:00
Matthias
e7f9059ff4
test: add test for demo trading validation
2026-04-09 06:38:24 +02:00
Matthias
ed6899aad6
Merge pull request #13019 from freqtrade/feat/capture_wallets
...
Capture wallet balance
2026-04-07 07:16:34 +02:00
Matthias
70b24fd0c1
test: reset pairlocks pior to running test
2026-04-07 06:44:25 +02:00
Matthias
c906e146fc
test: add reset_locks to the end of the new test
2026-04-06 10:24:41 +02:00
Matthias
6712d20578
test: Add test for new pairlock deduplication
2026-04-06 09:58:58 +02:00
Matthias
3d68d6aefc
test: Add exchange mock for get_pair_base_currency
2026-04-05 17:06:53 +02:00
Matthias
b6b9ae5eb0
test: assert repr for walletHistory
2026-04-04 14:09:36 +02:00
Matthias
b45e086b50
test: add tests for get_backtest_wallet_change (and market change)
2026-04-04 13:41:20 +02:00
Matthias
66eb7f0199
test: add test for historic_balance endpoint
2026-04-04 13:12:43 +02:00
Matthias
dec3c3e13b
test: fix a couple tsts ...
2026-04-04 12:12:11 +02:00
Matthias
e28da4b087
test: Fix and improve balance distribution test
2026-04-04 09:12:44 +02:00