Commit Graph

29 Commits

Author SHA1 Message Date
Kuy Krawczeniuk
c425e46901 Ensure that timestamps are integers. 2021-03-26 16:04:13 -07:00
Kuy Krawczeniuk
d58ae8a8c1 Fix typos 2021-03-26 15:49:40 -07:00
Kuy Krawczeniuk
52124f764b Remove not from if statement 2021-03-26 15:33:39 -07:00
Kuy Krawczeniuk
83e46d14da Use timestamps instead of datetimes to decide bounds. Simplify logic for deciding bounds. 2021-03-26 14:51:44 -07:00
Kuy Krawczeniuk
0043c55c52 Replace "since" and "until" parameters with original "timerange" param. This should mean less changes to existing code. 2021-03-26 14:22:20 -07:00
Kuy Krawczeniuk
dc87f4449b Add some comments to clarify the bound-setting logic. 2021-03-26 14:16:00 -07:00
Kuy Krawczeniuk
f21ef11db0 Remove unnecessary warnings. 2021-03-26 14:15:16 -07:00
Kuy Krawczeniuk
2d078b72dc Remove "fill_gaps" parameter. If there is existing saved data, bounds input in "--timerange" may be ignored if they would leave the cache with missing data. 2021-03-26 13:54:53 -07:00
Kuy Krawczeniuk
b00f5f1b0e Add method "to_datetime" to TimeRange. 2021-03-25 16:28:21 -07:00
Kuy Krawczeniuk
f7eba77e36 Rewrite _download_pair_history to support an endtime. 2021-03-25 16:10:32 -07: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
253b7b763e Apply isort to freqtrade codebase 2020-09-28 19:40:46 +02:00
Matthias
77d0189695 Remove not needed argument in update_trade_state 2020-09-19 09:37:11 +02:00
Matthias
119bf2a8ea Document hdf5 dataformat 2020-07-25 17:06:58 +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
9d7ad23d42 Fix test leakage 2020-04-02 08:20:50 +02:00
Matthias
eab6c9c5f2 Fix message 2020-04-01 20:50:00 +02:00
Matthias
0d51383b57 Format logmessages correctly 2020-04-01 20:31:21 +02:00
Matthias
ba03d96961 Test 5s offset on since 2020-04-01 20:04:36 +02:00
Matthias
ff9caf790b remove trade duplicates in datahandler 2020-04-01 19:45:46 +02:00
Matthias
bac0eaab03 fix convert to ohlcv 2020-04-01 19:45:35 +02:00
Matthias
d76bb1ccf4 Use List of Lists instead of list of Dicts for trades data 2020-04-01 19:45:21 +02:00
hroff-1902
3208faf7ed Do not use ticker where it's not a ticker 2020-03-08 20:47:02 +03:00
Matthias
d65a06947d Merge branch 'develop' into data_handler 2020-02-09 15:16:43 +01:00
Matthias
f82c4346b6 data conversion, not data conversation
* we're not talking to the data yet ...
2020-01-05 09:55:02 +01:00
Matthias
699c0d6bc3 Merge branch 'develop' into data_handler 2019-12-30 19:40:43 +01:00
Matthias
f4a532ef6d Pass format to load_data 2019-12-28 14:57:39 +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