Matthias
|
a6d3995013
|
feat: Improved typing, exception if neither step nor decimals is set
|
12 months ago |
Matthias
|
d0d40f4fce
|
test: Improve skdecimal test
|
12 months ago |
Matthias
|
7cfecab7e2
|
Merge branch 'develop' into optuna
|
12 months ago |
Matthias
|
8f8da51808
|
feat: round hyperopt results to 13 digits (this removes floating point errors)
|
12 months ago |
Matthias
|
8b8bf6f97d
|
refactor: automatically load detailed bt data
|
12 months ago |
Matthias
|
f8a151c2a5
|
feat: Add funding_fee to backtest results
closes #11699
|
12 months ago |
Matthias
|
1013c32316
|
fix: duplicate generate_optimizer to have a non-delayed alternative
|
12 months ago |
viotemp1
|
dd613ac86c
|
fix formatting
|
12 months ago |
viotemp1
|
73c28890d7
|
move @delayed and @wrap_non_picklable_objects in hyperopt_optimizer.py
one test with analyze_per_epoch is failing
|
12 months ago |
Matthias
|
1b2d5a357f
|
test: change level of test mock
|
12 months ago |
Matthias
|
ecc6371733
|
test: reduce amount of mocking
|
12 months ago |
viotemp1
|
ced1ce340a
|
fix some formatting issues
|
12 months ago |
viotemp1
|
8d0ca7f5c1
|
remove backtesting from generate_optimizer
|
12 months ago |
Matthias
|
d8b51875bf
|
test: update tests for new file structure
|
12 months ago |
Matthias
|
83cdf76636
|
chore: simplify import/exports
|
1 year ago |
Matthias
|
f86bc71c43
|
chore: cleanup some test code
|
1 year ago |
viotemp1
|
35c3868c56
|
change for SKDecimal and othercomments
|
1 year ago |
Matthias
|
85689ebc1c
|
test: update skdecimal test to use optuna
|
1 year ago |
Matthias
|
05f19d574a
|
chore: remove commented skopt usages
|
1 year ago |
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
|
1 year ago |
Matthias
|
16379bbcc5
|
test: small adjustment to test
(simplifying future usage)
|
1 year ago |
Matthias
|
0aa05855d5
|
chore: unpack instead of list concat
|
1 year ago |
Matthias
|
c11de3ac38
|
chore: remove pointless ambiguous unicode characters
|
1 year ago |
Matthias
|
b797a5bf2f
|
chore: remove some unused noqa's
|
1 year ago |
mrpabloyeah
|
c2296d83c3
|
Fix for passing CI
|
1 year ago |
mrpabloyeah
|
9a3ada65f5
|
Complete the integration on freqtrade
|
1 year ago |
viotemp1
|
90aaaa50fc
|
fix increasing memory usage.
|
1 year ago |
Matthias
|
b6cf3cc57d
|
Merge branch 'develop' into pr/mrpabloyeah/11561
|
1 year ago |
viotemp1
|
3fcf6559ab
|
change from skopt.space.Real to optuna.distributions.FloatDistribution
|
1 year ago |
viotemp1
|
b603771242
|
Merge branch 'freqtrade:develop' into optuna
|
1 year ago |
mrpabloyeah
|
be5d158761
|
Calculate and save all metrics per pair (fix 5)
|
1 year ago |
mrpabloyeah
|
4f2681500a
|
Calculate and save all metrics per pair (fix 4)
|
1 year ago |
mrpabloyeah
|
00237d68e4
|
Calculate and save all metrics per pair (fix 3)
|
1 year ago |
viotemp1
|
c5088e6b66
|
fix formatting
|
1 year ago |
viotemp1
|
62f05964b4
|
change optimizer to optuna
|
1 year ago |
Matthias
|
799ce4e1f2
|
test: Enhance test to also cover params file saving
|
1 year ago |
Matthias
|
5b0b44069a
|
test: Ensure strategy file is added to the test file.
|
1 year ago |
Matthias
|
9fa3a15e24
|
feat: store (sanitized) configuration
|
1 year ago |
Matthias
|
23b10161d5
|
test: improve test resiliance
|
1 year ago |
mrpabloyeah
|
ddd2e2cc3b
|
Add relevant metrics to backtest breakdowns (fix 5)
|
1 year ago |
mrpabloyeah
|
a47ed1dbdb
|
Add relevant metrics to backtest breakdowns (fix 3)
|
1 year ago |
mrpabloyeah
|
51a99f2a66
|
Add relevant metrics to backtest breakdowns (fix 2)
|
1 year ago |
Matthias
|
805e03b83b
|
test: update test for new bt cache behavior
|
1 year ago |
Matthias
|
754936d253
|
chore: improved backtest method wording
|
1 year ago |
Matthias
|
08587d826e
|
test: Long adjust-exit-price test
|
1 year ago |
Matthias
|
584b84a941
|
test: extend backtest-detail tests for exit_adjust
|
1 year ago |
Matthias
|
c3cc58a1af
|
Merge pull request #11248 from xmatthias/fix/backtest_max_detail_2
Improved Backtest timeframe-detail execution logic
|
1 year ago |
Matthias
|
1d22cf98c8
|
feat: add cost to minimized order json output
|
1 year ago |
Matthias
|
aceb3ac764
|
Merge pull request #10062 from Axel-CH/feature/proceed-exit-while-open-order
Feature: Proceed exit while having open order, for backtesting and live
|
1 year ago |
Matthias
|
e350dbd552
|
refactor: simplify backtesting class
|
1 year ago |