Commit Graph

440 Commits

Author SHA1 Message Date
Matthias 8d72ee358c Improve code styles ... 2024-01-24 20:31:38 +01:00
Matthias e967dfa145 Adjust api test after column expansion 2024-01-14 13:58:06 +01:00
Matthias 18dd9cf803 Use a trade for test that actually has an open stop order 2023-12-23 15:17:26 +01:00
robcaulk 2f2467256c feat: add SKLearnRandomForestClassifier 2023-12-18 12:56:04 +01:00
Matthias 7d0ecfde93 Add tests to ensure responses are as expected 2023-11-11 14:43:43 +01:00
Matthias 2efef72ec2 Reduce wait for ws test 2023-11-05 17:17:07 +01:00
Matthias be82248e01 Remove futher usages of Path(tmpdir) 2023-11-05 16:18:28 +01:00
Stefano 478e6f1e64 fix test 2023-09-21 21:22:45 +09:00
Matthias 9e1f7dc6f7 have force-enter also include has_open_orders 2023-09-09 09:23:25 +02:00
Matthias 067c9219b6 replace 'open_orders' with "has_open_orders" in api 2023-09-09 08:36:28 +02:00
Matthias 8c95207ca4 Merge branch 'develop' into pr/Axel-CH/8779 2023-09-07 20:19:25 +02:00
Matthias e854667eb8 Add max_drawdown_start and end to /profit API endpoints 2023-09-04 20:09:59 +02:00
Matthias 00cef56a57 Merge pull request #9137 from froggleston/frog-update-rpc
Implment weekly/monthly RPC endpoints
2023-09-03 10:22:37 +02:00
Matthias d1984945d5 Improve tests for /weekly and /monthly 2023-09-02 20:15:12 +02:00
froggleston f838bc760f Implment weekly/monthly RPC endpoints 2023-09-02 16:06:23 +01:00
Matthias 23aa8dcd51 Simplify profit calculation (removes unnecessary fallback) 2023-08-29 18:31:51 +02:00
Matthias b82b77d03f Fix some rpc tests 2023-08-25 07:01:48 +02:00
Matthias 3e986e24fa Merge branch 'develop' into pr/Axel-CH/8779 2023-08-24 20:09:41 +02:00
Matthias ffdb5fb790 Fix further tests after conftest_trades rework 2023-08-24 18:06:17 +02:00
Matthias a36e131838 Fix more conftest trades 2023-08-24 07:29:50 +02:00
Matthias 5cf6f0b491 Merge branch 'develop' into pr/Axel-CH/8779 2023-08-23 07:20:34 +02:00
Matthias ee11dae82a Merge branch 'develop' into dependabot/pip/develop/pydantic-2.1.1 2023-08-18 10:18:53 +02:00
Matthias 88925d6c1d Merge branch 'develop' into pr/Axel-CH/8779 2023-08-09 19:58:24 +02:00
Matthias 6d6111864e Test also backtest result list 2023-08-03 06:43:12 +02:00
Matthias 23a2b95994 Add test for updating metadata 2023-08-03 06:39:27 +02:00
Axel CHERUBIN f397d973f3 Merge branch 'freqtrade:develop' into feature/multiple_open_orders 2023-08-02 23:48:13 -04:00
Matthias 261a593ba5 Update tests for new output format (string-formatted dates are not relevant). 2023-08-02 19:48:59 +02:00
Matthias 6659d26131 Merge branch 'develop' into dataformat/feather 2023-07-29 20:04:12 +02:00
Matthias bbf472e69b Improve errorhandling on webserver endpoint
Part of https://github.com/freqtrade/frequi/issues/1387
2023-07-27 06:52:34 +02:00
Matthias 8b2abf4422 Remove .json from backtesting output 2023-07-25 20:41:28 +02:00
Matthias 997b80fd7b Allow deleting of backtest files 2023-07-25 20:34:45 +02:00
Stefano Ariestasia 4c23771d39 fix expectancy test 2023-07-23 14:42:48 +09:00
Matthias f4933a9cff Improve test for pair_history
Verifies that startup_candle_count is verified correctly.
2023-07-21 20:57:05 +02:00
froggleston f95f954df7 Convert winrate to ratio instead of % in calculations 2023-07-18 22:25:17 +01:00
froggleston 6ccc12f337 Fix calcs, rename ratio, add docs 2023-07-17 14:16:22 +01:00
froggleston 9d36dc7ac6 Fix line length 2023-07-15 16:59:33 +01:00
froggleston d4b282d6f7 Fix expectancy calc and tests 2023-07-15 16:51:45 +01:00
Matthias 2babb36fc2 Update final tests 2023-07-12 18:23:31 +02:00
axel 07c629922a fiw wip test_api_status 2023-06-21 02:15:06 -04:00
axel 3f506bb474 fix test_api_performance 2023-06-21 02:05:40 -04:00
Matthias 71b81ee7cd Add margin_mode to pairlists callback 2023-06-04 13:25:39 +02:00
Matthias f61ae9c7e2 Merge branch 'develop' into feat/pairlistconfig 2023-06-04 08:33:45 +02:00
Matthias ac7419e975 Split trademode response value into trade_mode and margin-mode 2023-06-03 11:58:55 +02:00
Matthias 74254bb893 Add /exchanges endpoint to list available exchanges 2023-06-03 11:58:55 +02:00
Matthias 10ea2b44c7 Update test line length 2023-06-03 06:59:22 +02:00
Matthias ac046d6a2d Allow setting the exchange explicitly 2023-06-02 10:14:11 +02:00
Matthias e2594e7494 Align tests to use webserver mode 2023-06-01 20:46:28 +02:00
Matthias cafc9479b7 Merge branch 'develop' into feat/pairlistconfig 2023-06-01 20:33:28 +02:00
Matthias e0d9603e99 Raise correct httperrorcode for webserver-only endpoitns 2023-06-01 07:03:35 +02:00
Matthias 5311614d54 Update force exit wording 2023-05-31 14:33:09 +02:00