freqtrade_origin/freqtrade
2023-08-14 17:08:01 +02:00
..
commands Merge branch 'develop' into dataformat/feather 2023-07-29 20:04:12 +02:00
configuration Don't show 0.0.0.0 security warning when running in docker. 2023-08-01 20:17:07 +02:00
data Allow metadata file updating 2023-08-03 06:17:05 +02:00
edge Merge branch 'develop' into dataformat/feather 2023-07-29 20:04:12 +02:00
enums Add margin_mode to pairlists callback 2023-06-04 13:25:39 +02:00
exchange Simplify code, no longer log "could not find rate" 2023-08-12 16:10:37 +02:00
freqai Fix ruff E721 (type comparison) 2023-08-14 09:11:19 +02:00
leverage Remove some too generic noqa statements 2023-02-22 19:56:32 +01:00
loggers Improve Log reduction and corresponding test 2023-06-10 09:44:20 +02:00
mixins Simplify class setups without inheritance 2023-06-29 12:16:10 +00:00
optimize Improve handling of None values from custom_stoploss 2023-08-14 16:46:33 +02:00
persistence Fix stop switching to trailing if order is replaced in backtesting 2023-08-14 17:08:01 +02:00
plot Merge branch 'develop' into dataformat/feather 2023-07-29 20:04:12 +02:00
plugins Allow comments and trailing commas in remotepairlist files 2023-07-27 18:05:22 +02:00
resolvers Don't surprise people with "after_fill" calls 2023-08-14 16:40:06 +02:00
rpc Simplify code, no longer log "could not find rate" 2023-08-12 16:10:37 +02:00
strategy Improve handling of None values from custom_stoploss 2023-08-14 16:46:33 +02:00
templates Update samples in the documentation 2023-08-14 16:40:09 +02:00
types move Notes to be a "API only" type 2023-08-03 06:17:06 +02:00
util No need to use .get() for properties with default values 2023-07-12 18:29:12 +02:00
vendor ruff: Activate UP ruleset 2023-03-19 17:57:56 +01:00
__init__.py Bump dev version to 2023.8-dev 2023-07-29 18:18:03 +02:00
__main__.py Fix minor stylistic errors 2023-02-23 20:06:10 +01:00
constants.py Remove sandbox configuration options 2023-08-08 06:23:52 +02:00
exceptions.py Small formatting upgrades 2021-11-11 12:06:18 +01:00
freqtradebot.py split update_trade 2023-08-14 17:07:34 +02:00
main.py Follow PEP 484 - no implicit optionals 2023-01-21 20:01:56 +01:00
misc.py Add is_file_in_dir helper function 2023-07-25 20:19:23 +02:00
wallets.py Include realized_profit in update_dry 2023-07-16 16:06:23 +02:00
worker.py telegram: Fix sending telegram message with exception 2023-03-10 18:09:05 +01:00