Matthias
|
c9dd99a4b5
|
Enhance test to properly capture correct downloading of different futures types
|
2024-01-04 16:03:53 +01:00 |
|
Robert Caulk
|
ea8edbd23b
|
Merge pull request #9552 from thojou/fix-freqai-populate-features-timerange
Fix duplicated data loading and timerange for populate_features
|
2023-12-30 13:42:08 +01:00 |
|
Matthias
|
881247a823
|
use isinstance for type checks
|
2023-12-21 19:26:52 +01:00 |
|
Thomas Joußen
|
3f44f56f6f
|
Remove bool from get_required_startup because its unused.
|
2023-12-19 17:30:15 +00:00 |
|
Matthias
|
e79a58e1c4
|
Add test case to verify behavior in #9432
|
2023-12-12 19:59:56 +01:00 |
|
Matthias
|
c62e52c759
|
Add test for dp_get_required_startup
|
2023-12-12 19:48:17 +01:00 |
|
Matthias
|
5ab61d9da4
|
Improve missing data output
|
2023-12-12 07:08:26 +01:00 |
|
Matthias
|
555f4b51e1
|
Further improvements to test setup
|
2023-11-05 16:23:22 +01:00 |
|
Matthias
|
be82248e01
|
Remove futher usages of Path(tmpdir)
|
2023-11-05 16:18:28 +01:00 |
|
Matthias
|
7bed7801cc
|
Further test simplifications
|
2023-11-05 16:15:36 +01:00 |
|
Matthias
|
bbdc6c0f5c
|
improve pandas syntax to avoid deprecation error
|
2023-10-30 18:11:38 +01:00 |
|
Matthias
|
74709461e3
|
Improve exception wording
|
2023-09-25 19:48:09 +02:00 |
|
Matthias
|
a2d8f92e05
|
Add rudimentary test for test_trade_converter
|
2023-09-25 19:46:15 +02:00 |
|
Matthias
|
123e51774e
|
Move trades-to-ohlcv tests
|
2023-09-24 10:38:38 +02:00 |
|
Matthias
|
0c7cb29ea1
|
Don't use type() is comparisons
|
2023-08-22 20:39:36 +02:00 |
|
Matthias
|
4fefae6f07
|
Improve download-trades test
|
2023-08-20 11:51:01 +02:00 |
|
Matthias
|
399e308e07
|
Fix bug in --dl-trades downloading
|
2023-08-19 18:32:27 +02:00 |
|
Matthias
|
3d8dcd1644
|
Improve and parametrize trades_data tests
|
2023-08-18 10:05:15 +02:00 |
|
Matthias
|
30064b4102
|
Add support for trades data in Parquet format
|
2023-08-18 09:58:03 +02:00 |
|
Matthias
|
5de3b9d7ae
|
Clean up no longer used method
|
2023-08-18 09:31:17 +02:00 |
|
Matthias
|
26c89d89e4
|
Keep original timestamp in dataframe
|
2023-08-18 09:08:10 +02:00 |
|
Matthias
|
357b04202c
|
Datahandlers should store data from dataframes
|
2023-08-17 20:11:18 +02:00 |
|
Matthias
|
6fc1ee9831
|
trades_append should use dataframe, not lists
|
2023-08-17 18:06:25 +02:00 |
|
Matthias
|
780f238904
|
Fix trades duplicates if trade id is different
|
2023-08-17 18:04:13 +02:00 |
|
Matthias
|
5d5cc71945
|
Fix pandas duplication detection, improve test
|
2023-08-17 17:53:08 +02:00 |
|
Matthias
|
0be2250cf5
|
Keep existing trades_remove_duplicates for now
|
2023-08-17 17:23:12 +02:00 |
|
Matthias
|
02ee7f8b5b
|
Update further tests
|
2023-08-17 16:05:47 +02:00 |
|
Matthias
|
a595074754
|
Update test for new trades handling
|
2023-08-17 10:03:56 +02:00 |
|
Matthias
|
ba34318f7a
|
Update converter test to use fixture
|
2023-08-17 09:57:26 +02:00 |
|
Matthias
|
045d8c6fca
|
Add test for informative pair filtering
|
2023-08-15 17:56:40 +02:00 |
|
Matthias
|
482cc615cc
|
Fix empty Path inits in tests
|
2023-08-02 17:57:49 +02:00 |
|
Matthias
|
71737d8792
|
Remove half-commented test part
|
2023-07-29 20:08:20 +02:00 |
|
Matthias
|
6659d26131
|
Merge branch 'develop' into dataformat/feather
|
2023-07-29 20:04:12 +02:00 |
|
Matthias
|
e7e7a17183
|
Add test confirming #8972
|
2023-07-29 08:50:28 +02:00 |
|
Stefano Ariestasia
|
0eddc6b7ad
|
update expectancy test
|
2023-07-23 14:27:45 +09:00 |
|
Matthias
|
955a63725a
|
Improve resiliance when showing older backtest results
|
2023-07-22 19:43:20 +02:00 |
|
Stefano Ariestasia
|
40d7d05e4e
|
merge 2 expectancy functions
|
2023-07-22 17:29:43 +09:00 |
|
Stefano Ariestasia
|
3552fa431b
|
fix test
|
2023-07-22 11:40:52 +09:00 |
|
Stefano Ariestasia
|
3dd33cde00
|
fix test
|
2023-07-22 11:39:10 +09:00 |
|
Stefano Ariestasia
|
b0639ab319
|
flake8
|
2023-07-22 11:29:08 +09:00 |
|
Stefano Ariestasia
|
cfd8b068e7
|
add test for expectancy
|
2023-07-22 11:25:53 +09:00 |
|
Stefano Ariestasia
|
dcc3ef1309
|
flake8 fix
|
2023-07-22 09:18:22 +09:00 |
|
Stefano Ariestasia
|
c048e7229a
|
modify expectancy and expectancy ratio
|
2023-07-22 08:36:51 +09:00 |
|
Matthias
|
2babb36fc2
|
Update final tests
|
2023-07-12 18:23:31 +02:00 |
|
Matthias
|
ec2960a167
|
Fix dtype ...
|
2023-07-12 18:23:31 +02:00 |
|
Matthias
|
1c5d20e9a3
|
Fix some tests, restore 1m json data
|
2023-07-12 18:23:31 +02:00 |
|
Matthias
|
a1efd6b783
|
Update further tests to use feather
|
2023-07-12 18:23:31 +02:00 |
|
Matthias
|
1d77497f64
|
Fix test
|
2023-07-12 18:23:31 +02:00 |
|
Matthias
|
b4957a2e37
|
Update converter test
|
2023-07-09 15:37:56 +02:00 |
|
Matthias
|
d94f3e7679
|
Add explicit tests for download-data
(without the command part)
|
2023-06-17 20:00:24 +02:00 |
|