Commit Graph

417 Commits

Author SHA1 Message Date
Matthias dd8938ced2 test: add test for adjust_order_price and adjust_entry_price collision 2025-02-20 19:22:03 +01:00
Matthias 471df70f62 test: add test for improved safe_wrapper behavior 2025-01-03 15:29:01 +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
Meng Xiangzhuo 41b725714f chore: bump ruff target-version to 3.10 2024-11-08 04:37:33 +08:00
Matthias 271375d171 Merge pull request #10758 from stash86/recursive-str
add is_number check to make sure we skip non-number columns
2024-10-07 21:09:58 +02:00
Matthias 5693039f0d tests: Add test-column to ensure string columns won't regress 2024-10-07 20:33:12 +02:00
Matthias 52304b37a2 feat: Allow strategies to not define enter_long 2024-10-07 20:28:29 +02:00
Matthias 2e0a597ee4 chore: update tests to modern typing syntax 2024-10-04 07:09:51 +02:00
Matthias b8feefc541 tests: update protection tests 2024-09-29 09:44:07 +02:00
Matthias d7bee0c9e0 test: update further tests for precision_mode_price 2024-08-13 09:23:43 +02:00
Matthias 4f43e59643 Add test showing behavior of #10349 2024-06-21 16:41:59 +02:00
Matthias 93ed61a623 Improve stoploss test accuracy 2024-06-21 16:41:25 +02:00
Matthias a9f13d29fd Fix test type errors 2024-05-19 17:48:36 +02:00
Matthias 9291698561 A few more formatting updates 2024-05-13 19:49:15 +02:00
Matthias a9732c6195 Fix odd formatting by ruff format 2024-05-13 07:10:25 +02:00
Matthias adeb93dc9c ruff format: update strategy tests 2024-05-13 07:10:24 +02:00
Matthias 8c7d80b78e ruff format: Update test strategies 2024-05-13 07:10:24 +02:00
Matthias 7767ad9d6e Update imports in test directory 2024-05-13 07:10:24 +02:00
Matthias 35408966f4 Fix remaining user_data leaks 2024-04-25 11:02:34 +02:00
Christian Clauss 99b4767bf4 Fix typos discovered by codespell 2024-04-18 22:51:25 +02:00
Matthias 50cd36acbd Remove unused test method 2024-03-25 20:59:39 +01:00
Matthias b1015172c7 Update test for fixed pandas behavior 2024-02-27 06:19:06 +01:00
Matthias 393df83a91 Implement enter_tag initialization to avoid futures warning 2024-01-14 14:33:47 +01:00
Matthias 4aab57ce62 Add test for pandas deprecation warning 2024-01-14 13:56:05 +01:00
Matthias 5841c65430 Remove unused test param 2024-01-14 13:51:26 +01:00
Matthias bb85efd6ad Add test for informative weekly merging
closes #9518
2023-12-08 20:41:57 +01:00
Matthias 2745a5d334 Rename informative_pair test 2023-12-08 20:07:44 +01:00
Matthias 0235db48a8 Prevent merge artifacts in "informative" pair 2023-12-03 13:31:16 +01:00
Matthias 4ed9ffbf31 Add test for behavior in #9490. 2023-12-03 13:31:16 +01:00
Matthias 61ed6aee62 Add test for new formatting 2023-11-01 11:02:50 +01:00
Matthias bbbc8a760c Fix stop evaluation sequence to have stop before liquidation
Adjust test to have liquidation above stop
closes #9296
2023-10-22 09:24:28 +02:00
Matthias 92d7f27983 Further update test a bit 2023-09-29 07:09:48 +02:00
Matthias 20ea679b2b Add "bias2" test with full lookahead bias 2023-09-29 07:06:11 +02:00
Stefano ce4f1b0709 fix test after adding new test strategy 2023-09-21 19:56:41 +09:00
Stefano aba576f79f pre-commit fix 2023-09-21 17:58:20 +09:00
Stefano Ariestasia 28e43a4867 initial test 2023-09-21 14:00:17 +09:00
Matthias 158bf09774 Fix type checking error 2023-09-17 19:40:44 +02:00
Axel-CH 91c710408a fix flake8, set trade object param as Optional 2023-09-16 03:36:36 -04:00
axel cf96ad1d1b add trade param to custom entry price in interface, bot, backtesting, exemples 2023-09-16 02:32:03 -04:00
Matthias bef27467b6 Further improve test 2023-09-10 16:18:18 +02:00
Matthias 52f971cbb7 Improve existing test 2023-09-10 16:17:39 +02:00
Matthias 563e68e894 Don't hard-fail merge if there's no informative data 2023-09-10 16:16:52 +02:00
Matthias 6f86e30c7e Add leverage adjustment to "stoploss_from_absolute" 2023-09-02 11:01:59 +02:00
Matthias 23aa8dcd51 Simplify profit calculation (removes unnecessary fallback) 2023-08-29 18:31:51 +02:00
Matthias 6b9547a9ad Improve migrations 2023-08-14 15:21:38 +02:00
Matthias 9b6654e81a Fix ruff E721 (type comparison) 2023-08-14 09:11:19 +02:00
Matthias 4b07720d0b Update test strategy to ensure we're using stake_amount 2023-08-07 06:59:16 +02:00
hippocritical a7426755bc added a check for bias1.
Looking at has_bias should be enough to statisfy the test.
The tests could be extended with thecking the buy/sell signals and the dataframe itself -
but this should be sufficient for now.
2023-05-27 20:35:45 +02:00
hippocritical 9366c77e42 Merge branch 'freqtrade:develop' into develop 2023-05-26 08:38:32 +02:00