Matthias
|
6ae5724ad1
|
Merge pull request #11618 from mrpabloyeah/hyperopt_loss_max_drawdown_per_pair
Add new loss function based on profit/drawdown ratio per pair
|
2025-04-10 07:14:34 +02:00 |
|
Matthias
|
16379bbcc5
|
test: small adjustment to test
(simplifying future usage)
|
2025-04-10 06:43:12 +02:00 |
|
Matthias
|
a85dc6972d
|
chore: Fix errors through S404 noqa's
|
2025-04-09 20:10:19 +02:00 |
|
Matthias
|
0aa05855d5
|
chore: unpack instead of list concat
|
2025-04-09 20:03:38 +02:00 |
|
Matthias
|
c11de3ac38
|
chore: remove pointless ambiguous unicode characters
|
2025-04-09 19:52:05 +02:00 |
|
Matthias
|
b797a5bf2f
|
chore: remove some unused noqa's
|
2025-04-09 19:51:38 +02:00 |
|
Matthias
|
1d9d2fce7f
|
chore: add noQA for S404
|
2025-04-09 19:49:02 +02:00 |
|
Matthias
|
0e92372b0b
|
chore: don't use list[0] - but next
|
2025-04-09 19:42:46 +02:00 |
|
Matthias
|
68fbab5c32
|
test: fix type-problem in tests
|
2025-04-09 19:31:30 +02:00 |
|
mrpabloyeah
|
c2296d83c3
|
Fix for passing CI
|
2025-04-08 23:17:34 +02:00 |
|
mrpabloyeah
|
9a3ada65f5
|
Complete the integration on freqtrade
|
2025-04-08 23:12:51 +02:00 |
|
Matthias
|
a3d3a4de51
|
test: Update test to reflect new total_profit calculation
|
2025-04-07 19:28:43 +02:00 |
|
Matthias
|
f1b890954a
|
test: enable total_profit_ratio asserts
|
2025-04-07 19:28:43 +02:00 |
|
Matthias
|
0f2ff70bdf
|
test: adjust test to reflect reality
(amount is * leverage)
|
2025-04-07 19:28:43 +02:00 |
|
Matthias
|
d09efa6dd1
|
Merge pull request #11598 from Code0x58/feature/test-args-coupling
Add tests for coupling of `AVAILABLE_CLI_OPTIONS`, `ARGS_*`, and `Arguments`
|
2025-04-05 18:48:00 +02:00 |
|
Matthias
|
f817b21d17
|
chore: fix ruff
|
2025-04-05 18:14:20 +02:00 |
|
Matthias
|
b7298f472c
|
Merge pull request #11561 from mrpabloyeah/calculate-and-save-all-metrics-per-pair
Calculate and save all metrics per pair
|
2025-04-05 18:12:35 +02:00 |
|
Oliver Bristow
|
55be046933
|
Add test for coupling of AVAILABLE_CLI_OPTIONS and Arguments
|
2025-04-04 11:21:20 +01:00 |
|
Oliver Bristow
|
38fa7068ca
|
Add test for coupling of AVAILABLE_CLI_OPTIONS and ARGS_*
|
2025-04-04 11:21:20 +01:00 |
|
Matthias
|
88f8e831d7
|
test: Update ui test to also test for pre-release filtering
|
2025-04-03 20:28:47 +02:00 |
|
Matthias
|
26c7752b7c
|
feat: don't install pre-releases
|
2025-04-03 20:21:08 +02:00 |
|
Matthias
|
1aaf0c2034
|
Merge pull request #11539 from Axel-CH/feat/add-paused-state
Feature: add paused state
|
2025-04-03 06:48:48 +02:00 |
|
Matthias
|
ac3a5900b4
|
Merge pull request #11593 from mrpabloyeah/fix-drawdown-calculation-2
Fix drawdown calculation when maximum drawdown happens on the first trade
|
2025-04-03 06:31:53 +02:00 |
|
Matthias
|
9c39b99ec6
|
test: add test case for new next_limit_in_list usecase
|
2025-04-02 19:43:20 +02:00 |
|
mrpabloyeah
|
3edc442f48
|
Fix drawdown calculation when maximum drawdown occurs on the first trade
|
2025-04-02 15:46:05 +02:00 |
|
Matthias
|
b6cf3cc57d
|
Merge branch 'develop' into pr/mrpabloyeah/11561
|
2025-04-02 07:05:36 +02:00 |
|
mrpabloyeah
|
a3f23fd4fb
|
Also fix the expected result in the test
|
2025-04-01 22:51:29 +02:00 |
|
Matthias
|
795a0b81ee
|
chore: remove workaround for Kraken ".F" workaround
|
2025-03-31 06:47:23 +02:00 |
|
Axel-CH
|
722d5b2319
|
test: update test of _rpc_pause after removal of specific fallback if bot already paused
|
2025-03-28 10:18:21 -04:00 |
|
Axel-CH
|
3d8d2fc0c6
|
test: update tests related to paused state status message wording
|
2025-03-28 02:32:15 -04:00 |
|
Matthias
|
38feb90f9e
|
chore: update function naming
|
2025-03-28 06:42:07 +01:00 |
|
Matthias
|
bb08880c4a
|
test: simplify test_worker_lifecycle
|
2025-03-26 06:48:57 +01:00 |
|
Matthias
|
948487518d
|
test: improve test_worker_lifecycle
|
2025-03-26 06:44:39 +01:00 |
|
mrpabloyeah
|
be5d158761
|
Calculate and save all metrics per pair (fix 5)
|
2025-03-25 22:03:22 +01:00 |
|
mrpabloyeah
|
4f2681500a
|
Calculate and save all metrics per pair (fix 4)
|
2025-03-25 21:08:38 +01:00 |
|
mrpabloyeah
|
00237d68e4
|
Calculate and save all metrics per pair (fix 3)
|
2025-03-25 20:53:09 +01:00 |
|
Axel-CH
|
285867f8c6
|
test: add test_worker_lifecycle
|
2025-03-25 11:35:48 -04:00 |
|
Matthias
|
799ce4e1f2
|
test: Enhance test to also cover params file saving
|
2025-03-24 07:10:43 +01:00 |
|
Axel-CH
|
53bd2d71a0
|
test: update test_worker_paused
|
2025-03-23 15:13:57 -04:00 |
|
Axel-CH
|
0adb264c9b
|
test: update test_telegram_init with pause
|
2025-03-23 14:43:05 -04:00 |
|
Axel-CH
|
06c4b661f7
|
test: fix test__send_msg_keyboard after pause key removal
|
2025-03-23 14:17:06 -04:00 |
|
Matthias
|
5b0b44069a
|
test: Ensure strategy file is added to the test file.
|
2025-03-23 17:23:05 +01:00 |
|
Matthias
|
9fa3a15e24
|
feat: store (sanitized) configuration
|
2025-03-23 15:44:55 +01:00 |
|
Matthias
|
23b10161d5
|
test: improve test resiliance
|
2025-03-23 15:42:38 +01:00 |
|
Axel-CH
|
85772ac7f7
|
test: update stopentry related tests for rpc api and telegram
|
2025-03-23 00:27:52 -04:00 |
|
Axel-CH
|
3ec72f88e2
|
test: update test_rpc_stopentry, small wording change on _rpc_stopentry status
|
2025-03-23 00:14:22 -04:00 |
|
Axel-CH
|
f70815dd8e
|
test: update test_rpc_telegram with new paused state telegram commands
|
2025-03-21 19:04:14 -04:00 |
|
Axel-CH
|
fe03bf7ce0
|
test: add test_worker_paused
|
2025-03-21 18:16:31 -04:00 |
|
Matthias
|
26ba076143
|
Merge pull request #11093 from arenstar/api-server-list-custom-data
feat: api_server and client supporting list_custom_data
|
2025-03-20 07:05:48 +01:00 |
|
Matthias
|
425701ddcf
|
test: simplify assert message
|
2025-03-20 06:44:34 +01:00 |
|