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 |
|
Matthias
|
3c521f55b2
|
Add 6th mock trade
|
2020-09-10 07:40:19 +02:00 |
|
Matthias
|
98840eef3c
|
Add 5th mock trade
|
2020-09-09 07:01:43 +02:00 |
|
Matthias
|
38c52c7eee
|
Merge pull request #3626 from freqtrade/feat/hdf5
Introduce HDF5 Datahandler
|
2020-08-31 16:10:24 +02:00 |
|
Matthias
|
24df8d6bf5
|
Sort imports
|
2020-08-31 15:46:31 +02:00 |
|
Matthias
|
87e4a82041
|
Merge branch 'develop' into bt_add_maxdrawdown
|
2020-08-09 08:34:36 +02:00 |
|
Matthias
|
edb582e522
|
Add more tests
|
2020-07-24 20:40:07 +02:00 |
|
Matthias
|
ae1c99bdd0
|
more tests
|
2020-07-24 20:36:30 +02:00 |
|
Matthias
|
ed33d4781d
|
Add more hdf5 tests
|
2020-07-24 20:19:34 +02:00 |
|
Matthias
|
d9b339ee18
|
Add some more tests for hdf5
|
2020-07-24 20:09:59 +02:00 |
|
Matthias
|
0a28818b46
|
Add some tests for hdf5
|
2020-07-24 19:37:37 +02:00 |
|
Matthias
|
e26e658f99
|
Improve a few tests
|
2020-07-24 19:33:27 +02:00 |
|
Matthias
|
6a0c84b649
|
Add tests for hdf5
|
2020-07-24 19:23:56 +02:00 |
|
Matthias
|
8300eb59d4
|
Extend create_mock_trades to create 4 trades
2 closed, and 2 open trades
|
2020-07-23 07:50:28 +02:00 |
|
Matthias
|
d4fc52d2d5
|
Add tests for ohlcv_get_available_data
|
2020-07-12 09:56:46 +02:00 |
|
Matthias
|
d999fa2a7e
|
Test autogetting result filename
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
2ed808da1f
|
Extract .last_result.json to constant
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
59ac4b9c9a
|
Test writing statistics
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
5b1a7ba00f
|
Test multistrat loading
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
f952f74bf1
|
Add test for new format
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
573502d972
|
Update test for load_trades_from_db
|
2020-07-03 06:58:27 +02:00 |
|