Matthias
897788de17
Reformulate exception to be "nicer"
4 years ago
Stefano Ariestasia
5307d2bf3b
Trimming the sentence
4 years ago
Stefano Ariestasia
c23d90e2b8
Update test_backtesting.py
4 years ago
Stefano Ariestasia
0c629fc951
Update test_backtesting.py
4 years ago
Matthias
39bb34cdb3
Fix test loading bug
4 years ago
Matthias
431b96de98
Merge branch 'develop' into pr/theluxaz/5710
4 years ago
Matthias
4249fcefba
Merge pull request #5150 from cryptomeisternox/backtesting-filter
...
Adding command for Filtering and print trades
4 years ago
Matthias
20904f1ca4
Add tests for new command
5 years ago
Matthias
72ecb45d86
Add test for backtest_show logic
5 years ago
Matthias
459a2239ce
Fix candle ranges in backtesting test
5 years ago
Matthias
6cf140f8fb
FIx testcases
5 years ago
Matthias
201fe108bc
Merge pull request #5607 from TreborNamor/develop
...
a new hyperopt loss created that uses calmar ratio
5 years ago
Matthias
5cdae2ce3f
Remove CalmarDaily hyperopt loss
5 years ago
Simon Ebner
f7926083ca
Clean up unclosed file handles
...
Close all file handles that are left dangling to avoid warnings such as
```
ResourceWarning: unclosed file <_io.TextIOWrapper
name='...' mode='r' encoding='UTF-8'> params = json_load(filename.open('r'))
```
5 years ago
Matthias
5f309627ea
Update tests for Calmar ratio
5 years ago
Matthias
78724e304e
Merge branch 'develop' into pr/theluxaz/5710
5 years ago
theluxaz
0e085298e9
Fixed test failures.
5 years ago
Matthias
e458c9867a
Styling fixes
5 years ago
Matthias
7b5346b984
Add test for breakdown-stats
5 years ago
Matthias
1267374c8a
Small fixes to tests
5 years ago
Matthias
0e7d903a6f
Merge pull request #5644 from slyons/develop
...
Add ability to ignore unparameterized spaces
5 years ago
Matthias
fe8374f2a4
Test for non-failing missing hyperopt space
5 years ago
Matthias
45b7a0c837
Add Test and docs for MaxDrawDownHyperOptLoss
5 years ago
Matthias
3b5cc5f015
Improve dates used for hyperopt tests
5 years ago
Matthias
77388eb423
Improve generate_test_data to make it easier to use
5 years ago
Matthias
5fdeca812d
Combine most hyperopt-loss tests to one
5 years ago
Matthias
994c3c3a4c
Add some errorhandling for custom estimator
5 years ago
Matthias
3675df8344
Update documentation regarding Legacy Hyperopt
5 years ago
Matthias
fd6bf591f8
Update some tests to remove explicit hyperopt interface
5 years ago
Matthias
b0c4f079c2
Merge branch 'develop' into feat/backtest_detail
5 years ago
Matthias
2ce458810b
rename default_hyperopt_loss file
5 years ago
Matthias
07d71f014f
Rename defaultStrategy file
5 years ago
Matthias
6d96b11279
Rename DefaultStrategy
5 years ago
Matthias
df1c0540ab
Rename Hyperopt Test Class
5 years ago
Matthias
fbf8eb4526
Rename test-legacy strategy
5 years ago
Matthias
4b36276e4f
Improve has_space test
5 years ago
Matthias
fa4ec9f83e
Add explicit test for get_sell_trade_entry
5 years ago
Matthias
3406b889b6
First test
5 years ago
Rokas Kupstys
f6267c7514
Fix buy_tag not being saved to trade object.
...
Column is mistakenly excluded because advise_buy() creating this column runs after code detecting presence of buy_tag column.
5 years ago
Matthias
0b6aedbc4c
Merge pull request #5395 from freqtrade/fix/hyperopt-show
...
Stream hyperopt-result in small batches
5 years ago
Matthias
039d6384ed
Stream hyperopt-result in small batches
...
Avoiding memory-exhaustion on huge hyperopt results
closes #5305
closes #5149
5 years ago
Matthias
3f160c7144
Cache dataframe before cutting the first candle
...
This allows providing the "current closed" candle in all cases.
5 years ago
Matthias
cf27968b97
Properly preserve trade's low during backtesting
5 years ago
Matthias
895b912c71
Fix recently introduced lookahead bias in backtesting
...
closes #5388
5 years ago
Matthias
a5f796bc97
refactor ohlcvdata_to_dataframe to advise_all_indicators
5 years ago
Matthias
f17942b68f
Fix random test failure
5 years ago
Matthias
47f641d12f
Remove hyperopt-pickle result support
5 years ago
Matthias
6532aba765
Merge pull request #5360 from freqtrade/hyperopt_protections
...
Hyperopt protections and Boolean parameter
5 years ago
Sam Germain
b9356a5564
Autopep8 formatting
5 years ago
Matthias
b73768acd1
Fix bug in property overwriting prevention
5 years ago