Matthias
|
7b44dd17ae
|
feat: strategy-file saving for api backtest
|
2025-03-23 17:24:00 +01:00 |
|
Matthias
|
7178ce8559
|
chore: Add descriptions to api parameters
|
2025-03-20 18:05:25 +01:00 |
|
Matthias
|
42e45a0a65
|
chore: simplify import and docstring
|
2025-03-20 06:43:50 +01:00 |
|
Axel-CH
|
6d8011e075
|
chore: use Trade id for _rpc_list_custom_data output ordering
|
2025-03-19 15:48:04 -04:00 |
|
Axel-CH
|
1b4f8dfa54
|
chore: use open_date for _rpc_list_custom_data output ordering
|
2025-03-19 15:30:02 -04:00 |
|
Axel-CH
|
48b7a85c90
|
chore: update schema after removal of cd_value field from list custom-data response
|
2025-03-19 15:24:55 -04:00 |
|
Axel-CH
|
d3464ac2dc
|
chore: remove cd_value from rpc custom data output
|
2025-03-19 15:18:33 -04:00 |
|
Axel-CH
|
95f5db9dcd
|
fix: implement ordering for rpc_list_custom_data
|
2025-03-19 03:11:43 -04:00 |
|
Axel-CH
|
b83754c5a4
|
chore: remove trade id from telegram response for list_custom_data
|
2025-03-19 02:55:51 -04:00 |
|
Axel-CH
|
176f5518ea
|
Merge branch 'develop' into api-server-list-custom-data
|
2025-03-18 00:53:10 -04:00 |
|
Axel-CH
|
17e4f5ed1f
|
chore: update telegram _list_custom_data
|
2025-03-18 00:51:18 -04:00 |
|
Axel-CH
|
83a8651d41
|
chore: update api schema according rpc_list_custom_data output
|
2025-03-18 00:48:18 -04:00 |
|
Axel-CH
|
ba0c22b6f0
|
chore: enhance update rpc_list_custom_data output
|
2025-03-18 00:46:46 -04:00 |
|
Axel-CH
|
90219f040b
|
chore: enhance list custom-data output format
|
2025-03-17 23:18:44 -04:00 |
|
Axel-CH
|
0c7a2747d3
|
chore: revert unnecessary get_custom_data changes
|
2025-03-17 18:02:04 -04:00 |
|
Axel-CH
|
23187f0c41
|
chore: simplify error handling in _rpc_list_custom_data
|
2025-03-17 17:52:29 -04:00 |
|
Axel-CH
|
f66d81c4b8
|
chore: wording update in _rpc_list_custom_data
|
2025-03-17 17:45:29 -04:00 |
|
Axel-CH
|
87a64cbe68
|
chore: small refactor in _rpc_list_custom_data
|
2025-03-17 17:43:08 -04:00 |
|
Matthias
|
17b161cb03
|
chore: improve types in telegram
|
2025-03-16 14:00:25 +01:00 |
|
Matthias
|
7255beddea
|
chore: improved null check
|
2025-03-16 13:47:59 +01:00 |
|
Matthias
|
a95c3ace92
|
feat: add authorized_users support for telegram
|
2025-03-16 13:44:23 +01:00 |
|
Matthias
|
623f27341f
|
chore: simplify telegram safety wrapper
|
2025-03-16 13:21:10 +01:00 |
|
Axel-CH
|
f85891941f
|
chore: update telegram _list_custom_data according to _rpc_list_custom_data output format change
|
2025-03-12 00:17:12 -04:00 |
|
Axel-CH
|
493b6f6592
|
chore: update api custom-data related routes with better not found error handling
|
2025-03-12 00:12:43 -04:00 |
|
Axel-CH
|
97faa7fc5a
|
feat: update api schema custom data related classes
|
2025-03-11 23:43:30 -04:00 |
|
Axel-CH
|
5402b14336
|
chore: enhance _rpc_list_custom_data error handling, output format and docstring
|
2025-03-11 23:38:50 -04:00 |
|
Axel-CH
|
743422ccf3
|
feat: implement pagination for open trades custom-data rpc endpoint
|
2025-03-11 11:19:36 -04:00 |
|
Axel-CH
|
673447794e
|
chore: implement pagination for _rpc_list_custom_data
|
2025-03-10 22:17:34 -04:00 |
|
Axel-CH
|
76aefccd03
|
fix: on custom-data endpoints key is now an optional parameter
|
2025-03-10 16:18:42 -04:00 |
|
Axel-CH
|
fac0491658
|
fix: _rpc_list_custom_data send custom-data for all trades if a key is provided
|
2025-03-10 16:01:16 -04:00 |
|
Axel-CH
|
7770f082c8
|
chore: relocate custom-data endpoints of api server near trade related endpoint, replace info tag by trading
|
2025-03-10 15:51:34 -04:00 |
|
Axel-CH
|
93c8a11824
|
fix: update _rpc_list_custom_data to add all custom data only if key is not provided
|
2025-03-07 14:08:21 -04:00 |
|
Axel-CH
|
aec496a73b
|
fix: update _rpc_list_custom_data with proper typing and custom_data collection loop
|
2025-03-07 09:40:15 -04:00 |
|
Axel-CH
|
7bc1398574
|
Merge branch 'develop' into api-server-list-custom-data
|
2025-03-07 09:37:56 -04:00 |
|
Matthias
|
ef239b8d0c
|
fix: update datadir when exchange is changed for an endpoint
|
2025-03-03 19:28:02 +01:00 |
|
Matthias
|
840f074c66
|
chore: simplify rpc imports
|
2025-02-22 12:50:51 +01:00 |
|
David Arena
|
ceff757bc6
|
fix: formating
|
2025-02-14 12:44:42 +01:00 |
|
David Arena
|
a1a5cab04e
|
fix E501
|
2025-02-13 02:04:22 +01:00 |
|
David Arena
|
8182947f29
|
fix
|
2025-02-13 02:03:19 +01:00 |
|
David Arena
|
2231ba3f04
|
fixes: ruff
|
2025-02-13 02:02:15 +01:00 |
|
David Arena
|
bf0a08f5a7
|
Merge branch 'develop' into api-server-list-custom-data
|
2025-02-12 19:32:49 +01:00 |
|
David Arena
|
552575c7e6
|
fix: key in _rpc_list_custom_data
|
2025-02-12 19:27:47 +01:00 |
|
David Arena
|
d0979d560f
|
fix: endpoints
|
2025-02-12 18:40:44 +01:00 |
|
Matthias
|
18ce8af084
|
fix: validate config when calling pair_history
closes #11271
|
2025-02-08 16:51:51 +01:00 |
|
Matthias
|
323b9f8693
|
fix(api): only write export when backtest happened
closes freqtrade/frequi#2282
|
2025-02-04 06:35:37 +01:00 |
|
Matthias
|
8cad9c8436
|
chore: add improved exception logging
|
2025-02-03 19:43:08 +01:00 |
|
Matthias
|
4c5c054bca
|
fix: since_ms is mandatory
|
2025-02-02 14:33:45 +01:00 |
|
Matthias
|
0181e00c19
|
test: add test for /markets endpoint
|
2025-02-02 14:33:13 +01:00 |
|
Matthias
|
ecf013dd18
|
feat: include exchangeID in /markets response
|
2025-02-02 13:30:17 +01:00 |
|
Matthias
|
59837ef6ac
|
feat: add "/markets" endpoint
|
2025-02-02 13:22:54 +01:00 |
|