Matthias
|
b2abdab7cd
|
Fix bug where adjust_entry_price was called for exit orders
closes #8973
|
2023-07-28 07:16:32 +02:00 |
|
Matthias
|
fd7dfc95e3
|
Enhance dca integration test for adjust_entry checks
|
2023-07-28 07:16:12 +02:00 |
|
Matthias
|
797617abaa
|
Fix test comment
|
2023-07-28 07:07:10 +02:00 |
|
Matthias
|
9a400d0e6f
|
Allow comments and trailing commas in remotepairlist files
closes #8971
|
2023-07-27 18:05:22 +02:00 |
|
Matthias
|
8f18a52cdf
|
Fix Typo in remote pairlist docs
related: #8971
|
2023-07-27 09:24:42 +02:00 |
|
Matthias
|
d638a4a0ff
|
Raise proper error on strategy search
part of https://github.com/freqtrade/frequi/issues/1387
|
2023-07-27 07:03:35 +02:00 |
|
Matthias
|
bbf472e69b
|
Improve errorhandling on webserver endpoint
Part of https://github.com/freqtrade/frequi/issues/1387
|
2023-07-27 06:52:34 +02:00 |
|
Matthias
|
83f45d0e65
|
Call static method as static method, not as if it were an instance method
|
2023-07-27 06:39:48 +02:00 |
|
Matthias
|
d6122585f7
|
Prevent pandas exception on Date assignment
|
2023-07-27 06:39:31 +02:00 |
|
Matthias
|
2fcff78756
|
Move comment to actually relevant line
|
2023-07-26 07:07:21 +02:00 |
|
Matthias
|
af1d2ee2a2
|
Merge pull request #8968 from Bloodhunter4rc/patch-2
Update showcase.md / Change Domain due to recent dns issues
|
2023-07-26 06:43:48 +02:00 |
|
Bloodhunter4rc
|
f56f5179d2
|
Update showcase.md
Change of domain due to recent dns issues.
|
2023-07-25 23:06:56 +02:00 |
|
Matthias
|
c2b40da762
|
Bump Api Version
|
2023-07-25 20:51:33 +02:00 |
|
Matthias
|
05e4b63091
|
Extract backtest_result deletion logic to separate function
|
2023-07-25 20:42:07 +02:00 |
|
Matthias
|
8b2abf4422
|
Remove .json from backtesting output
|
2023-07-25 20:41:28 +02:00 |
|
Matthias
|
997b80fd7b
|
Allow deleting of backtest files
|
2023-07-25 20:34:45 +02:00 |
|
Matthias
|
5a7e822342
|
Improve security of get_backtest_history_result
|
2023-07-25 20:20:09 +02:00 |
|
Matthias
|
1d39cc18bf
|
Add is_file_in_dir helper function
|
2023-07-25 20:19:23 +02:00 |
|
Matthias
|
e39af17207
|
Improve typing for is_relative_to
|
2023-07-25 20:07:44 +02:00 |
|
Matthias
|
4ce95dd1c3
|
Merge pull request #8955 from freqtrade/feat/bt_streaks
Backtesting - streak output
|
2023-07-25 18:06:11 +02:00 |
|
Matthias
|
47fca02ba0
|
Improve docstring
|
2023-07-25 07:06:42 +02:00 |
|
Matthias
|
ed2485dd57
|
Move generate_wins_draw_losses to bt_output (it's an output function, not a calculation)
|
2023-07-25 07:04:25 +02:00 |
|
Matthias
|
6dc15fad01
|
Merge pull request #8962 from freqtrade/dependabot/pip/develop/uvicorn-0.23.1
Bump uvicorn from 0.23.0 to 0.23.1
|
2023-07-25 06:38:13 +02:00 |
|
Matthias
|
27566a4c8a
|
Merge pull request #8963 from freqtrade/dependabot/pip/develop/ccxt-4.0.36
Bump ccxt from 4.0.35 to 4.0.36
|
2023-07-25 06:37:56 +02:00 |
|
Matthias
|
3860a5a8c5
|
Merge pull request #8965 from freqtrade/dependabot/pip/develop/ruff-0.0.280
Bump ruff from 0.0.278 to 0.0.280
|
2023-07-25 06:37:42 +02:00 |
|
Matthias
|
235721d9d9
|
Merge pull request #8964 from freqtrade/dependabot/pip/develop/types-requests-2.31.0.2
Bump types-requests from 2.31.0.1 to 2.31.0.2
|
2023-07-24 21:37:11 +02:00 |
|
Matthias
|
5a057e4b94
|
per-commit bump types-requests
|
2023-07-24 17:34:39 +02:00 |
|
dependabot[bot]
|
b90e7d75c6
|
Bump ruff from 0.0.278 to 0.0.280
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.278 to 0.0.280.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.278...v0.0.280)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-24 15:32:13 +00:00 |
|
dependabot[bot]
|
1c26a6600b
|
Bump types-requests from 2.31.0.1 to 2.31.0.2
Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.1 to 2.31.0.2.
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-requests
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-24 15:31:56 +00:00 |
|
dependabot[bot]
|
161446393d
|
Bump ccxt from 4.0.35 to 4.0.36
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.0.35 to 4.0.36.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/4.0.35...4.0.36)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-24 15:31:53 +00:00 |
|
dependabot[bot]
|
9df302f2f0
|
Bump uvicorn from 0.23.0 to 0.23.1
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.23.0 to 0.23.1.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.23.0...0.23.1)
---
updated-dependencies:
- dependency-name: uvicorn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-24 15:31:45 +00:00 |
|
Matthias
|
e95fa83ea2
|
Merge pull request #8953 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.19.14
Bump types-python-dateutil from 2.8.19.13 to 2.8.19.14
|
2023-07-24 16:52:39 +02:00 |
|
Matthias
|
b151a2c3e1
|
Merge pull request #8947 from freqtrade/dependabot/pip/develop/urllib3-2.0.4
Bump urllib3 from 2.0.3 to 2.0.4
|
2023-07-24 16:19:38 +02:00 |
|
Matthias
|
ce7f7d828d
|
pre-commit bump dateuti
|
2023-07-24 15:49:25 +02:00 |
|
dependabot[bot]
|
7a69bdff6a
|
Bump types-python-dateutil from 2.8.19.13 to 2.8.19.14
Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.19.13 to 2.8.19.14.
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-24 13:34:35 +00:00 |
|
Matthias
|
1abb71d5a3
|
Merge pull request #8950 from freqtrade/dependabot/pip/develop/nbconvert-7.7.2
Bump nbconvert from 7.7.0 to 7.7.2
|
2023-07-24 15:34:10 +02:00 |
|
Matthias
|
2e57ad695f
|
Merge pull request #8952 from freqtrade/dependabot/pip/develop/types-tabulate-0.9.0.3
Bump types-tabulate from 0.9.0.2 to 0.9.0.3
|
2023-07-24 15:33:49 +02:00 |
|
Matthias
|
bb36c9500f
|
Bump pre-commit types tabulate
|
2023-07-24 14:12:52 +02:00 |
|
dependabot[bot]
|
235067c79f
|
Bump nbconvert from 7.7.0 to 7.7.2
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.7.0 to 7.7.2.
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/nbconvert/compare/v7.7.0...v7.7.2)
---
updated-dependencies:
- dependency-name: nbconvert
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-24 12:12:06 +00:00 |
|
dependabot[bot]
|
11e604d613
|
Bump types-tabulate from 0.9.0.2 to 0.9.0.3
Bumps [types-tabulate](https://github.com/python/typeshed) from 0.9.0.2 to 0.9.0.3.
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-tabulate
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-24 12:12:03 +00:00 |
|
Matthias
|
f7505536ff
|
Merge pull request #8954 from freqtrade/dependabot/pip/develop/types-cachetools-5.3.0.6
Bump types-cachetools from 5.3.0.5 to 5.3.0.6
|
2023-07-24 14:11:19 +02:00 |
|
Matthias
|
b096c857ae
|
Merge pull request #8951 from freqtrade/dependabot/pip/develop/pyjwt-2.8.0
Bump pyjwt from 2.7.0 to 2.8.0
|
2023-07-24 10:03:49 +02:00 |
|
Matthias
|
b41b966443
|
pre-commit bump cachetools
|
2023-07-24 10:03:08 +02:00 |
|
Matthias
|
e01e712b8c
|
Merge pull request #8948 from freqtrade/dependabot/pip/develop/ccxt-4.0.35
Bump ccxt from 4.0.34 to 4.0.35
|
2023-07-24 10:01:47 +02:00 |
|
Matthias
|
327b055468
|
Add consecutive wins/losses to backtest output
|
2023-07-24 07:22:33 +02:00 |
|
dependabot[bot]
|
221f242a4c
|
Bump ccxt from 4.0.34 to 4.0.35
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.0.34 to 4.0.35.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/4.0.34...4.0.35)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-24 05:19:04 +00:00 |
|
Matthias
|
a9d310ca00
|
Disable bitvavo candle test temporarily after downtime
|
2023-07-24 07:17:29 +02:00 |
|
Matthias
|
f26b49ee06
|
Ensure return value is an int, not a np.int
|
2023-07-24 07:09:19 +02:00 |
|
Matthias
|
380244f8b1
|
Improve calc_streak, rename method
|
2023-07-24 07:09:11 +02:00 |
|
Matthias
|
c01c9ee411
|
Merge pull request #8949 from freqtrade/dependabot/pip/develop/mkdocs-material-9.1.19
Bump mkdocs-material from 9.1.18 to 9.1.19
|
2023-07-24 07:07:12 +02:00 |
|