freqtrade_origin/freqtrade
2024-10-05 13:00:11 +02:00
..
commands refactor: move config deployment to it's own file 2024-10-05 13:00:11 +02:00
configuration refactor: move config deployment to it's own file 2024-10-05 13:00:11 +02:00
data chore: Remove __futures__ import and corresponding ruff skips 2024-10-05 11:43:28 +02:00
edge Ruff format edge 2024-05-13 07:10:25 +02:00
enums feat: implement __str__ for marign and tradingmode enums 2024-09-06 20:58:54 +02:00
exchange chore: update pre-commit hooks 2024-10-03 03:07:14 +00:00
freqai freqai_info -> ft_params 2024-09-26 17:54:14 +02:00
ft_types chore: rename types to ft_types 2024-09-04 06:44:48 +02:00
leverage fix: use t.leverage, not trade.leverage for cross liq calculations 2024-10-02 07:05:00 +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 feat: implement liquidation price update on all order fills 2024-10-02 07:05:00 +02:00
persistence fix: allow setting 0 as liquidation price 2024-10-02 07:05:00 +02:00
plot Remove compatibility layer for calculate_max_drawdown 2024-05-15 06:54:17 +02:00
plugins chore: move protection validation to protectionManager 2024-09-29 15:06:15 +02:00
resolvers chore: Remove protections from config logic 2024-09-29 09:41:02 +02:00
rpc chore: Remove now pointless helper function 2024-10-01 07:11:10 +02:00
strategy chore: Update formatting of default export sequence 2024-08-18 08:38:11 +02:00
system chore: re-export from system module 2024-10-05 11:30:17 +02:00
templates chore: ruff format notebook 2024-08-19 19:59:15 +02:00
util Postpone imports on demand 2024-10-03 11:33:52 +08:00
vendor Fix odd formatting by ruff format 2024-05-13 07:10:25 +02:00
__init__.py chore: bump version to 2024.10-dev 2024-09-29 20:01:11 +02:00
__main__.py chore: update conditional check for python version 2024-10-01 06:44:49 +02:00
constants.py chore: move available_protections constant to test file (it's only used there) 2024-09-29 15:08:57 +02:00
exceptions.py Add configuration error to Exception hierarchy 2024-03-19 06:39:34 +01:00
freqtradebot.py feat: update liquidation price on startup 2024-10-02 07:05:00 +02:00
main.py chore: re-export from system module 2024-10-05 11:30:17 +02:00
misc.py chore: align safevalue_fallback types 2024-08-15 08:06:50 +02:00
wallets.py fix: properly consider open order values as "tied up" stake. 2024-09-22 13:17:27 +02:00
worker.py Fix odd formatting by ruff format 2024-05-13 07:10:25 +02:00