dependabot[bot]
|
70f847b0a6
|
Bump python-rapidjson from 1.16 to 1.17
Bumps [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) from 1.16 to 1.17.
- [Changelog](https://github.com/python-rapidjson/python-rapidjson/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-rapidjson/python-rapidjson/compare/v1.16...v1.17)
---
updated-dependencies:
- dependency-name: python-rapidjson
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-20 03:26:55 +00:00 |
|
dependabot[bot]
|
79e522162c
|
Bump mkdocs-material from 9.5.22 to 9.5.23 in the mkdocs group
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
Updates `mkdocs-material` from 9.5.22 to 9.5.23
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.22...9.5.23)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-20 03:26:41 +00:00 |
|
dependabot[bot]
|
6174817bc0
|
Bump the pytest group with 2 updates
Bumps the pytest group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).
Updates `pytest` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.2.1)
Updates `pytest-asyncio` from 0.23.6 to 0.23.7
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.6...v0.23.7)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pytest
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pytest
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-20 03:26:28 +00:00 |
|
Matthias
|
e49fec5533
|
Simplify conftest setup (1000 fewer lines!)
default hyperopt results demo should not be a fixture
(it's only used in one place)
|
2024-05-19 18:15:21 +02:00 |
|
Matthias
|
cdf42604ce
|
Update conftest hyperopt result
|
2024-05-19 18:04:31 +02:00 |
|
Matthias
|
c1d26d0330
|
Don't calculate the "legacy" version of drawdown anymore.
|
2024-05-19 17:57:21 +02:00 |
|
Matthias
|
3bf02c8a64
|
Simplify hyperopt drawdown logic
Reduces tons of fallback logic
|
2024-05-19 17:57:05 +02:00 |
|
Matthias
|
a9f13d29fd
|
Fix test type errors
|
2024-05-19 17:48:36 +02:00 |
|
Simon Waiblinger
|
8e0d686c95
|
Merge branch 'freqtrade:develop' into develop
|
2024-05-19 13:53:38 +02:00 |
|
Matthias
|
480477d17a
|
Improve profitdrawdownhyperopt balancing
|
2024-05-19 10:12:50 +02:00 |
|
Matthias
|
2a1ff7f9b3
|
Try improve profit-drawdown hyperopt
|
2024-05-19 09:45:32 +02:00 |
|
Matthias
|
acae6e75f4
|
Improve drawdown test case
|
2024-05-19 09:44:36 +02:00 |
|
Matthias
|
e35ad64d6c
|
Move SQL Cheat-sheet into Advanced section
most options are better suited in other ways now.
|
2024-05-19 09:03:31 +02:00 |
|
Matthias
|
b2cce5ccdf
|
update download data docs
|
2024-05-18 20:24:40 +02:00 |
|
Matthias
|
c6a5134815
|
Improve wording of log message
|
2024-05-18 20:20:58 +02:00 |
|
Matthias
|
c0d43f6d03
|
Improve line formatting
|
2024-05-18 20:16:25 +02:00 |
|
Matthias
|
2237410154
|
Upadate test for new download-data functionality
|
2024-05-18 20:15:02 +02:00 |
|
Matthias
|
aa0f90bb68
|
Don't convert trades to OHLCV unless explicitly specified
|
2024-05-18 20:14:52 +02:00 |
|
Matthias
|
e6d5aa1349
|
add --convert-trades argument to download-data
|
2024-05-18 20:14:08 +02:00 |
|
Matthias
|
9b031490cc
|
Update all CI build stuff to 3.12
|
2024-05-18 15:23:22 +02:00 |
|
Matthias
|
9ebdbed215
|
Update CI workflows to use 3.12
|
2024-05-18 15:22:46 +02:00 |
|
Matthias
|
968f74edbd
|
Update docs for full 3.12 support
|
2024-05-18 15:22:03 +02:00 |
|
Matthias
|
1e0782b626
|
Add support for python 3.12 in setup.sh
closes #10220
|
2024-05-18 15:05:14 +02:00 |
|
Matthias
|
8d93f27185
|
Add simple test for "fetch_my_trades" parsing quality
|
2024-05-17 18:27:07 +02:00 |
|
Matthias
|
34b06cd9aa
|
Bump ccxt min-version
|
2024-05-16 19:25:40 +02:00 |
|
Matthias
|
1e04140fff
|
Partially revert bybit leverage-tiers workaround
|
2024-05-16 19:25:19 +02:00 |
|
Matthias
|
a92178dd60
|
load_cached_leverage_tiers should allow a remote cache period
|
2024-05-16 19:11:51 +02:00 |
|
Matthias
|
e17afb2554
|
Bump ccxt to 4.3.24
|
2024-05-16 19:08:47 +02:00 |
|
Matthias
|
1e2662b627
|
Greatly simplify leverage tier loading for binance
|
2024-05-16 18:20:14 +02:00 |
|
Matthias
|
ac9dccb6d5
|
Merge pull request #10215 from freqtrade/fix/catboostworkaround
Remove catboost stdout workaround
|
2024-05-16 17:33:01 +02:00 |
|
Matthias
|
c06ae41fed
|
Remove catboost stdout workaround
https://github.com/catboost/catboost/issues/2195 is fixed, so this SHOULD work
|
2024-05-16 07:25:49 +02:00 |
|
Matthias
|
19d6ce5446
|
Remove custom build process
|
2024-05-16 07:04:50 +02:00 |
|
Matthias
|
c955aa02df
|
No extra styling ...
|
2024-05-16 06:59:12 +02:00 |
|
Matthias
|
2a8cfd2e92
|
Add extra rtd rules ...
|
2024-05-16 06:54:20 +02:00 |
|
Matthias
|
5fba44abe7
|
use dynamic build process for RTD
|
2024-05-16 06:54:19 +02:00 |
|
Matthias
|
9c8b6babdf
|
Merge pull request #10214 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2024-05-16 06:43:30 +02:00 |
|
xmatthias
|
fb73e23e64
|
chore: update pre-commit hooks
|
2024-05-16 03:02:21 +00:00 |
|
Matthias
|
d318c20d82
|
Bump ccxt.pro to 4.3.23
closes #10211
|
2024-05-15 18:14:06 +02:00 |
|
Matthias
|
c91e1d80c2
|
Merge pull request #10212 from freqtrade/refactor/max_drawdown
Refactor calculate_max_drawdown
|
2024-05-15 18:04:21 +02:00 |
|
Matthias
|
702ac14f27
|
Fix using wrong type
|
2024-05-15 07:04:36 +02:00 |
|
Matthias
|
a6b07ec96f
|
Remove compatibility layer for calculate_max_drawdown
|
2024-05-15 06:54:17 +02:00 |
|
Matthias
|
c79b75ff9a
|
Update remaining tests
|
2024-05-15 06:46:30 +02:00 |
|
Matthias
|
a6050cb771
|
Update tests for new interface
|
2024-05-14 19:57:46 +02:00 |
|
Matthias
|
bcb59265b5
|
Use default parameters for DrawdownResult
|
2024-05-14 19:50:35 +02:00 |
|
Matthias
|
94786454b7
|
Use calc_drawdown method throughout the bot
|
2024-05-14 19:37:41 +02:00 |
|
Matthias
|
0aa3ec2845
|
Have hyperopt-loss function use calc_max_drawdown
|
2024-05-14 19:28:48 +02:00 |
|
Matthias
|
c8eb22dcbd
|
Add typed max_drawdown function
|
2024-05-14 19:28:33 +02:00 |
|
Matthias
|
3b0036368d
|
Merge pull request #10210 from stash86/bt-metrics
modify MeasureTime log message to include time limit and 's' suffix
|
2024-05-14 18:23:50 +02:00 |
|
Stefano Ariestasia
|
75965cd50f
|
modify MeasureTime log message to include time limit and 's' suffix
|
2024-05-14 16:20:20 +09:00 |
|
Matthias
|
b1fd79d720
|
Schedule devcontainer pre-built to Sunday morning
|
2024-05-14 06:37:10 +02:00 |
|