.. |
commands
|
Ensure consistent program naming
|
2024-04-27 08:48:40 +02:00 |
configuration
|
Fix typos discovered by codespell
|
2024-04-18 22:51:25 +02:00 |
data
|
kwargs for re.sub count
|
2024-04-24 07:02:26 +02:00 |
edge
|
Merge branch 'develop' into dataformat/feather
|
2023-07-29 20:04:12 +02:00 |
enums
|
Rename TRADING_MODES constant to avoid naming collision
|
2024-04-06 16:47:55 +02:00 |
exchange
|
chore: update pre-commit hooks
|
2024-05-02 03:02:33 +00:00 |
freqai
|
Merge pull request #10097 from freqtrade/feat/measure_time
|
2024-04-21 11:28:54 +02:00 |
leverage
|
Remove some too generic noqa statements
|
2023-02-22 19:56:32 +01:00 |
loggers
|
Hide most non-freqtrade logs in -v mode
|
2023-10-05 07:03:29 +02:00 |
mixins
|
Simplify class setups without inheritance
|
2023-06-29 12:16:10 +00:00 |
optimize
|
Type-ignore
|
2024-04-27 19:59:53 +02:00 |
persistence
|
Don't use datetime.utcnow ...
|
2024-04-23 20:08:28 +02:00 |
plot
|
Remove mutable default-args from generate-candlestick
|
2024-04-24 07:00:17 +02:00 |
plugins
|
Fix misspelled coingecko variable
|
2024-04-25 10:26:33 +02:00 |
resolvers
|
Don't use mutable default arguments to functions
|
2024-04-20 09:09:42 +02:00 |
rpc
|
Support empty array to return only the base columns
|
2024-04-28 18:22:37 +02:00 |
strategy
|
Improve some bugbear findings
|
2024-04-20 10:10:36 +02:00 |
templates
|
Fix typos discovered by codespell
|
2024-04-18 22:51:25 +02:00 |
types
|
Fix typo and missing type def
|
2023-12-31 15:35:23 +01:00 |
util
|
Use time() instead of creating a temporary time object
|
2024-04-26 20:28:59 +02:00 |
vendor
|
have to use bitwise operator, otherwise ambiguous error is thrown
|
2023-10-15 19:32:03 +09:00 |
__init__.py
|
Bump version to 2024.5-dev
|
2024-04-30 11:46:43 +02:00 |
__main__.py
|
Setup.sh should require 3.9
|
2023-09-07 06:25:44 +02:00 |
constants.py
|
Type-check fee from configuration ...
|
2024-04-27 15:36:26 +02:00 |
exceptions.py
|
Add configuration error to Exception hierarchy
|
2024-03-19 06:39:34 +01:00 |
freqtradebot.py
|
Update wording
|
2024-04-28 09:31:28 +02:00 |
main.py
|
Add documentation link, re-align imports
|
2024-03-19 07:20:38 +01:00 |
misc.py
|
Extract number-formatters from misc
|
2024-01-06 13:04:49 +01:00 |
wallets.py
|
Eliminate duplicate word in wallets docstring
|
2024-04-28 15:16:45 +02:00 |
worker.py
|
Fix typos discovered by codespell
|
2024-04-18 22:51:25 +02:00 |