Matthias
|
0f820e4498
|
chore: Fix 3.9 syntax error
|
2024-08-13 07:12:57 +02:00 |
|
Matthias
|
a991c76842
|
feat: add test for test_list_data command
|
2024-08-13 06:54:35 +02:00 |
|
Matthias
|
d02ea3244a
|
feat: add "trades" switch to list-data command
|
2024-08-13 06:46:02 +02:00 |
|
Matthias
|
5a9f87ac63
|
feat: add start_list_trades_data command to output trades data
|
2024-08-13 06:44:28 +02:00 |
|
Matthias
|
b63c04df4f
|
chore: update help wording
|
2024-08-12 20:11:43 +02:00 |
|
Matthias
|
9f628309e9
|
feat: Update list-pairs command to use rich tables
|
2024-07-06 21:00:34 +02:00 |
|
Matthias
|
3c9be47236
|
ruff format: commands
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
a8eabd0b2e
|
Update remaining files with new import sorting
|
2024-05-13 07:10:24 +02:00 |
|
Matthias
|
3621ba034b
|
Use configError in more places
|
2024-03-19 07:06:43 +01:00 |
|
Matthias
|
4aff24f6df
|
Fix imports that import directly from file
instead from the exporting package
|
2024-03-15 06:40:42 +01:00 |
|
Matthias
|
09d763b604
|
convert-trades should do proper pair expansion to support regex in pairlists
|
2024-03-02 13:23:03 +01:00 |
|
Matthias
|
46e616f997
|
Remove defaults for converter - they're always provided and necessary.
|
2024-03-01 19:32:35 +01:00 |
|
Matthias
|
817aaa164c
|
Enhance list-data (detailed) view with "candles" column
|
2024-01-24 20:13:06 +01:00 |
|
Matthias
|
a12f368796
|
Move binance migration to behind migrations gate
|
2024-01-04 16:25:40 +01:00 |
|
Matthias
|
a3f167f6df
|
Split format-from for trades to allow for trades special case
|
2023-09-25 18:23:20 +02: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
|
41cdd28f5f
|
Improve log output for convert-trades
|
2023-09-24 10:26:51 +02:00 |
|
Matthias
|
b4957a2e37
|
Update converter test
|
2023-07-09 15:37:56 +02:00 |
|
Matthias
|
448f02960f
|
Improve behavior for convert-data
|
2023-07-09 15:36:44 +02:00 |
|
Matthias
|
5a43dd4766
|
don't hard-default --timeframes via argparse
|
2023-07-09 15:32:51 +02:00 |
|
Matthias
|
7453ff2fb5
|
Migrate download-data out of commands section
|
2023-06-17 17:53:12 +02:00 |
|
Matthias
|
b8ab6fe42b
|
Improve wording of check command
|
2023-06-17 17:53:12 +02:00 |
|
Matthias
|
1552d81f45
|
Simplify load_exchange interface
|
2023-05-13 11:03:26 +02:00 |
|
Matthias
|
4891174a71
|
list-data should sort pairs also in timerange mode
|
2023-03-27 06:44:36 +02:00 |
|
Matthias
|
305eda74e2
|
Enable Complexity for ruff
|
2023-02-25 20:50:26 +01:00 |
|
Matthias
|
c93b265ec8
|
Run migration commands on certain data commands
|
2023-01-13 07:27:18 +01:00 |
|
Matthias
|
f2a356a80c
|
Fix some imports
|
2022-08-25 07:08:58 +02:00 |
|
Matthias
|
f6d832c6d9
|
Add get_option to expose ft_has via method
|
2022-08-21 17:51:46 +02:00 |
|
Matthias
|
b7553d20d4
|
Get min/max data in list-data command
|
2022-08-19 13:45:55 +02:00 |
|
robcaulk
|
a6077ac7f4
|
Merge feat/freqai into develop to get new features
|
2022-07-03 16:17:13 +02:00 |
|
robcaulk
|
ff531c416f
|
reduce complexity inside start_download_data() in an effort to appease flake8
|
2022-05-25 15:31:50 +02:00 |
|
robcaulk
|
d79983c791
|
try to pass flake8
|
2022-05-25 14:55:19 +02:00 |
|
robcaulk
|
7593339c14
|
small cleanup
|
2022-05-25 14:42:46 +02:00 |
|
robcaulk
|
67eb94c69d
|
download-data will now check if freqai is active in config, and if so will also download data for corr_pairlist
|
2022-05-19 17:55:00 +02:00 |
|
Matthias
|
64668b11da
|
add ohlcv_has_history - disabling kraken downloads
|
2022-05-14 09:10:38 +02:00 |
|
Matthias
|
f6a7e6b785
|
Add prepend option to download-data
|
2022-04-30 17:32:50 +02:00 |
|
Matthias
|
9bcc79e118
|
Use parsed TradingMode from config
|
2022-03-03 07:06:13 +01:00 |
|
Sam Germain
|
19783e0d39
|
edited todos
|
2022-02-14 09:02:55 -06:00 |
|
Sam Germain
|
fc2d3649a1
|
edited todos
|
2022-02-12 16:23:14 -06:00 |
|
Matthias
|
9d79501c13
|
Add candletypes argument for convert-data
|
2021-12-05 10:26:00 +01:00 |
|
Matthias
|
69f371bf63
|
Update download-data to download necessary data for futures
|
2021-12-03 14:43:49 +01:00 |
|
Matthias
|
7baf11a497
|
Futures candles should go into a subdirectory
|
2021-12-03 07:04:53 +01:00 |
|
Matthias
|
504efbd6d4
|
Add futures argument to download-data command
|
2021-11-27 16:36:59 +01:00 |
|
Sam Germain
|
64a6abc541
|
Added candle type to ohlcv_get_available_data
|
2021-11-21 17:48:14 -06:00 |
|
Matthias
|
d4d57f0002
|
Document expansion of --pairs , add download-inactive
|
2021-10-17 16:09:56 +02:00 |
|
Matthias
|
248c61bb26
|
Add test for trades-to-ohlcv
|
2021-09-29 19:39:29 +02:00 |
|
Matthias
|
656526c007
|
Add trades-to-ohlcv command to simplify adding new timeframes
|
2021-09-29 16:50:05 +02:00 |
|
Rokas Kupstys
|
53a8c693b8
|
Honor skip_pair_validation setting when downloading pairs.
|
2021-07-17 09:21:03 +03:00 |
|
Matthias
|
9c34304cb9
|
Move state enums to enums package
|
2021-06-08 21:20:35 +02:00 |
|