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
|
d4fc52d2d5
|
Add tests for ohlcv_get_available_data
|
2020-07-12 09:56:46 +02:00 |
|
Matthias
|
59ac4b9c9a
|
Test writing statistics
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
676006b99c
|
--dl-trades should also support increasing download span
(by downloading the whole dataset again to avoid missing data in the
middle).
|
2020-06-24 17:40:23 +02:00 |
|
Matthias
|
950f358982
|
Replace occurances in test files
|
2020-06-01 20:47:27 +02:00 |
|
Matthias
|
46f1d1f39f
|
Failing test might be incompatibility
|
2020-04-02 11:54:30 +02:00 |
|
Matthias
|
0d51383b57
|
Format logmessages correctly
|
2020-04-01 20:31:21 +02:00 |
|
Matthias
|
5739ee6e15
|
Add test for trades data conversation
|
2020-04-01 20:12:28 +02:00 |
|
Matthias
|
ba03d96961
|
Test 5s offset on since
|
2020-04-01 20:04:36 +02:00 |
|
hroff-1902
|
3208faf7ed
|
Do not use ticker where it's not a ticker
|
2020-03-08 20:47:02 +03:00 |
|
Matthias
|
6335d81ceb
|
Merge branch 'develop' into data_handler
|
2020-02-16 15:12:14 +01:00 |
|
hroff-1902
|
4f3376e2a1
|
Do not instantiate directly DefaultStrategy in tests
|
2020-02-12 01:39:15 +03:00 |
|
hroff-1902
|
62bcb3d766
|
Fix tests in test_history.py
|
2020-02-11 03:43:20 +03:00 |
|
Matthias
|
83644ce5d8
|
Fix mypy type errors in tests
|
2020-02-10 10:35:48 +01:00 |
|
Matthias
|
4eaaec9d1a
|
Implement pair_to_filename to datahandler
includes tests - taken from #2744 and modified to adapt to new structure
|
2020-01-05 10:36:08 +01:00 |
|
Matthias
|
ae1b28aab7
|
Remove get_datahandlerclass from package exposes
|
2019-12-28 14:32:11 +01:00 |
|
Matthias
|
28787a001c
|
Move convert functions to convert module
|
2019-12-28 11:02:34 +01:00 |
|
Matthias
|
6860491189
|
Rename datahandler module to history module
Also move previous history.py into this module - so everything is
bundled
|
2019-12-28 11:01:42 +01:00 |
|
Matthias
|
65f539e9d8
|
More tests for datahandler
|
2019-12-28 11:01:42 +01:00 |
|
Matthias
|
d65c1eea7a
|
Add some tests for datahandler
|
2019-12-28 11:01:42 +01:00 |
|
Matthias
|
a3144cb2f0
|
remove trim_tickerlist
|
2019-12-28 11:01:42 +01:00 |
|
Matthias
|
4b277afc52
|
Remove test for load_tickerdata
|
2019-12-28 11:01:42 +01:00 |
|
Matthias
|
7a6476c9ba
|
Update tests
|
2019-12-28 11:01:41 +01:00 |
|
Matthias
|
e4f185f357
|
Remove 'line' from load_cached_data tests
Users are unable to use line anyway, it's only there for tests
|
2019-12-28 11:01:41 +01:00 |
|
Matthias
|
df085a6f15
|
Fix small bug and test
|
2019-12-28 11:01:41 +01:00 |
|
Matthias
|
e861f05b75
|
Move dataframe trim to within jsondatahandler
|
2019-12-28 11:01:41 +01:00 |
|
Matthias
|
b7c1d55491
|
Modify tests to point to datahandlers
|
2019-12-28 11:01:41 +01:00 |
|
Matthias
|
9876d126ca
|
Use handler for trades
|
2019-12-28 11:01:41 +01:00 |
|
Matthias
|
416517b0c9
|
Move trim_dataframe from history to converter
|
2019-12-28 11:01:41 +01:00 |
|
Matthias
|
9d8ea2f13b
|
Replace calls to load_tickerdata_file with DataHandler calls
|
2019-12-28 11:01:41 +01:00 |
|
hroff-1902
|
cf4c3642ce
|
Minor improvements in data.history
|
2019-12-18 01:06:03 +03:00 |
|
hroff-1902
|
b2796f99b6
|
Remove redundant refresh_pair_history
|
2019-12-17 14:06:21 +03:00 |
|
hroff-1902
|
60f89c8c01
|
Split refresh from load_data/load_pair_history
|
2019-12-17 13:43:42 +03:00 |
|
Matthias
|
86de88ed48
|
Align usage of history import in test
|
2019-12-17 09:36:26 +01:00 |
|
hroff-1902
|
4cd45b6535
|
Rename download_*_history as non-public
|
2019-12-16 21:57:03 +03:00 |
|
hroff-1902
|
2af9ffa7f2
|
Align refresh_backtest_ to each other
|
2019-12-16 21:43:33 +03:00 |
|
Matthias
|
054484ad73
|
load_pair_history should not return None, but an empty dataframe if no
data is found
|
2019-12-04 06:57:44 +01:00 |
|
Matthias
|
e4bdb92521
|
Replace some occurances of ticker_interval with timeframe
|
2019-11-12 15:13:06 +01:00 |
|
Matthias
|
5dcf28cafb
|
Reduce frequency of "startup-period" message
|
2019-10-31 06:57:37 +01:00 |
|
hroff-1902
|
5254059fe4
|
Merge pull request #2430 from freqtrade/startup_period_bt
Add Startup period for strategies
|
2019-10-28 23:33:30 +03:00 |
|
Matthias
|
2bc74882e9
|
Add test for startup_candles
|
2019-10-27 10:01:13 +01:00 |
|