freqtrade_origin/freqtrade
Matthias a800152a43 Update gzip open mode to text mode
It's slightly faster this way, as json files are text anyway.
2024-07-03 09:19:23 +02:00
..
commands Add a few bandid noqa's on acceptable use 2024-06-08 09:19:54 +02:00
configuration don't use plain eval 2024-06-08 09:31:50 +02:00
data Prevent data-downloads for exchanges that don't support this. 2024-06-20 18:29:17 +02:00
edge Ruff format edge 2024-05-13 07:10:25 +02:00
enums StrEnum was only introduced in 3.11 . . . 2024-06-01 08:43:04 +02:00
exchange chore: update pre-commit hooks 2024-06-27 03:12:21 +00:00
freqai Don't use assert in non-test code. 2024-06-08 09:32:54 +02:00
leverage Ruff format: more random files 2024-05-13 07:10:25 +02:00
loggers ruff format: loggers 2024-05-13 07:10:25 +02:00
mixins ruff format: util 2024-05-13 07:10:25 +02:00
optimize Update bt_output types 2024-06-13 06:43:31 +02:00
persistence Add Properties for canceled orders to trade_model 2024-05-26 08:35:57 +02:00
plot Remove compatibility layer for calculate_max_drawdown 2024-05-15 06:54:17 +02:00
plugins Update pairlists to use *args **kwargs init 2024-06-09 08:55:03 +02:00
resolvers Fix odd formatting by ruff format 2024-05-13 07:10:25 +02:00
rpc Update telegram.py 2024-06-29 09:58:37 +02:00
strategy fix: Improve safety of custom_stop return validation 2024-06-21 16:43:07 +02:00
templates Improve message for fiat_display_currency 2024-05-20 17:02:00 +02:00
types Ruff format: more random files 2024-05-13 07:10:25 +02:00
util Add test, invert logic 2024-05-20 15:14:15 +02:00
vendor Fix odd formatting by ruff format 2024-05-13 07:10:25 +02:00
__init__.py chore: update version to 2024.7-dev 2024-06-30 09:42:08 +00:00
__main__.py ruff format: remaining files 2024-05-13 07:10:25 +02:00
constants.py feat: Allow empty fiat_display_currency 2024-05-22 20:30:35 +02:00
exceptions.py Add configuration error to Exception hierarchy 2024-03-19 06:39:34 +01:00
freqtradebot.py Log during cleanup 2024-06-08 09:20:23 +02:00
main.py ruff format: remaining files 2024-05-13 07:10:25 +02:00
misc.py Update gzip open mode to text mode 2024-07-03 09:19:23 +02:00
wallets.py ruff format: more files 2024-05-13 07:10:25 +02:00
worker.py Fix odd formatting by ruff format 2024-05-13 07:10:25 +02:00