Matthias
983764ad0a
Add "migrate funding fee timeframe" logic
2024-01-04 16:44:17 +01:00
Matthias
a12f368796
Move binance migration to behind migrations gate
2024-01-04 16:25:40 +01:00
Matthias
c9dd99a4b5
Enhance test to properly capture correct downloading of different futures types
2024-01-04 16:03:53 +01:00
Matthias
67d3dca49c
Fix funding-fee downloading in the wrong timeframe
2024-01-04 15:52:19 +01:00
Matthias
2322d0f3f3
Move trades-to-ohlcv to converter file
2023-09-24 10:38:25 +02:00
Matthias
8a5287581f
Move some convert-trades-to-ohlcv logic into convert function
2023-09-24 10:37:37 +02:00
Matthias
3167938d43
move "since" fallback to be the last check
2023-08-20 11:44:40 +02:00
Matthias
399e308e07
Fix bug in --dl-trades downloading
2023-08-19 18:32:27 +02:00
Matthias
fa5f7d290b
Update download-trades method to work with dataframes
2023-08-18 09:08:10 +02:00
Matthias
46882406be
Update Datahandlers to work with trades data as dataframes
2023-08-17 10:00:11 +02:00
Matthias
cca8c4e5b8
Update default dataformat to feather
2023-07-12 18:23:30 +02:00
Matthias
5a43dd4766
don't hard-default --timeframes
via argparse
2023-07-09 15:32:51 +02:00
Matthias
a9e239ca7a
Don't use future date for downloading new trade data
...
closes #8860
2023-07-07 11:23:34 +02:00
Matthias
942f0b4fbd
Move format_ms_time to datetime_helpers
2023-07-07 08:59:07 +02:00
Matthias
0be4084eac
Don't allow downloading wrong pairs
...
Prior to this, BTC/USDT:USDT could be downloaded to the spot directory, as it was filtered inproperly.
2023-06-17 18:14:58 +02:00
Matthias
66b34edc0b
Clarify variable name
2023-06-17 18:03:57 +02:00
Matthias
7453ff2fb5
Migrate download-data out of commands section
2023-06-17 17:53:12 +02:00
Matthias
e0d5242a45
Reduce download-data verbosity
2023-06-17 17:53:12 +02:00
Matthias
fc11c79b77
Fix not working date format output
2023-06-11 08:51:20 +02:00
Matthias
1d03e8bc5f
Reduce arrow usage further
2023-05-18 07:00:36 +02:00
Matthias
8108a48f39
Follow PEP 484 - no implicit optionals
2023-01-21 20:01:56 +01:00
Matthias
57313dd961
Update some usages of timerange to new, simplified method
2022-11-10 18:11:39 +01:00
Matthias
00965d8c06
Default to assume stored data only contains complete candles
...
closes #7468
2022-09-29 19:18:52 +02:00
Matthias
97be3318f4
Use Datetime_format from constants
2022-09-09 20:31:02 +02:00
Matthias
a6d78a8615
initialize Since parameter properly
...
closes #7285
2022-08-23 06:43:04 +02:00
Matthias
f6d832c6d9
Add get_option to expose ft_has via method
2022-08-21 17:51:46 +02:00
Matthias
0461a89348
Fix test failures
2022-08-18 07:20:49 +02:00
Matthias
66910bfe63
Don't fail if mark candles are missing
...
closes #7239
2022-08-17 20:01:57 +02:00
Matthias
017fd03180
Fix but with late entries in backtesting
2022-06-18 09:05:22 +02:00
Matthias
904f094b80
Don't reassign method, but implement it properly
2022-05-24 06:59:54 +02:00
froggleston
37e4ede65c
Fix flake issues
2022-05-17 22:32:17 +01:00
froggleston
bb758da940
Add support for fudging unavailable funding rates, allowing backtesting of timeranges where futures candles are available, but rates are not
2022-05-17 22:05:33 +01:00
Matthias
8b5d454b50
Fix subtle bug in trades download
2022-04-30 17:44:57 +02:00
Matthias
e49b3ef051
Improve message formatting
2022-04-30 17:35:11 +02:00
Matthias
f6a7e6b785
Add prepend option to download-data
2022-04-30 17:32:50 +02:00
Matthias
11d447cd5a
Add support for download-data "until"
2022-04-30 15:42:41 +02:00
Matthias
cd2e49bb60
Simplify downloading futures data code
2022-04-10 09:53:33 +02:00
Matthias
fa3c00c673
Remove some default arguments in history_utils
2022-03-22 07:20:21 +01:00
Matthias
0c6d92a7a6
Merge branch 'develop' into feat/short
2022-02-11 17:02:04 +01:00
Matthias
64d0c75bbb
Fix deprecation warnings
2022-02-01 19:11:51 +01:00
Wade Dyck
5b3f907b0c
Fixes a download_data bug when in futures mode.
...
When specifying multiple pairs to download, the json filenames were
inconsistent due to the reassignment of candle_type. Also adds the
candle_type being downloaded to a log message.
2021-12-27 11:16:38 -07:00
Matthias
ddce28c12d
Update data downloading to include funding_fee downloads
2021-12-18 15:32:02 +01:00
Matthias
2679744228
Explicit test for candletype get_default
2021-12-08 16:20:26 +01:00
Matthias
d89cbda7b8
Use candle_type_def
where possible
2021-12-08 14:15:54 +01:00
Matthias
ac2fb08aea
Small updates while reviewing
2021-12-07 20:21:49 +01:00
Matthias
a80c3f6a1b
Use exchange-dependant timeframe/candletype to get mark/index candles
2021-12-05 10:01:44 +01:00
Matthias
69f371bf63
Update download-data to download necessary data for futures
2021-12-03 14:43:49 +01:00
Matthias
2f17fa2765
Update more to use candleType
2021-12-03 14:15:35 +01:00
Matthias
f9cf59bb4d
Candle_type to enum
2021-12-03 12:32:12 +01:00
Sam Germain
8761649fd7
Added candle_type in doc strings
2021-11-27 02:55:42 -06:00