Commit Graph

26619 Commits

Author SHA1 Message Date
Matthias 60b12c1d9e Double newlines between functions ... 2024-02-15 20:45:16 +01:00
Matthias fd48991fb0 Fix duplicate parentheses 2024-02-15 20:44:16 +01:00
Matthias 1696aa3915 Adjust tests for new fields 2024-02-15 20:39:06 +01:00
Matthias fb54c9ffe4 Add open_fill_date stuff to json schema 2024-02-15 20:35:34 +01:00
Matthias 0f85ef0997 Simplify trade_model serializations 2024-02-15 19:52:50 +01:00
Matthias c6d1c1a980 Add dt_ts_none helper 2024-02-15 19:50:56 +01:00
Matthias c1d7184849 Adjust for ccxt exception hierarchy change
caused by https://github.com/ccxt/ccxt/pull/21035
2024-02-15 19:20:08 +01:00
Matthias a22181d721 Enable caching for "filter only" Volumepairlist 2024-02-15 18:20:19 +01:00
Matthias 7f7e9ec875 Add additional test case for VolumePairlist in range mode 2024-02-15 18:20:19 +01:00
Matthias 6c9b9e91e8 enhance volumpairlist range test 2024-02-15 18:20:19 +01:00
Matthias d01e9cf299 Improve log message 2024-02-15 18:20:11 +01:00
Matthias 86da9cb659 Simplify some pairlist conditions 2024-02-15 18:20:11 +01:00
Matthias d2b0dc2171 Merge pull request #9814 from freqtrade/frog-docs-remotepairlist-1
Clarify processing_mode for RemotePairlist docs
2024-02-15 18:10:18 +01:00
Robert Davey 57fd0e379a Clarify processing_mode for RemotePairlist
No default value is specified in the docs for the processing_mode, making it unclear that the default behaviour is to filter out pairs, rather than append.
2024-02-15 15:57:49 +00:00
Matthias 280737447c Don't load empty dataframes - skip these
closes #9811
2024-02-14 07:26:23 +01:00
Matthias 3d6079ae19 Add debug output showing the pair to be converted
part of #9811
2024-02-13 17:47:43 +01:00
Joe Schr 7248f20938 Direct import to avoid circular import error 2024-02-13 12:00:24 +01:00
Joe Schr 3a1bb83f99 EOF fix 2024-02-13 11:32:58 +01:00
Joe Schr 7296ce72cb Adds more infos to docs 2024-02-13 11:28:28 +01:00
Joe Schr b68afb4063 Fix markdown 2024-02-13 10:54:59 +01:00
Matthias ab062d7bb1 Add test to run in backtest mode 2024-02-13 07:16:20 +01:00
Matthias d5b21f2a32 Fix bug in backtest mode 2024-02-13 07:16:09 +01:00
Matthias 9be7759e42 Add initial test for custom_data 2024-02-13 07:10:11 +01:00
Matthias 304f52ab79 Fix some minor custom-data bugs 2024-02-13 07:06:32 +01:00
Matthias 6a6e3aacf3 Fix broken deletion 2024-02-12 20:51:44 +01:00
Matthias 1c81a21bb6 Merge branch 'develop' into feature_keyval_storage 2024-02-12 20:39:37 +01:00
Matthias 67b910835e Simplify access to custom_data - users will usually only care about the value, not about the metadata. 2024-02-12 20:39:29 +01:00
Matthias 8364a704d6 Fix a few sql gotchas 2024-02-12 20:31:44 +01:00
Matthias 790c7e386a re-adjust logic for custom_data in rpc module 2024-02-12 20:27:56 +01:00
Matthias 8dda28351e Simplify custom_data stuff 2024-02-12 20:25:26 +01:00
Matthias b7904b8e80 Combine custom_data classes to one file 2024-02-12 20:14:37 +01:00
Matthias 7fd70b82fa custom_data: Simplify and fix a few things 2024-02-12 20:05:17 +01:00
Matthias 9699011cd9 Remove pointless wrapper 2024-02-12 18:28:29 +01:00
Matthias 83b22dedd5 Fix non-reset of use_db 2024-02-12 18:25:02 +01:00
Matthias c67e451fe1 Remove unused imports 2024-02-12 18:24:26 +01:00
Matthias 8593094619 Ensure custom data access goes through the accessor functions 2024-02-12 18:22:49 +01:00
Matthias d49da76382 Slighlty improve docs 2024-02-12 18:17:48 +01:00
Matthias 2c652a2ce6 Merge pull request #9803 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.26
Bump sqlalchemy from 2.0.25 to 2.0.26
2024-02-12 14:17:19 +01:00
Joe Schr bff93e31c8 Moves orderflow logic to it's own file 2024-02-12 13:45:56 +01:00
Joe Schr 64e9784d1f Remove formatting changes 2024-02-12 13:45:56 +01:00
Joe Schr d7b88194e0 Resolve various issues and comments 2024-02-12 13:45:56 +01:00
Joe Schr 6e7a536c7a Replaces public_trades_to_dataframe with trades_list_to_df 2024-02-12 13:45:56 +01:00
Joe Schr c610c44a43 Removes unrequired drop_incomplete 2024-02-12 12:12:20 +01:00
Joe Schr a7e4a5e2dc Removes clean_duplicate_trades 2024-02-12 12:11:52 +01:00
Matthias c99009d47e Merge branch 'develop' into dependabot/pip/develop/sqlalchemy-2.0.26 2024-02-12 10:52:10 +01:00
Joe Schr c85ded14d1 Extract _if_enabled_populate_trades 2024-02-12 10:18:17 +01:00
Joe Schr 71e36be34b Use get_historic_trades directly 2024-02-12 10:10:45 +01:00
Joe Schr aab3c07b87 Use _max_trades_candle_limit directly 2024-02-12 10:10:36 +01:00
Joe Schr 50070bc2ca Removes unused import 2024-02-12 09:39:09 +01:00
Joe Schr e60b997fd0 Pass on missed argument stop_on_from_id 2024-02-12 09:38:49 +01:00