Matthias
6ea83ba0e7
docs: clarify space naming prevalence
6 months ago
Matthias
b32ba68a6e
docs: at enter/exit spaces as builtin spaces
6 months ago
Matthias
a3efba019f
docs: update documentation for new hyperopt spaces
6 months ago
Matthias
d8c24663fc
Merge pull request #11736 from viotemp1/optuna_addons
...
add early stopping for hyperopt
1 year ago
Achmad Fathoni
5b001eec3e
docs: trades space not included in default spaces
1 year ago
viotemp1
d33e931a0d
early stop - replace values lower than 20 with 20 and display a warning.
1 year ago
viotemp1
28e5efc902
fix docs
1 year ago
viotemp1
5b92af6a90
fix some spelling errors
1 year ago
viotemp1
442a1ba50d
add early stopping for hyperopt
1 year ago
Matthias
7cfecab7e2
Merge branch 'develop' into optuna
1 year ago
Matthias
8a9b31eccd
chore: remove scikit-optimize dependency
1 year ago
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
1 year ago
mrpabloyeah
568c579cab
Improve documentation
1 year ago
mrpabloyeah
9a3ada65f5
Complete the integration on freqtrade
1 year ago
Matthias
96490b7b7a
docs: use includes for command help output
1 year ago
Matthias
33d8e67a87
docs: add note about logging
2 years ago
Matthias
74507e9981
docs: remove more --dmmp docs
2 years ago
Matthias
59bf0c080a
docs: update docs about removed --dmmp option
2 years ago
Matthias
e9d9ebf156
docs: Update documentation for MultiMetricHyperOptLoss
2 years ago
Matthias
b8feefc541
tests: update protection tests
2 years ago
Matthias
6934088a59
Fix some non-working links
2 years ago
Matthias
70396fc346
Fix some non-working links
2 years ago
Robert Davey
e18fbbd972
Clarify points as per comments
2 years ago
Robert Davey
2737de1fdd
Remove extra EOF newline
2 years ago
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.
2 years ago
froggleston
f9202c3f6b
Clarify hyperopt docs for parameter options
3 years ago
Matthias
d439936014
Update docs about suing `.venv` instead of `.env`
3 years ago
Matthias
e1fd3a6dc3
Fix formatting of bullet points
3 years ago
Stefano Ariestasia
c4d41659f2
add second alternatives instead of using .range
3 years ago
Antonio Della Fortuna
ab12aace5f
changed `trades_space` to `max_open_trades_space`
3 years ago
Antonio Della Fortuna
ce661cb58b
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into max-open-trades
3 years ago
Antonio Della Fortuna
5fd85368a9
Added support for max_open_trades hyperopting
3 years ago
Robert Davey
2c430c806c
Fix ROI table comma and spacing
...
THanks to `@topdollar` in discord for noticing the typos.
3 years ago
Matthias
c3e74e6e8d
Improve doc wording
4 years ago
Matthias
733f716819
Update documentation
4 years ago
Matthias
bc359675a2
Add --analyze-per-epoch - moving populate_analysis to the epoch process
4 years ago
Matthias
e97468964a
Add support for --timeframe-detail in hyperopt
...
fix #7070
4 years ago
Matthias
b657a4df23
Improve hyperopt docs
...
part of #7088
4 years ago
Matthias
7d6b3d0e02
Update hyperopt param docs to be clear that non-conclusive parameters will be ignored
4 years ago
Matthias
f65df4901e
Update doc clarity
4 years ago
Nicolas Papp
f9244aad92
Fix on max drawdown formula to match tests
4 years ago
Nicolas Papp
47a6ef4f00
Max relative drawdown
4 years ago
Matthias
b1e3ead88b
Merge branch 'develop' into feat/short
4 years ago
Matthias
46e86bd018
Update some hyperopt wording
4 years ago
Matthias
95f69b905a
Remove ticker_interval support
4 years ago
Matthias
d27a37be0d
Update docs for populate_exit_trend
4 years ago
Matthias
59791b0659
Update populate_buy_trend to populate_entry_trend
4 years ago
Matthias
23b98fbb73
Update some documentation for short trading
4 years ago
Matthias
51828a0b0b
Update buy-signals to entry wording
4 years ago
Matthias
e60553b8f7
Add max_entry_position hyperopt to docs
...
closes #6356
4 years ago