Matthias
|
cabdfabf03
|
Eliminate duplicate word in wallets docstring
|
2024-04-28 15:16:45 +02:00 |
|
Matthias
|
d0624570af
|
Merge pull request #10142 from goodmost/develop
chore: remove repetitive words
|
2024-04-28 15:07:03 +02:00 |
|
goodmost
|
38b35ec528
|
chore: remove repetitive words
Signed-off-by: goodmost <zhaohaiyang@outlook.com>
|
2024-04-28 18:14:19 +08:00 |
|
Matthias
|
21b1f5aab8
|
Update wording
|
2024-04-28 09:31:28 +02:00 |
|
Matthias
|
997db6c706
|
Type-ignore
we can't type variables of the list-comprehension ...
|
2024-04-27 19:59:53 +02:00 |
|
Matthias
|
f259270e9c
|
Update tests to properly mock fee
|
2024-04-27 19:52:48 +02:00 |
|
Matthias
|
3a2e3215b9
|
Ensure get_fee returns something in tests
|
2024-04-27 18:26:43 +02:00 |
|
Matthias
|
3f2f2a1dbd
|
Use worst case of maker / taker fee for backtest
|
2024-04-27 18:26:23 +02:00 |
|
Matthias
|
935e8f49de
|
Type-check fee from configuration ...
|
2024-04-27 15:36:26 +02:00 |
|
Matthias
|
37da714610
|
Don't set zsh as default shell
|
2024-04-27 15:21:42 +02:00 |
|
Matthias
|
bd608bedf0
|
Use devcontainer features for most setup work
|
2024-04-27 11:55:37 +00:00 |
|
Matthias
|
ad370cbbcd
|
Add github action to pre-build containers
|
2024-04-27 09:37:25 +00:00 |
|
Matthias
|
6d46d17e30
|
Add pre-built devcontainer
|
2024-04-27 09:37:08 +00:00 |
|
Matthias
|
bc5ded4400
|
Improve devcontainer Dockerfile
|
2024-04-27 11:29:24 +02:00 |
|
Matthias
|
19284e1e91
|
Update vscode debug config for new mode
|
2024-04-27 10:12:44 +02:00 |
|
Matthias
|
e17258940a
|
Add isort to devcontainer proposals
|
2024-04-27 07:13:05 +00:00 |
|
Matthias
|
52403ceacd
|
add GHA extension to devcontainer
|
2024-04-27 07:13:05 +00:00 |
|
Matthias
|
3b41c7e7f3
|
Fix devcontainer config (use vscode submenu)
|
2024-04-27 07:13:05 +00:00 |
|
Matthias
|
73905b33ad
|
Ensure consistent program naming
(`python -m freqtrade --version`)
|
2024-04-27 08:48:40 +02:00 |
|
Matthias
|
dd04c51c42
|
Use time() instead of creating a temporary time object
|
2024-04-26 20:28:59 +02:00 |
|
Matthias
|
9bc866e6b2
|
Loader should be passed as kwarg for clarity
|
2024-04-26 08:36:10 +02:00 |
|
Matthias
|
33454e2f23
|
Merge pull request #10135 from Pixee-Bot-Python/pixeebot/drip-2023-11-14-pixee-python/harden-pyyaml
Use SafeLoader in yaml.load() Calls
|
2024-04-26 08:35:01 +02:00 |
|
Pixee OSS Assistant
|
c37a0706d7
|
Merge branch 'freqtrade:develop' into pixeebot/drip-2023-11-14-pixee-python/harden-pyyaml
|
2024-04-25 17:48:04 -04:00 |
|
Matthias
|
8e5c574224
|
Don't handle case where base_currency is not set
(very old trades)
|
2024-04-25 19:56:27 +02:00 |
|
Matthias
|
a3e6abef8d
|
Add test for "trade amount adjust" behavior
|
2024-04-25 13:44:01 +02:00 |
|
Matthias
|
adbf1b5e6f
|
Adjust trade amount by 2% if trade recovery remains above the trade amount
closes #10002
|
2024-04-25 13:43:46 +02:00 |
|
Matthias
|
0a89efd002
|
Only cancel stoploss if really necessary
partial workaround for #10002
|
2024-04-25 11:43:24 +02:00 |
|
Matthias
|
35408966f4
|
Fix remaining user_data leaks
|
2024-04-25 11:02:34 +02:00 |
|
Matthias
|
ad12c98d10
|
Avoid having test-result influence from user_data/
this avoids potential deprecation warnings (or even errors)
caused by strategies in user_data/strategies
|
2024-04-25 10:48:27 +02:00 |
|
Matthias
|
96bb4db68e
|
Fix remaining coingecko spellings
|
2024-04-25 10:28:25 +02:00 |
|
Matthias
|
2d9be6c818
|
Fix some coingecko spellings
|
2024-04-25 10:27:58 +02:00 |
|
Matthias
|
3ca0be7543
|
Fix misspelled coingecko variable
|
2024-04-25 10:26:33 +02:00 |
|
Matthias
|
d6dcd8adca
|
use explicit macos version
macos-latest changed to align to macos-14 - so it's no longer capable of running python 3.9
|
2024-04-25 08:18:21 +02:00 |
|
Matthias
|
5f1ab7508f
|
Add idex subclass defining the applicable ohlcv limit
|
2024-04-25 08:18:21 +02:00 |
|
Matthias
|
2906f2f8e0
|
Merge pull request #10132 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2024-04-25 08:10:26 +02:00 |
|
xmatthias
|
652819309d
|
chore: update pre-commit hooks
|
2024-04-25 03:02:27 +00:00 |
|
Pixee OSS Assistant
|
1901da688e
|
Merge pull request #1 from Pixee-Bot-Python/pixeebot/drip-2023-11-14-pixee-python/harden-pyyaml
Use SafeLoader in `yaml.load()` Calls
|
2024-04-24 18:33:16 -04:00 |
|
Matthias
|
365b9c9cfe
|
kwargs for re.sub count
|
2024-04-24 07:02:26 +02:00 |
|
Matthias
|
fa6c17c067
|
Remove mutable default-args from generate-candlestick
|
2024-04-24 07:00:17 +02:00 |
|
Matthias
|
86f3b649b9
|
Update security warning in docker section
|
2024-04-24 06:42:17 +02:00 |
|
Matthias
|
115cb4bf40
|
Don't use datetime.utcnow ...
|
2024-04-23 20:08:28 +02:00 |
|
Matthias
|
226eaf0d0a
|
Filter deprecation warning - it's a dependency ...
|
2024-04-23 19:52:44 +02:00 |
|
Matthias
|
6113e47991
|
Merge pull request #10090 from CoolCu/develop
chore: remove repetitive words
|
2024-04-23 19:29:38 +02:00 |
|
Matthias
|
7b78912d71
|
Merge pull request #10105 from freqtrade/feat/humanize
Replace arrow with humanize
|
2024-04-23 09:46:35 +02:00 |
|
Matthias
|
81d80ff5c7
|
Merge pull request #10124 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2024-04-23 07:04:57 +02:00 |
|
xmatthias
|
914d630a22
|
chore: update pre-commit hooks
|
2024-04-23 03:03:47 +00:00 |
|
Matthias
|
9441eb9b53
|
Merge pull request #10115 from freqtrade/dependabot/pip/develop/pymdown-extensions-10.8
Bump pymdown-extensions from 10.7.1 to 10.8
|
2024-04-22 16:41:15 +02:00 |
|
Matthias
|
b7f65a77c7
|
Merge pull request #10111 from freqtrade/dependabot/pip/develop/ruff-0.4.1
Bump ruff from 0.3.7 to 0.4.1
|
2024-04-22 15:56:30 +02:00 |
|
Matthias
|
a750e4c107
|
Merge pull request #10108 from freqtrade/dependabot/pip/develop/pyarrow-16.0.0
Bump pyarrow from 15.0.2 to 16.0.0
|
2024-04-22 15:46:20 +02:00 |
|
Matthias
|
fd5a4d71a0
|
Merge pull request #10114 from freqtrade/dependabot/pip/develop/aiohttp-3.9.5
Bump aiohttp from 3.9.4 to 3.9.5
|
2024-04-22 12:07:38 +02:00 |
|