Matthias
626ea6b119
Add backtesting support for order.stake_amount
3 years ago
Matthias
e4cd29d88c
Add test for trade.cost
3 years ago
Matthias
72504e62ad
Extract btstorage methods
3 years ago
Matthias
65e8359908
Improve naming of new file
3 years ago
Matthias
794bca1379
Split optimize report generation from visualization
3 years ago
Matthias
5e084ad2e5
convert optimize_reports to a package
3 years ago
Matthias
b3ef024e9e
Don't use PurePosixPath
3 years ago
Matthias
964bf76469
Invert parameters for initialize_single_lookahead_analysis
...
otherwise their order is reversed before calling LookaheadAnalysis for no good reason
3 years ago
Matthias
ad74e65673
Simplify configuration setup
3 years ago
hippocritical
663cfc6211
fixing tests
3 years ago
hippocritical
1da1972c18
added test for config overrides
3 years ago
hippocritical
fc887efd4b
Merge branch 'freqtrade:develop' into develop
3 years ago
hippocritical
eec7837167
- modified help-string for the cli-option lookahead_analysis_exportfilename
...
- moved doc from utils.md to lookahead-analysis.md and modified it (unfinished)
- added a check to automatically edit the config['backtest_cache'] to be 'none'
- adjusted test_lookahead_helper_export_to_csv to catch the new catching of errors
- adjusted test_lookahead_helper_text_table_lookahead_analysis_instances to catch the new catching of errors
- changed lookahead_analysis.start result-reporting to show that not enough trades were caught including x of y
3 years ago
hippocritical
0ed84fbcc1
added test_initialize_single_lookahead_analysis
...
A check for a random variable should be enough, right? :)
3 years ago
hippocritical
a7426755bc
added a check for bias1.
...
Looking at has_bias should be enough to statisfy the test.
The tests could be extended with thecking the buy/sell signals and the dataframe itself -
but this should be sufficient for now.
3 years ago
Matthias
35a388bf9a
Don't force min_roi to have content
3 years ago
hippocritical
05f0b32e3b
Merge remote-tracking branch 'origin/develop' into develop
3 years ago
hippocritical
636298bb71
added test_lookahead_helper_export_to_csv
3 years ago
hippocritical
eb31b574c1
added returns to text_table_lookahead_analysis_instances
...
filled in test_lookahead_helper_text_table_lookahead_analysis_instances
3 years ago
hippocritical
9366c77e42
Merge branch 'freqtrade:develop' into develop
3 years ago
Matthias
70a0c2e625
Fix test mishap
3 years ago
Matthias
3e6a2bf9b0
Add parameters for analysis tests ...
3 years ago
Matthias
e73cd1487e
Add somewhat sensible assert
3 years ago
Matthias
9869a21951
Move strategy to it's own directory to avoid having other
3 years ago
Matthias
3f5c18a035
Add some tests as todo
3 years ago
Matthias
e183707979
Further test lookahead_helpers
3 years ago
Matthias
ceddcd9242
Move most of the logic to lookahead_analysis helper
3 years ago
Matthias
d8af0dc9c4
Slightly improve testcase
3 years ago
Matthias
209eb63ede
Add startup test case
3 years ago
Matthias
2e675efa13
Initial fix - test
3 years ago
Matthias
073dac8d5f
Move lookahead analysis tests to optimize subdir
3 years ago
Matthias
261822147c
Fix remaining arrow testcases
3 years ago
Matthias
7a2ff60255
Fix more tests
3 years ago
Matthias
29fdcdbf56
reduce arrow in tests
3 years ago
Matthias
8dd8c24595
Merge branch 'develop' into pr/froggleston/7861
3 years ago
Matthias
d1e9e70396
Improve Resample-period test
3 years ago
Matthias
7ff35fea3c
Default weekly report to monday
...
closes #8502
3 years ago
Matthias
72284317c2
Fix failing backtest test
3 years ago
Matthias
b09fb5826f
don't use "can_short" in backtesting to determine application of leverage
3 years ago
Matthias
7cdcd97c26
Update tests for new logic.
3 years ago
Matthias
222ecdecd2
Improve code quality
3 years ago
Matthias
cd9c2c4c23
Merge branch 'develop' into pr/froggleston/7861
3 years ago
Matthias
af6fc886f6
Small refactor for new methods
3 years ago
Matthias
2c7ae756f5
Improve mock behavior
3 years ago
Matthias
2ca8b0b12e
Update more exchange mocks to use EXMS
3 years ago
Matthias
bcdf4e0fe8
Use variable for exchange mocks to shorten lines
3 years ago
Matthias
d014e4590e
use Path.open() instead of open
3 years ago
Matthias
bb355cfac5
improve naming of backtest function
3 years ago
Matthias
80bb120026
Simplify backtesting by removing now unnecessary private function
3 years ago
Matthias
1211b72255
Add test to show behavior reported in #7978
3 years ago