Matthias
d8c24663fc
Merge pull request #11736 from viotemp1/optuna_addons
...
add early stopping for hyperopt
2025-05-20 06:45:15 +02:00
Achmad Fathoni
5b001eec3e
docs: trades space not included in default spaces
2025-05-18 21:26:57 +07:00
viotemp1
d33e931a0d
early stop - replace values lower than 20 with 20 and display a warning.
2025-05-17 16:23:25 +03:00
viotemp1
28e5efc902
fix docs
2025-05-17 01:15:10 +03:00
viotemp1
5b92af6a90
fix some spelling errors
2025-05-10 19:45:16 +03:00
viotemp1
442a1ba50d
add early stopping for hyperopt
2025-05-10 19:36:48 +03:00
Matthias
7cfecab7e2
Merge branch 'develop' into optuna
2025-05-08 19:25:33 +02:00
Matthias
8a9b31eccd
chore: remove scikit-optimize dependency
2025-04-23 19:16:17 +02:00
viotemp1
20fca07d8f
fixed mypy errors
...
freqtrade/optimize/space/optunaspaces.py:39: error: Argument 1 to "__init__" of "IntDistribution" has incompatible type "int | float"; expected "int" [arg-type]
freqtrade/optimize/space/optunaspaces.py:39: error: Argument 2 to "__init__" of "IntDistribution" has incompatible type "int | float"; expected "int" [arg-type]
remove all references for ExtraTreesRegressor and skopt.space
2025-04-13 12:39:44 +03:00
mrpabloyeah
568c579cab
Improve documentation
2025-04-10 00:46:07 +02:00
mrpabloyeah
9a3ada65f5
Complete the integration on freqtrade
2025-04-08 23:12:51 +02:00
Matthias
96490b7b7a
docs: use includes for command help output
2025-01-06 13:51:56 +01:00
Matthias
33d8e67a87
docs: add note about logging
2024-11-11 20:12:31 +01:00
Matthias
74507e9981
docs: remove more --dmmp docs
2024-11-02 17:24:31 +01:00
Matthias
59bf0c080a
docs: update docs about removed --dmmp option
2024-11-02 16:54:45 +01:00
Matthias
e9d9ebf156
docs: Update documentation for MultiMetricHyperOptLoss
2024-10-19 13:05:59 +02:00
Matthias
b8feefc541
tests: update protection tests
2024-09-29 09:44:07 +02:00
Matthias
6934088a59
Fix some non-working links
2024-04-29 07:12:19 +02:00
Matthias
70396fc346
Fix some non-working links
2024-04-29 06:53:09 +02:00
Robert Davey
e18fbbd972
Clarify points as per comments
2024-01-15 11:43:47 +00:00
Robert Davey
2737de1fdd
Remove extra EOF newline
2024-01-14 22:20:41 +00:00
Robert Davey
a41b72ca19
Add backtesting vs hyperopt result difference explanations
...
- Add more detailed explanations as to why backtest results may not match hyperopt results.
- Remove small informal grammar issue from main docs.
2024-01-14 22:16:41 +00:00
froggleston
f9202c3f6b
Clarify hyperopt docs for parameter options
2023-11-15 12:11:47 +00:00
Matthias
d439936014
Update docs about suing .venv instead of .env
2023-08-16 18:24:40 +02:00
Matthias
e1fd3a6dc3
Fix formatting of bullet points
2023-08-02 07:01:59 +02:00
Stefano Ariestasia
c4d41659f2
add second alternatives instead of using .range
2023-08-01 16:15:20 +09:00
Antonio Della Fortuna
ab12aace5f
changed trades_space to max_open_trades_space
2023-01-15 11:50:40 +01:00
Antonio Della Fortuna
ce661cb58b
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into max-open-trades
2023-01-04 10:35:09 +01:00
Antonio Della Fortuna
5fd85368a9
Added support for max_open_trades hyperopting
2023-01-04 10:34:44 +01:00
Robert Davey
2c430c806c
Fix ROI table comma and spacing
...
THanks to `@topdollar` in discord for noticing the typos.
2023-01-02 15:54:49 +00:00
Matthias
c3e74e6e8d
Improve doc wording
2022-08-27 08:55:29 +02:00
Matthias
733f716819
Update documentation
2022-08-19 15:22:43 +02:00
Matthias
bc359675a2
Add --analyze-per-epoch - moving populate_analysis to the epoch process
2022-08-19 15:19:43 +02:00
Matthias
e97468964a
Add support for --timeframe-detail in hyperopt
...
fix #7070
2022-07-23 08:52:03 +02:00
Matthias
b657a4df23
Improve hyperopt docs
...
part of #7088
2022-07-15 19:02:23 +02:00
Matthias
7d6b3d0e02
Update hyperopt param docs to be clear that non-conclusive parameters will be ignored
2022-07-11 08:17:16 +02:00
Matthias
f65df4901e
Update doc clarity
2022-05-29 20:53:09 +02:00
Nicolas Papp
f9244aad92
Fix on max drawdown formula to match tests
2022-05-01 12:25:53 -03:00
Nicolas Papp
47a6ef4f00
Max relative drawdown
2022-04-10 12:53:47 -03:00
Matthias
b1e3ead88b
Merge branch 'develop' into feat/short
2022-03-22 20:28:38 +01:00
Matthias
46e86bd018
Update some hyperopt wording
2022-03-22 07:00:10 +01:00
Matthias
95f69b905a
Remove ticker_interval support
2022-03-20 09:00:53 +01:00
Matthias
d27a37be0d
Update docs for populate_exit_trend
2022-03-20 08:30:14 +01:00
Matthias
59791b0659
Update populate_buy_trend to populate_entry_trend
2022-03-20 08:30:14 +01:00
Matthias
23b98fbb73
Update some documentation for short trading
2022-03-20 08:30:14 +01:00
Matthias
51828a0b0b
Update buy-signals to entry wording
2022-03-09 07:03:37 +01:00
Matthias
e60553b8f7
Add max_entry_position hyperopt to docs
...
closes #6356
2022-02-16 19:21:04 +01:00
zx
0b01fcf047
Add ProfitDrawdownHyperoptLoss method
2022-02-06 15:40:54 +01:00
Matthias
5cdae2ce3f
Remove CalmarDaily hyperopt loss
2021-10-29 06:53:40 +02:00
Matthias
dffb4c5d53
Merge branch 'develop' into pr/TreborNamor/5607
2021-10-24 08:55:10 +02:00