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 |
|
Matthias
|
73c9b04dcd
|
Update pyarrow prebuilt wheels
|
2024-04-22 11:04:10 +02:00 |
|
Matthias
|
aaee5a2abf
|
Merge pull request #10118 from freqtrade/dependabot/pip/develop/plotly-5.21.0
Bump plotly from 5.20.0 to 5.21.0
|
2024-04-22 10:22:51 +02:00 |
|
Matthias
|
6f2ec3ced2
|
Merge pull request #10117 from freqtrade/dependabot/pip/develop/fastapi-0.110.2
Bump fastapi from 0.110.1 to 0.110.2
|
2024-04-22 09:50:14 +02:00 |
|
dependabot[bot]
|
7e78a103cf
|
Bump aiohttp from 3.9.4 to 3.9.5
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.4 to 3.9.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.4...v3.9.5)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-22 07:11:35 +00:00 |
|
Matthias
|
aaab37cf52
|
Merge pull request #10116 from freqtrade/dependabot/pip/develop/python-telegram-bot-21.1.1
Bump python-telegram-bot from 21.1 to 21.1.1
|
2024-04-22 09:10:43 +02:00 |
|
Matthias
|
1167c078cf
|
Merge pull request #10113 from freqtrade/dependabot/pip/develop/catboost-1.2.5
Bump catboost from 1.2.3 to 1.2.5
|
2024-04-22 08:46:34 +02:00 |
|
Matthias
|
1223862ede
|
Merge pull request #10112 from freqtrade/dependabot/pip/develop/orjson-3.10.1
Bump orjson from 3.10.0 to 3.10.1
|
2024-04-22 08:01:17 +02:00 |
|
dependabot[bot]
|
3842b4697f
|
Bump pymdown-extensions from 10.7.1 to 10.8
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.7.1 to 10.8.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.7.1...10.8)
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-22 05:18:03 +00:00 |
|
Matthias
|
a095aa2374
|
Merge pull request #10110 from freqtrade/dependabot/pip/develop/ccxt-4.3.4
Bump ccxt from 4.2.97 to 4.3.4
|
2024-04-22 07:18:01 +02:00 |
|
Matthias
|
d4c37fb59d
|
Merge pull request #10107 from freqtrade/dependabot/pip/develop/mkdocs-material-9.5.18
Bump mkdocs-material from 9.5.17 to 9.5.18
|
2024-04-22 07:17:14 +02:00 |
|