Matthias
|
c3ea793abb
|
Merge branch 'develop' into add-custom-roi-strategy-callback
|
2025-05-15 07:22:25 +02:00 |
|
Matthias
|
c901f6d1dd
|
test: add test for custom_roi behavior
|
2025-05-15 07:22:18 +02:00 |
|
Matthias
|
3b6dbaccf8
|
test: add failing test for #11752
|
2025-05-14 20:12:33 +02:00 |
|
Matthias
|
3fb6bc888b
|
chore: Mypy-exclusions to account for ta-lib import problem
|
2025-05-12 18:22:01 +02:00 |
|
Matthias
|
c3f6aa17ee
|
Merge pull request #11711 from freqtrade/feat/bt_historic_precision
Improve price precision logic and add significant digits calculation
|
2025-05-10 16:03:38 +02:00 |
|
Matthias
|
8dc278f1a0
|
refactor: simplify ws exchange handling
|
2025-05-10 13:30:26 +02:00 |
|
Matthias
|
a6d3995013
|
feat: Improved typing, exception if neither step nor decimals is set
|
2025-05-09 06:34:59 +02:00 |
|
Matthias
|
d0d40f4fce
|
test: Improve skdecimal test
|
2025-05-09 06:34:33 +02:00 |
|
Matthias
|
7cfecab7e2
|
Merge branch 'develop' into optuna
|
2025-05-08 19:25:33 +02:00 |
|
Matthias
|
8f8da51808
|
feat: round hyperopt results to 13 digits (this removes floating point errors)
|
2025-05-08 19:24:31 +02:00 |
|
Matthias
|
53ba3ced06
|
test: add test for backtest "get price precision" logic
|
2025-05-04 11:47:42 +02:00 |
|
Matthias
|
081fa2209a
|
refactor: correct naming of new function
|
2025-05-03 20:45:52 +02:00 |
|
Matthias
|
7d3fa41911
|
test: add tests for get_significant_digits_over_time
|
2025-05-03 20:30:25 +02:00 |
|
Matthias
|
8b8bf6f97d
|
refactor: automatically load detailed bt data
|
2025-05-03 20:01:13 +02:00 |
|
Matthias
|
f8a151c2a5
|
feat: Add funding_fee to backtest results
closes #11699
|
2025-05-03 14:14:32 +02:00 |
|
Matthias
|
1013c32316
|
fix: duplicate generate_optimizer to have a non-delayed alternative
|
2025-05-03 09:19:50 +02:00 |
|
viotemp1
|
dd613ac86c
|
fix formatting
|
2025-05-02 21:07:34 +03:00 |
|
viotemp1
|
73c28890d7
|
move @delayed and @wrap_non_picklable_objects in hyperopt_optimizer.py
one test with analyze_per_epoch is failing
|
2025-05-02 21:03:51 +03:00 |
|
Matthias
|
61dd94ceb0
|
test: add tests for annotations feature
|
2025-05-02 19:59:23 +02:00 |
|
Matthias
|
1b2d5a357f
|
test: change level of test mock
|
2025-05-01 11:57:17 +02:00 |
|
Matthias
|
ecc6371733
|
test: reduce amount of mocking
|
2025-05-01 10:19:20 +02:00 |
|
Matthias
|
5954c64cc3
|
chore: use ubuntu 24.04 for online tests
|
2025-05-01 08:55:35 +02:00 |
|
viotemp1
|
ced1ce340a
|
fix some formatting issues
|
2025-04-29 17:09:16 +03:00 |
|
Matthias
|
1ef2eeb456
|
chore(ci): reenable htx online tests through proxy
|
2025-04-29 06:58:59 +02:00 |
|
Matthias
|
02ab0eb139
|
test: temporarily disable HTX tests
|
2025-04-28 06:29:48 +02:00 |
|
viotemp1
|
8d0ca7f5c1
|
remove backtesting from generate_optimizer
|
2025-04-27 21:26:06 +03:00 |
|
Matthias
|
d8b51875bf
|
test: update tests for new file structure
|
2025-04-27 11:35:06 +02:00 |
|
Matthias
|
073b625355
|
test: update test for calculate_market_change
|
2025-04-25 08:28:31 +02:00 |
|
Matthias
|
83cdf76636
|
chore: simplify import/exports
|
2025-04-23 19:50:17 +02:00 |
|
Matthias
|
f86bc71c43
|
chore: cleanup some test code
|
2025-04-23 19:19:55 +02:00 |
|
Matthias
|
574419f3a4
|
test: freeze time to avoid random test failure
|
2025-04-21 11:22:16 +02:00 |
|
Matthias
|
6a01985fd1
|
test: add test case to ensure max_stake considers leverage tiers
|
2025-04-18 14:35:54 +02:00 |
|
Matthias
|
d6f58cd6cf
|
test: fix leverage test
|
2025-04-18 14:02:05 +02:00 |
|
Matthias
|
9dd1ce71ca
|
fix: improve get_max_leverage logic
|
2025-04-18 14:01:34 +02:00 |
|
Matthias
|
a6d76cad39
|
test: improve api test to ensure the default is what we expect
|
2025-04-13 10:24:34 +02:00 |
|
viotemp1
|
35c3868c56
|
change for SKDecimal and othercomments
|
2025-04-13 08:58:42 +03:00 |
|
David Arena
|
194d53acf8
|
fix: adding checks for trades and order_by_id
|
2025-04-12 16:57:30 +02:00 |
|
Matthias
|
85689ebc1c
|
test: update skdecimal test to use optuna
|
2025-04-12 12:37:17 +02:00 |
|
Matthias
|
05f19d574a
|
chore: remove commented skopt usages
|
2025-04-12 10:13:42 +02:00 |
|
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 |
|