viotemp1
|
5c859d929b
|
add optunaspaces.py
|
2025-04-13 11:06:39 +03:00 |
|
viotemp1
|
c89058788e
|
remove decimal module
|
2025-04-13 09:49:33 +03:00 |
|
viotemp1
|
35c3868c56
|
change for SKDecimal and othercomments
|
2025-04-13 08:58:42 +03:00 |
|
Matthias
|
4fcc9dd587
|
feat: use floatDistribution for SKDecimal
|
2025-04-12 12:10:48 +02:00 |
|
Matthias
|
05f19d574a
|
chore: remove commented skopt usages
|
2025-04-12 10:13:42 +02:00 |
|
Matthias
|
1a24559729
|
chore: cleanup old usages
|
2025-04-12 10:08:41 +02:00 |
|
Matthias
|
7a51c9d540
|
types: slightly improved typing
|
2025-04-12 10:05:11 +02:00 |
|
Matthias
|
1d22377cad
|
chore: remove some skopt usages
|
2025-04-12 09:58:44 +02:00 |
|
viotemp1
|
90aaaa50fc
|
fix increasing memory usage.
|
2025-04-02 18:45:49 +03:00 |
|
viotemp1
|
3fcf6559ab
|
change from skopt.space.Real to optuna.distributions.FloatDistribution
|
2025-03-31 13:48:12 +03:00 |
|
viotemp1
|
85f4a8daea
|
fix formatting
|
2025-03-31 00:10:52 +03:00 |
|
viotemp1
|
2595479e43
|
change CategoricalParameter and IntParameter in parameters.py to use optuna.distributions CategoricalDistribution and IntDistribution instead of skopt
|
2025-03-30 21:13:15 +03:00 |
|
viotemp1
|
b603771242
|
Merge branch 'freqtrade:develop' into optuna
|
2025-03-30 16:19:16 +03:00 |
|
Matthias
|
583e20dc9d
|
chore: bump dev version to 2025.4-dev
|
2025-03-27 07:10:48 +01:00 |
|
Freqtrade Bot
|
f242110957
|
chore: update pre-commit hooks
|
2025-03-27 03:13:26 +00:00 |
|
viotemp1
|
6b78b1c882
|
fix formatting
|
2025-03-26 21:30:18 +02:00 |
|
viotemp1
|
ee3d46c8fa
|
change default optimizer to NSGAIIISampler - best results so far
|
2025-03-26 21:25:56 +02:00 |
|
viotemp1
|
59e52bb601
|
fix type-errors by declaring the type of o_dimensions in convert_dimensions_to_optuna_space
|
2025-03-26 16:55:43 +02:00 |
|
viotemp1
|
553dbccec7
|
simplify get_optimizer
|
2025-03-26 16:42:09 +02:00 |
|
viotemp1
|
eb03382b2d
|
remove SKOPT_MODEL_QUEUE_SIZE comments
|
2025-03-26 08:36:55 +02:00 |
|
viotemp1
|
fcd0c1d606
|
formatting fix
|
2025-03-25 19:16:08 +02:00 |
|
viotemp1
|
c5088e6b66
|
fix formatting
|
2025-03-25 15:07:09 +02:00 |
|
viotemp1
|
62f05964b4
|
change optimizer to optuna
|
2025-03-25 14:06:35 +02:00 |
|
Matthias
|
1fdce89806
|
chore: Implement safeguard against non-existing strategy files
|
2025-03-24 06:41:58 +01:00 |
|
Matthias
|
3ffc69ad02
|
chore: fix typing errors
|
2025-03-23 19:09:11 +01:00 |
|
Matthias
|
7b44dd17ae
|
feat: strategy-file saving for api backtest
|
2025-03-23 17:24:00 +01:00 |
|
Matthias
|
85fc936431
|
feat: add Strategy and parameter file to backtest zip file
|
2025-03-23 17:22:50 +01:00 |
|
Matthias
|
04a28b2550
|
fix: backtestResulttype - simplify
|
2025-03-23 15:51:48 +01:00 |
|
Matthias
|
9fa3a15e24
|
feat: store (sanitized) configuration
|
2025-03-23 15:44:55 +01:00 |
|
Matthias
|
c6e64bad49
|
chore: backtesting will always be "true" for dry-run.
|
2025-03-21 19:09:30 +01:00 |
|
Matthias
|
02b0f0abd6
|
refactor: extract replace_order handling
|
2025-03-20 20:35:17 +01:00 |
|
Matthias
|
7735ea91bb
|
fix: adjust_order_price return type
|
2025-03-20 20:32:34 +01:00 |
|
Matthias
|
7178ce8559
|
chore: Add descriptions to api parameters
|
2025-03-20 18:05:25 +01: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
|
42e45a0a65
|
chore: simplify import and docstring
|
2025-03-20 06:43:50 +01:00 |
|
Freqtrade Bot
|
dfc77945ce
|
chore: update pre-commit hooks
|
2025-03-20 03:10:55 +00:00 |
|
Axel-CH
|
6d8011e075
|
chore: use Trade id for _rpc_list_custom_data output ordering
|
2025-03-19 15:48:04 -04:00 |
|
Axel-CH
|
1b4f8dfa54
|
chore: use open_date for _rpc_list_custom_data output ordering
|
2025-03-19 15:30:02 -04:00 |
|
Axel-CH
|
48b7a85c90
|
chore: update schema after removal of cd_value field from list custom-data response
|
2025-03-19 15:24:55 -04:00 |
|
Axel-CH
|
d3464ac2dc
|
chore: remove cd_value from rpc custom data output
|
2025-03-19 15:18:33 -04:00 |
|
Axel-CH
|
95f5db9dcd
|
fix: implement ordering for rpc_list_custom_data
|
2025-03-19 03:11:43 -04:00 |
|
Axel-CH
|
b83754c5a4
|
chore: remove trade id from telegram response for list_custom_data
|
2025-03-19 02:55:51 -04:00 |
|
Matthias
|
6b6d7fc310
|
Merge pull request #11505 from freqtrade/feat/log_from_config
allow loading logging from config
|
2025-03-18 18:08:07 +01:00 |
|
Matthias
|
c6959c92ac
|
Merge pull request #11499 from mrpabloyeah/add-relevant-metrics-to-backtest-breakdowns
Add relevant metrics to backtest breakdowns
|
2025-03-18 07:27:05 +01:00 |
|
Matthias
|
7bc6a2279c
|
chore: only round to 2 for output, not for the saved file
|
2025-03-18 07:02:30 +01:00 |
|
Axel-CH
|
176f5518ea
|
Merge branch 'develop' into api-server-list-custom-data
|
2025-03-18 00:53:10 -04:00 |
|
Axel-CH
|
17e4f5ed1f
|
chore: update telegram _list_custom_data
|
2025-03-18 00:51:18 -04:00 |
|
Axel-CH
|
83a8651d41
|
chore: update api schema according rpc_list_custom_data output
|
2025-03-18 00:48:18 -04:00 |
|
Axel-CH
|
ba0c22b6f0
|
chore: enhance update rpc_list_custom_data output
|
2025-03-18 00:46:46 -04:00 |
|
Axel-CH
|
90219f040b
|
chore: enhance list custom-data output format
|
2025-03-17 23:18:44 -04:00 |
|