dependabot[bot]
|
e452a2389f
|
Bump pydantic from 2.7.0 to 2.7.1
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.7.0...v2.7.1)
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-29 03:29:50 +00:00 |
|
Matthias
|
43aee2147a
|
Update backtest assumption wording
closes #10039
|
2024-04-28 20:42:14 +02:00 |
|
Matthias
|
6e443a42cd
|
Merge pull request #10143 from freqtrade/feat/pairhistory_advanced
RPC: Advanced pairhistory endpoint
|
2024-04-28 20:07:24 +02:00 |
|
Matthias
|
1649aca411
|
Support empty array to return only the base columns
|
2024-04-28 18:22:37 +02:00 |
|
Matthias
|
71ef6f70e5
|
Improve test coverage of strategy test
|
2024-04-28 17:06:36 +02:00 |
|
Matthias
|
9d57e3930d
|
Extend error testing to post call
|
2024-04-28 17:01:16 +02:00 |
|
Matthias
|
ab10379833
|
Add pair_history post endpoint, too
|
2024-04-28 16:14:09 +02:00 |
|
Matthias
|
ccd788e2ce
|
Improve naming of the schema
|
2024-04-28 16:14:09 +02:00 |
|
Matthias
|
8c39740105
|
Test Post pair_candles endpoint
|
2024-04-28 16:14:09 +02:00 |
|
Matthias
|
eeaa9061e5
|
Adapt test for to also test post endpoint
|
2024-04-28 16:14:09 +02:00 |
|
Matthias
|
3e20770446
|
Slightly change returned column scheme
|
2024-04-28 16:14:09 +02:00 |
|
Matthias
|
54d467d2bf
|
Add Post endpoint for to filter dataframe by columns
|
2024-04-28 16:14:09 +02:00 |
|
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
|
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 |
|