Matthias
32a4aa0ca8
Merge pull request #9703 from freqtrade/feat/allow-custom-feature-plot
...
feat: allow custom user features to be plotted in backtesting (freqai)
2024-01-20 18:08:19 +01:00
Shane
ad0f88796b
fix: logical error
...
Fix logical error in the conditional checks for model classes. The `elif` statement that looks for "lightgbm.sklearn" or "xgb" in the model class string is now broken into two separate conditions because the old condition would always evaluate to `True` due to the non-empty string "xgb".
2024-01-20 10:42:37 +11:00
Matthias
e76888882d
Fix typehint
2024-01-19 18:59:52 +01:00
Matthias
3ab226a096
Remove unused import
2024-01-19 18:24:03 +01:00
Matthias
58058f0197
Fix migration test
2024-01-19 18:20:23 +01:00
Matthias
6eaf42fe33
Default order_date to dt_now if it's not set via ccxt and wasn't previously set.
2024-01-19 18:17:53 +01:00
Matthias
88ba82d4fd
Fix more tests
2024-01-19 18:17:31 +01:00
Matthias
acbea4e26f
Fix some tests after update_stoploss_date removal
2024-01-19 18:16:36 +01:00
robcaulk
50864c731b
chore: improve documentation for plotting custom features
2024-01-19 17:55:16 +01:00
robcaulk
5bfda534b2
feat: allow custom user features to be plotted in backtesting (freqai)
2024-01-19 17:46:34 +01:00
Matthias
b9a43b8e24
Don't store 'stoploss_last_updated' explicitly
...
it can easily be derived from the very last stoploss order.
2024-01-19 07:12:49 +01:00
Matthias
59b3486574
Update migrations
2024-01-19 06:49:49 +01:00
Matthias
9f3c6f2dcc
Fix some tests and comments
2024-01-19 06:48:32 +01:00
Matthias
22a08c7c8d
Merge pull request #9549 from freqtrade/freqai/fixdownloaddata
...
Only download tradable pairs
2024-01-18 18:12:25 +01:00
Matthias
73b30cf3fa
Update ta-lib documentation links
...
closes #9697
2024-01-18 06:09:34 +01:00
Matthias
6ce1123136
Merge pull request #9695 from freqtrade/kraken/stop
...
kraken stoploss behavior
2024-01-17 20:21:05 +01:00
Matthias
8cbdcbd50d
Bump ccxt min version
2024-01-17 19:47:16 +01:00
Matthias
42ea4821f4
Bump kraken to 4.2.15
2024-01-17 19:46:50 +01:00
Matthias
b7ab7dd25e
Update tests for new kraken stoploss behavior
2024-01-17 19:44:18 +01:00
Matthias
c2d6ab2fa5
Add unified kraken stoploss settings
2024-01-17 19:44:09 +01:00
Matthias
6069670ce2
Remove kraken custom stoploss handling
2024-01-17 19:43:53 +01:00
Matthias
c248bb27e9
use safe_price for adjust_entry_price callback
...
closes #9692
2024-01-16 20:15:35 +01:00
Matthias
f3fd1f010c
Merge pull request #9691 from freqtrade/update/pre-commit-hooks
...
Update pre-commit hooks
2024-01-16 06:21:06 +01:00
xmatthias
a4d078efd1
chore: update pre-commit hooks
2024-01-16 03:03:46 +00:00
Matthias
cfdf21942d
Merge pull request #9681 from freqtrade/frog-hyperdocs-1
...
Add backtesting vs hyperopt result difference explanations
2024-01-15 17:59:33 +01:00
Robert Davey
e18fbbd972
Clarify points as per comments
2024-01-15 11:43:47 +00:00
Matthias
78ca939ae6
pin prompt-toolkit to compatible version in jupyter dockerfile
...
closes #9683
2024-01-15 07:22:23 +01:00
Matthias
eccc1498af
Merge pull request #9685 from freqtrade/dependabot/pip/develop/ruff-0.1.13
...
Bump ruff from 0.1.11 to 0.1.13
2024-01-15 06:57:30 +01:00
Matthias
0a6a0a8b88
Merge pull request #9688 from freqtrade/dependabot/pip/develop/ccxt-4.2.14
...
Bump ccxt from 4.2.9 to 4.2.14
2024-01-15 06:57:01 +01:00
Matthias
6cfc2b2bdf
Merge pull request #9687 from freqtrade/dependabot/pip/develop/markdown-3.5.2
...
Bump markdown from 3.5.1 to 3.5.2
2024-01-15 06:55:22 +01:00
Matthias
2d5f3c150b
Merge pull request #9686 from freqtrade/dependabot/pip/develop/nbconvert-7.14.1
...
Bump nbconvert from 7.14.0 to 7.14.1
2024-01-15 06:55:10 +01:00
Matthias
3ccb612cd9
Merge pull request #9684 from freqtrade/dependabot/pip/develop/fastapi-0.109.0
...
Bump fastapi from 0.108.0 to 0.109.0
2024-01-15 06:54:54 +01:00
dependabot[bot]
dc5c1e1300
Bump ccxt from 4.2.9 to 4.2.14
...
Bumps [ccxt](https://github.com/ccxt/ccxt ) from 4.2.9 to 4.2.14.
- [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.2.9...4.2.14 )
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 03:06:34 +00:00
dependabot[bot]
91ceb5c19a
Bump markdown from 3.5.1 to 3.5.2
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/Python-Markdown/markdown/releases )
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md )
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.5.1...3.5.2 )
---
updated-dependencies:
- dependency-name: markdown
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 03:06:17 +00:00
dependabot[bot]
d073692cae
Bump nbconvert from 7.14.0 to 7.14.1
...
Bumps [nbconvert](https://github.com/jupyter/nbconvert ) from 7.14.0 to 7.14.1.
- [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.14.0...v7.14.1 )
---
updated-dependencies:
- dependency-name: nbconvert
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 03:06:07 +00:00
dependabot[bot]
e1b8742b1f
Bump ruff from 0.1.11 to 0.1.13
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.1.11 to 0.1.13.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.1.11...v0.1.13 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 03:05:54 +00:00
dependabot[bot]
d866bb6f01
Bump fastapi from 0.108.0 to 0.109.0
...
Bumps [fastapi](https://github.com/tiangolo/fastapi ) from 0.108.0 to 0.109.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases )
- [Commits](https://github.com/tiangolo/fastapi/compare/0.108.0...0.109.0 )
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 03:05:41 +00:00
Robert Davey
2737de1fdd
Remove extra EOF newline
2024-01-14 22:20:41 +00:00
Robert Davey
a41b72ca19
Add backtesting vs hyperopt result difference explanations
...
- Add more detailed explanations as to why backtest results may not match hyperopt results.
- Remove small informal grammar issue from main docs.
2024-01-14 22:16:41 +00:00
Matthias
ea1b3c38f8
remove last utcnow usage
2024-01-14 20:00:30 +01:00
Matthias
31fb06fa80
Merge pull request #9680 from freqtrade/ci_py12
...
Ci py12
2024-01-14 19:26:22 +01:00
Matthias
291478a974
Bump docker images to 3.11.7
2024-01-14 18:07:04 +01:00
Matthias
29d2fc2e1b
Skip freqAI tests on py3.12
2024-01-14 18:02:36 +01:00
Matthias
59cc607761
Don't force-patch torch if it ain't installed.
2024-01-14 16:08:18 +01:00
Matthias
c79502cb4b
Pin torch to <3.12
2024-01-14 16:08:18 +01:00
Matthias
f124f2daaf
Exclude further dependencies
2024-01-14 16:08:18 +01:00
Matthias
026f989625
Don't install catboost on 3.12 for now
2024-01-14 16:08:18 +01:00
Matthias
9a2ed35030
Run CI against 3.12
2024-01-14 16:08:18 +01:00
Matthias
d412a8fc1a
Simplify emc test setup
2024-01-14 16:06:42 +01:00
Matthias
fbed3fad78
Fix non-asserting test
2024-01-14 15:18:42 +01:00