Matthias
|
bb1d8fb54f
|
Improve message when no hyperopt fie is found
closes #6266
|
2022-01-21 15:24:26 +01:00 |
|
Matthias
|
3cdb672ac3
|
Improve test coverage
|
2022-01-16 19:11:20 +01:00 |
|
Matthias
|
b3a4ecaf77
|
Remove old backtest format support
|
2022-01-06 19:49:25 +01:00 |
|
Matthias
|
28011a3907
|
Update bt_results filename to new.json
|
2022-01-06 19:28:04 +01:00 |
|
Matthias
|
4e2b9203d7
|
Remove no longer used BT_DATA_COLUMNS_MID
|
2022-01-05 20:40:59 +01:00 |
|
Matthias
|
2ecaf9f8b4
|
Update backtest-result test-files to latest format
|
2022-01-05 20:26:24 +01:00 |
|
Matthias
|
8373a4e713
|
Small Adjustments to improve compatibility
|
2022-01-04 19:17:08 +01:00 |
|
Matthias
|
4d9b4ddc28
|
Update hyperopt-tools to use account drawdown
|
2022-01-04 17:43:39 +01:00 |
|
Matthias
|
09fae25c94
|
Fix some tests after drawdown calculation change
|
2022-01-04 17:07:31 +01:00 |
|
Matthias
|
78ba2d3fc7
|
Add underwaterplot calculation to btanalysis
|
2022-01-01 14:39:58 +01:00 |
|
Matthias
|
9becd20f20
|
Improve "Missing data" messages
|
2022-01-01 10:37:58 +01:00 |
|
Matthias
|
bd98637ae9
|
Fail gracefully from plot-profit when no data is provided
closes #6132
|
2021-12-30 10:14:45 +01:00 |
|
Matthias
|
6d96b11279
|
Rename DefaultStrategy
|
2021-08-26 07:25:53 +02:00 |
|
Masoud Azizi
|
127f470bc3
|
.* ADDED
|
2021-08-20 19:29:33 +02:00 |
|
Masoud Azizi
|
40ad451019
|
Download-data log process added
Download-data log process added
pytest assert solved
|
2021-08-20 14:52:56 +00:00 |
|
slowy07
|
f24a951ec5
|
fix: typo spelling grammar
|
2021-08-16 19:16:24 +07:00 |
|
Matthias
|
a5f796bc97
|
refactor ohlcvdata_to_dataframe to advise_all_indicators
|
2021-08-09 14:53:18 +02:00 |
|
Matthias
|
9c34304cb9
|
Move state enums to enums package
|
2021-06-08 21:20:35 +02:00 |
|
Matthias
|
901d984ee3
|
Tests should write to tmpdir, not testdir
|
2021-05-30 16:26:24 +02:00 |
|
Matthias
|
08f96df3ac
|
Don't write to testdir, but to tempdir
|
2021-05-30 08:43:14 +02:00 |
|
Matthias
|
1c408c0404
|
Add small tests for backtest mode
|
2021-05-09 19:47:37 +02:00 |
|
Matthias
|
4b6cd69c81
|
Add test for no-exchange dataprovider
|
2021-05-08 10:29:47 +03:00 |
|
Matthias
|
fd3afdc230
|
plot-profit should use absolute values
|
2021-04-25 10:10:09 +02:00 |
|
Matthias
|
f1cf56cc42
|
Update current_whitelist test
|
2021-04-13 06:57:21 +02:00 |
|
Matthias
|
50fcb3f330
|
Reduce verbosity of missing data if less than 1% of data is missing
|
2021-03-30 07:26:39 +02:00 |
|
Matthias
|
89bbfd2324
|
Remove candle_count from dataframe before backtesting
closes #3754
|
2021-03-29 20:26:54 +02:00 |
|
Matthias
|
fc256749af
|
Add test for backtesting _enter_trade
|
2021-02-27 09:33:00 +01:00 |
|
Matthias
|
aed23d55c2
|
Add starting balance to profit cumsum calculation
|
2021-02-27 09:33:00 +01:00 |
|
Matthias
|
0d2f877e77
|
Use absolute drawdown calc
|
2021-02-27 09:32:59 +01:00 |
|
Matthias
|
1a166f639d
|
Add test for calcuate_csum
|
2021-02-14 19:44:13 +01:00 |
|
Matthias
|
2c80388b40
|
Fix valueerror in case of empty array files
|
2021-02-01 06:28:49 +01:00 |
|
Matthias
|
ea0ffbae73
|
use profit_ratio in calculate_cum_profit
|
2021-01-29 19:06:57 +01:00 |
|
Matthias
|
13ad6dd461
|
Fix documentation
|
2021-01-25 19:56:40 +01:00 |
|
Matthias
|
deb8432d33
|
Streamline trade to dataframe conversion
|
2021-01-24 08:58:41 +01:00 |
|
Matthias
|
84ced92002
|
Fix mock-tests missing some fields
|
2021-01-03 06:49:07 +01:00 |
|
Matthias
|
67193bca3d
|
Move pairlists to be a plugin submodule
|
2020-12-23 16:54:35 +01:00 |
|
Matthias
|
ceb50a7807
|
use exception handler when downloading data
closes #3992
|
2020-11-25 07:57:27 +01:00 |
|
Matthias
|
e8e3ca0c3c
|
Catch ValueError from trade_conversion
closes #3967
|
2020-11-21 10:57:19 +01:00 |
|
Matthias
|
83861fabde
|
Fix #3967, move TradeList type to constants
|
2020-11-21 10:52:15 +01:00 |
|
Matthias
|
52c9a2c37f
|
Convert np to None when loading hdf5 trades to allow duplicate detection
|
2020-11-19 07:31:54 +01:00 |
|
Matthias
|
887d78171c
|
Merge pull request #3857 from freqtrade/arrow_deprecation_timestamp
Convert timestamp to int_timestamp for all arrow occurances
|
2020-11-02 16:40:43 +01:00 |
|
Matthias Spiller
|
0d11f0bd75
|
Add unit test for hdf5 dataformat for informative pairs
|
2020-10-31 11:45:46 +00:00 |
|
Matthias
|
7a092271c5
|
Merge branch 'develop' into arrow_deprecation_timestamp
|
2020-10-20 20:01:54 +02:00 |
|
Matthias
|
8cdc795a44
|
Rename persistence.init to init_db
|
2020-10-16 08:15:18 +02:00 |
|
Matthias
|
8165cc11df
|
Change get_next_limit_in_list to use list comprehension
|
2020-10-13 20:30:35 +02:00 |
|
Matthias
|
ecddaa663b
|
Convert timestamp to int_timestamp for all arrow occurances
|
2020-10-13 06:24:01 +02:00 |
|
Matthias
|
6977ffdbf9
|
Merge branch 'develop' into isort_config
|
2020-09-28 20:21:55 +02:00 |
|
Matthias
|
9df366d943
|
Apply isort to tests
|
2020-09-28 19:43:15 +02:00 |
|
Matthias
|
15bb0af1b3
|
Add some test-coverage
|
2020-09-28 00:36:13 +02:00 |
|
Matthias
|
3cb1a9a5a9
|
Support loading results from a specific hyperopt history file
|
2020-09-27 17:03:30 +02:00 |
|