You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
freqtrade/freqtrade
Matthias f535c4cff4
chore: bump version to 2026.2
2 months ago
..
commands chore: remove missleading comment in help 2 months ago
config_schema chore: add new randomDefault value 2 months ago
configuration chore: move show_sensitive warning 2 months ago
data refactor: remove unused method 2 months ago
enums refactor: switch SignalTypes to StrEnum 2 months ago
exchange chore: update pre-commit hooks 2 months ago
freqai Apply suggestion from @Copilot 2 months ago
ft_types feat: add markpoint rotate support 3 months ago
leverage
loggers fix: log level setup 6 months ago
mixins chore: update usage of TTLCache to FtTTLCache 5 months ago
optimize refactor: fetch starting_balance only once at backtest initialization 2 months ago
persistence fix: align pairlock backtesting expiration condition with live/dry run 2 months ago
plot chore: format according to 2026 styleguide 2 months ago
plugins move pair prefixes to constants 2 months ago
resolvers chore: ensure alphabetical sort order for object loading 3 months ago
rpc fix: path traversal in web_ui 2 months ago
strategy chore: update doc links from latest to stable 2 months ago
system refactor: switch mp-method to forkserver globally 6 months ago
templates chore: update doc links from latest to stable 2 months ago
util refactor: use metaclass for Singleton in FiatConverter 4 months ago
vendor
__init__.py chore: bump version to 2026.2 2 months ago
__main__.py chore!: drop support for python 3.10 10 months ago
constants.py remove M 2 months ago
exceptions.py
freqtradebot.py refactor: optimize performance and remove redundant logic in protections 2 months ago
main.py refactor: switch mp-method to forkserver globally 6 months ago
misc.py fix: safe_value_dict on a non-iterable object 2 months ago
wallets.py fix: ensure wallet position leverage is always set 4 months ago
worker.py