freqtrade_origin/freqtrade
Matthias 39d7b8c546 chore: Remove non-suppored callback from XGBRFRegressor
According to the XGBoost docs, this probably never worked
as it was never supported - but is now raising an error for user clarity.
2024-10-28 18:06:32 +01:00
..
commands feat: add list-hyperoptloss subcommand 2024-10-22 06:38:20 +02:00
configuration chore: add documentation and add wait_for_training to config schema 2024-10-27 19:20:19 +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 fix: ensure createMarketBuyOrderRequiresPrice is only applied to buys 2024-10-27 13:56:38 +01:00
freqai chore: Remove non-suppored callback from XGBRFRegressor 2024-10-28 18:06:32 +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 fix: improved defaultHyperoptLoss alias 2024-10-22 06:38:20 +02:00
persistence chore: update persistence to modern typing syntax 2024-10-04 06:55:05 +02: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 chore: improve import sorting 2024-10-24 06:06:31 +02: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 chore: remove no longer required imports 2024-10-04 07:10:49 +02: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 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: 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: update config to modern typing syntax 2024-10-04 06:39:58 +02: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