Commit Graph

5647 Commits

Author SHA1 Message Date
Matthias f3d7b249be test: Improve wallet tests 2024-12-10 21:05:05 +01:00
Matthias 097836d193 feat: improve logic for liquidation price calc 2024-12-10 21:05:04 +01:00
Matthias 6b1ac499ba tests: more tests for cross wallet 2024-12-09 06:39:54 +01:00
Matthias 0fc0b2a1be test: add test for cross balance logic 2024-12-09 06:39:54 +01:00
Matthias 4d36aaff39 feat: convert get_valid_pair_combination to generator 2024-12-08 16:54:17 +01:00
Matthias d898c80e65 test: Add test for get_conversion_rate 2024-12-08 16:40:56 +01:00
Matthias 0276e65f39 test: update rpc test for new behavior 2024-12-08 15:29:23 +01:00
Matthias a30f281478 Merge pull request #11023 from freqtrade/dependabot/pip/develop/xgboost-2.1.3
chore(deps): bump xgboost from 2.0.3 to 2.1.3
2024-12-08 13:46:58 +01:00
Matthias ae1baf5789 test: mock price_to_precision for liquidation calculations 2024-12-08 13:35:46 +01:00
Matthias eee5d710e7 chore: patch torch all the time -
"list"tests do load the modules as well - so they
need the same patch.
2024-12-08 10:06:23 +01:00
Matthias 489db37bbd Merge pull request #10979 from amalysh/develop
allow json in environment variables
2024-12-08 08:55:21 +01:00
Matthias 934bcf253e test: add tests for list parsing 2024-12-08 08:34:54 +01:00
Matthias a85f200450 Merge pull request #11000 from freqtrade/feat/multi_wallet
Dry-run multi-wallet support
2024-12-07 17:49:32 +01:00
Matthias ad8f621287 tests: Improve hyperopt loss tests 2024-12-03 19:17:01 +01:00
Matthias b0b73bf166 feat: add starting_balance as argument to hyperopt_loss_function 2024-12-03 19:15:57 +01:00
Matthias 29f86afaf4 Merge pull request #10858 from xzmeng/binance-public-data
Improve binance historic OHLCV download speed
2024-12-01 19:41:40 +01:00
Matthias 0ada6fbd46 test: Add test case for kraken balance rewards 2024-12-01 15:34:36 +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 162c79029f chore: slightly reorganize test file layout 2024-11-29 07:12:54 +01:00
Matthias 5f363f5c9d chore: properly remove ccxt reference 2024-11-29 07:00:42 +01:00
Matthias 71cf7aedb5 chore: remove unnecessary test-file
that test is flaky for new pairs - and wouldn't run in production anyway.
2024-11-29 06:48:39 +01:00
Matthias fa1e0af19f chore: remove direct exchange connection 2024-11-29 06:46:55 +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 d1710826e6 chore: improved naming 2024-11-28 07:27:29 +01:00
Matthias 675b996f57 chore: improved naming in test case 2024-11-28 07:20:32 +01:00
Matthias e2a09f272a chore: Improve naming, remove unnecessary method 2024-11-28 06:55:15 +01:00
Matthias 7369331e2d tests: add test for multi-pair dry-run wallets 2024-11-27 06:41:54 +01:00
Matthias e6e193f252 test: assert tickers is called a 2nd time if necessary 2024-11-27 06:41:54 +01:00
Matthias b4b6de4e0d test: update test ... 2024-11-27 06:41:54 +01:00
Matthias 472132c236 tests: update test for renamed prop 2024-11-26 07:08:55 +01:00
Matthias db56fc158f test: update test market 2024-11-25 19:35:25 +01:00
Matthias 6e1c4c2efd test: add test-case for improved error-handling 2024-11-24 10:36:09 +01:00
Matthias 19f23106e7 tests: add test for download_data api method 2024-11-22 15:06:58 +01:00
Matthias 7ef93e92e6 feat: Log if user has a Gate unified account 2024-11-21 20:57:20 +01:00
Matthias 29b40d27e7 fix: hyperliquid doesn't provide "average" in fetch_order
therefore this needs to be filled from trades to have a good price
 for market orders
2024-11-21 20:31:56 +01:00
Matthias f545274a0e test: add test for bybit classic account behavior
related: #10872
2024-11-19 18:19:27 +01:00
Matthias 971cdbb918 chore: Simplify coingecko wrapper after update 2024-11-18 07:13:21 +01:00
Matthias f821e504c3 tests: update test for new behavior 2024-11-16 12:58:31 +01:00
Matthias 44dcb4cc78 Merge pull request #10839 from gaardiolor/hyperliquid
Hyperliquid
2024-11-16 11:18:03 +01:00
Matthias 64803a735d tests: update commands tests to early fail approach 2024-11-16 11:07:19 +01:00
Matthias 20e77bb5d9 test: update tests to recognize early failing 2024-11-16 11:02:22 +01:00
Matthias f11e5128ad tests: update tests for new dl-trades behavior 2024-11-16 10:58:25 +01:00
Matthias bbe13cafcb tests: Remove pointless test 2024-11-16 10:46:48 +01:00
Matthias 927f5e2c8b tests: enhanced test for get_trade_history on binance 2024-11-16 10:10:30 +01:00
Matthias e8d724680a chore: improved log msg wording 2024-11-15 07:19:05 +01:00
xzmeng 19f96d60e3 refactor: streamline error handling by raising instead of returning 2024-11-14 09:47:23 +08:00
xzmeng bfdbf0248c refactor: rename asset_type to asset_type_url_segment 2024-11-14 07:51:58 +08:00
xzmeng 660863392b refactor: rename fetch_ohlcv to download_archive_ohlcv 2024-11-14 07:29:37 +08:00