Matthias
|
5c977c212b
|
test: drop test part using --export-filename to determine backtest result naming
|
6 months ago |
Matthias
|
09b084e85a
|
chore: adjust backtest-optimize reports tests
|
6 months ago |
Matthias
|
8f4dfbf55d
|
chore: remove long-deprecated and pointless metric
|
7 months ago |
Matthias
|
deb8bde078
|
refactor: tests - update timezone.utc to UTC
|
8 months ago |
Matthias
|
301d85ef4f
|
test: remove edge tests
|
9 months ago |
Matthias
|
c53c70d597
|
tests: further test cleanup
|
9 months ago |
Matthias
|
64c6b4718d
|
Merge pull request #11758 from mrpabloyeah/add-max-trade-duration-to-backtest-results
Add min/max trade duration to backtest results
|
9 months ago |
Matthias
|
82f98746bd
|
test: update test for new behavior
|
9 months ago |
Matthias
|
d8c24663fc
|
Merge pull request #11736 from viotemp1/optuna_addons
add early stopping for hyperopt
|
9 months ago |
Matthias
|
8641796d04
|
test: Add test for early-stop config adjustment
|
9 months ago |
mrpabloyeah
|
882ca44816
|
Fix test_optimize_reports
|
9 months ago |
Matthias
|
c3f6aa17ee
|
Merge pull request #11711 from freqtrade/feat/bt_historic_precision
Improve price precision logic and add significant digits calculation
|
10 months ago |
Matthias
|
a6d3995013
|
feat: Improved typing, exception if neither step nor decimals is set
|
10 months ago |
Matthias
|
d0d40f4fce
|
test: Improve skdecimal test
|
10 months ago |
Matthias
|
7cfecab7e2
|
Merge branch 'develop' into optuna
|
10 months ago |
Matthias
|
8f8da51808
|
feat: round hyperopt results to 13 digits (this removes floating point errors)
|
10 months ago |
Matthias
|
53ba3ced06
|
test: add test for backtest "get price precision" logic
|
10 months ago |
Matthias
|
8b8bf6f97d
|
refactor: automatically load detailed bt data
|
10 months ago |
Matthias
|
f8a151c2a5
|
feat: Add funding_fee to backtest results
closes #11699
|
10 months ago |
Matthias
|
1013c32316
|
fix: duplicate generate_optimizer to have a non-delayed alternative
|
10 months ago |
viotemp1
|
dd613ac86c
|
fix formatting
|
10 months ago |
viotemp1
|
73c28890d7
|
move @delayed and @wrap_non_picklable_objects in hyperopt_optimizer.py
one test with analyze_per_epoch is failing
|
10 months ago |
Matthias
|
1b2d5a357f
|
test: change level of test mock
|
10 months ago |
Matthias
|
ecc6371733
|
test: reduce amount of mocking
|
10 months ago |
viotemp1
|
ced1ce340a
|
fix some formatting issues
|
10 months ago |
viotemp1
|
8d0ca7f5c1
|
remove backtesting from generate_optimizer
|
10 months ago |
Matthias
|
d8b51875bf
|
test: update tests for new file structure
|
10 months ago |
Matthias
|
83cdf76636
|
chore: simplify import/exports
|
10 months ago |
Matthias
|
f86bc71c43
|
chore: cleanup some test code
|
10 months ago |
viotemp1
|
35c3868c56
|
change for SKDecimal and othercomments
|
11 months ago |
Matthias
|
85689ebc1c
|
test: update skdecimal test to use optuna
|
11 months ago |
Matthias
|
05f19d574a
|
chore: remove commented skopt usages
|
11 months 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
|
11 months ago |
Matthias
|
16379bbcc5
|
test: small adjustment to test
(simplifying future usage)
|
11 months ago |
Matthias
|
0aa05855d5
|
chore: unpack instead of list concat
|
11 months ago |
Matthias
|
c11de3ac38
|
chore: remove pointless ambiguous unicode characters
|
11 months ago |
Matthias
|
b797a5bf2f
|
chore: remove some unused noqa's
|
11 months ago |
mrpabloyeah
|
c2296d83c3
|
Fix for passing CI
|
11 months ago |
mrpabloyeah
|
9a3ada65f5
|
Complete the integration on freqtrade
|
11 months ago |
viotemp1
|
90aaaa50fc
|
fix increasing memory usage.
|
11 months ago |
Matthias
|
b6cf3cc57d
|
Merge branch 'develop' into pr/mrpabloyeah/11561
|
11 months ago |
viotemp1
|
3fcf6559ab
|
change from skopt.space.Real to optuna.distributions.FloatDistribution
|
11 months ago |
viotemp1
|
b603771242
|
Merge branch 'freqtrade:develop' into optuna
|
11 months ago |
mrpabloyeah
|
be5d158761
|
Calculate and save all metrics per pair (fix 5)
|
11 months ago |
mrpabloyeah
|
4f2681500a
|
Calculate and save all metrics per pair (fix 4)
|
11 months ago |
mrpabloyeah
|
00237d68e4
|
Calculate and save all metrics per pair (fix 3)
|
11 months ago |
viotemp1
|
c5088e6b66
|
fix formatting
|
11 months ago |
viotemp1
|
62f05964b4
|
change optimizer to optuna
|
11 months ago |
Matthias
|
799ce4e1f2
|
test: Enhance test to also cover params file saving
|
11 months ago |
Matthias
|
5b0b44069a
|
test: Ensure strategy file is added to the test file.
|
11 months ago |