freqtrade_origin/freqtrade
2024-11-07 06:29:23 +01:00
..
commands chore: remove --dmmp option 2024-11-02 16:49:26 +01:00
configuration feat: Update config_schema with support for exit_fill 2024-11-07 06:29:23 +01:00
data chore: use Class for parse_timerange 2024-10-24 06:06:31 +02:00
edge chore: update edge config to modern typing syntax 2024-10-04 06:42:29 +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-11-07 03:07:11 +00:00
freqai Merge pull request #10827 from freqtrade/fix/freqai-zeros 2024-10-27 21:51:07 +01:00
ft_types chore: update types config to modern typing syntax 2024-10-04 06:50:53 +02:00
leverage fix: use t.leverage, not trade.leverage for cross liq calculations 2024-10-02 07:05:00 +02:00
loggers feat: Exit with exception, not with exit1 2024-10-25 06:34:46 +02:00
mixins ruff format: util 2024-05-13 07:10:25 +02:00
optimize chore: remove --dmmp option 2024-11-02 16:49:26 +01:00
persistence feat: add stake_amount_filled order attribute 2024-11-05 07:19:09 +01:00
plot chore: update plugins to modern typing syntax 2024-10-04 07:02:20 +02:00
plugins chore: update plugins to modern typing syntax 2024-10-04 07:02:20 +02:00
resolvers chore: improve behavior by validating earlier 2024-10-05 11:09:39 +02:00
rpc feat: add "*" to define custom default for non-defined exit reasons 2024-11-07 06:29:23 +01:00
strategy feat: Allow strategies to not define enter_long 2024-10-07 20:28:29 +02:00
system chore: re-export from system module 2024-10-05 11:30:17 +02:00
templates docs: remove more --dmmp docs 2024-11-02 17:24:31 +01:00
util Merge branch 'develop' into maint/bump_ruff_minpython 2024-10-06 08:28:09 +02:00
vendor Fix odd formatting by ruff format 2024-05-13 07:10:25 +02:00
__init__.py chore: bump dev-version to 2024.11-dev 2024-10-31 08:08:02 +01:00
__main__.py chore: update conditional check for python version 2024-10-01 06:44:49 +02:00
constants.py chore: update to modern typing syntax 2024-10-04 06:36:00 +02:00
exceptions.py Add configuration error to Exception hierarchy 2024-03-19 06:39:34 +01:00
freqtradebot.py chore: add explaining comment for "not fill" branch 2024-11-05 20:45:58 +01:00
main.py Merge branch 'develop' into maint/bump_ruff_minpython 2024-10-06 08:28:09 +02:00
misc.py chore: update to modern typing syntax 2024-10-04 06:36:00 +02:00
wallets.py chore: update to modern typing syntax 2024-10-04 06:36:00 +02:00
worker.py chore: update to modern typing syntax 2024-10-04 06:36:00 +02:00