Matthias
|
6c6d2a0f43
|
Improve live test resiliance
|
2023-04-17 07:25:13 +02:00 |
|
Matthias
|
8a8cd67988
|
Improve ccxt_ohlcv test debuggability
|
2023-04-17 07:25:13 +02:00 |
|
Matthias
|
b67bb0fe28
|
Merge pull request #8507 from freqtrade/dependabot/pip/develop/pytest-7.3.1
Bump pytest from 7.3.0 to 7.3.1
|
2023-04-17 07:03:53 +02:00 |
|
Matthias
|
e58f8e36c4
|
Merge pull request #8506 from freqtrade/dependabot/pip/develop/httpx-0.24.0
Bump httpx from 0.23.3 to 0.24.0
|
2023-04-17 06:28:25 +02:00 |
|
Matthias
|
342d43e6bb
|
Merge pull request #8505 from freqtrade/dependabot/pip/develop/tensorboard-2.12.2
Bump tensorboard from 2.12.1 to 2.12.2
|
2023-04-17 06:27:38 +02:00 |
|
dependabot[bot]
|
f1fcd0760d
|
Bump pytest from 7.3.0 to 7.3.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.3.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/7.3.0...7.3.1)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-17 03:57:07 +00:00 |
|
dependabot[bot]
|
f1730ab51b
|
Bump httpx from 0.23.3 to 0.24.0
Bumps [httpx](https://github.com/encode/httpx) from 0.23.3 to 0.24.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.23.3...0.24.0)
---
updated-dependencies:
- dependency-name: httpx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-17 03:56:52 +00:00 |
|
dependabot[bot]
|
dba21c815a
|
Bump tensorboard from 2.12.1 to 2.12.2
Bumps [tensorboard](https://github.com/tensorflow/tensorboard) from 2.12.1 to 2.12.2.
- [Release notes](https://github.com/tensorflow/tensorboard/releases)
- [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorboard/commits)
---
updated-dependencies:
- dependency-name: tensorboard
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-17 03:56:47 +00:00 |
|
Matthias
|
501a290f81
|
Pin pip also for windows installs
|
2023-04-16 09:56:26 +02:00 |
|
Matthias
|
4ed670f828
|
pin pip installation to <23.1 - which breaks gym installation
|
2023-04-16 08:56:47 +02:00 |
|
Matthias
|
f6e93114e6
|
Update binance leverage tiers file
|
2023-04-16 08:35:17 +02:00 |
|
Matthias
|
20d17cbc52
|
Disable telegram from default_conf
|
2023-04-15 17:39:23 +02:00 |
|
Matthias
|
a78672c10b
|
Improve log message formatting
|
2023-04-15 09:47:01 +02:00 |
|
Matthias
|
6a0a33739b
|
order cost should be with leverage, not leverage-cleared
closes #8495
|
2023-04-15 09:09:28 +02:00 |
|
Matthias
|
b9f142c31e
|
Add failing tests with leverage
related to #8495
|
2023-04-15 09:07:43 +02:00 |
|
Matthias
|
6e814af36d
|
Add test asserting cost
|
2023-04-15 09:05:21 +02:00 |
|
Matthias
|
f814146093
|
Update ta-lib link
closes #8497
|
2023-04-14 18:06:06 +02:00 |
|
Robert Caulk
|
daa9f6cc19
|
Merge pull request #8494 from freqtrade/bug-fix-pytorch
Bug fix: ensure data is on same device as model
|
2023-04-14 00:31:43 +02:00 |
|
Matthias
|
a23ae6a979
|
Merge pull request #8468 from freqtrade/dependabot/pip/develop/ta-lib-0.4.26
Bump ta-lib from 0.4.25 to 0.4.26
|
2023-04-13 20:29:56 +02:00 |
|
Matthias
|
3c64c6b034
|
Merge pull request #8461 from freqtrade/feat/hyperopt_progressbar
hyperopt progressbar -> rich
|
2023-04-13 20:00:27 +02:00 |
|
Matthias
|
e25f6986d6
|
Improve windows doc wordings, remove reference to outdated binary provider.
|
2023-04-13 19:58:54 +02:00 |
|
Matthias
|
95cdb8aa04
|
Update ta-lib windows wheels
|
2023-04-13 19:58:34 +02:00 |
|
Matthias
|
4557701daa
|
Merge pull request #8491 from Bloodhunter4rc/remotepairlist
Remotepairlist - fix continous fetching every x bot_loop seconds
|
2023-04-13 19:52:05 +02:00 |
|
Matthias
|
3b377149e4
|
Add clarifying comment, simplify code
|
2023-04-13 18:19:52 +02:00 |
|
Matthias
|
c0045bad34
|
Merge branch 'develop' into feat/hyperopt_progressbar
|
2023-04-13 18:01:29 +02:00 |
|
robcaulk
|
dcf9bbdaea
|
ensure data is on same device as the model
|
2023-04-13 12:19:34 +02:00 |
|
Bloodhunter4rc
|
84d2d5e2a6
|
Change ["Dummy"] to [None].
|
2023-04-12 19:32:28 +02:00 |
|
Matthias
|
0afd5a7385
|
Improve stoploss documentation
closes #8492
|
2023-04-12 18:13:16 +02:00 |
|
Bloodhunter4rc
|
44bf59668b
|
prevents continous fetching every x bot_loop seconds , adheres to refresh_period, in case the pairlist returned from the remote end is empty.
|
2023-04-12 13:16:53 +02:00 |
|
Matthias
|
2131205db6
|
Bump tag length to 255
|
2023-04-12 07:19:36 +02:00 |
|
Matthias
|
b2b19915e6
|
Limit enter_tag and exit_reason to their actual field lenght
closes #8486
|
2023-04-12 07:19:36 +02:00 |
|
Matthias
|
bba6f8e133
|
Use length constant for tests
|
2023-04-12 07:19:36 +02:00 |
|
Matthias
|
a6d2233b95
|
Use constant for custom field lengths
|
2023-04-11 21:05:14 +02:00 |
|
Matthias
|
9857675a5e
|
Update torch import
|
2023-04-11 19:38:24 +02:00 |
|
Robert Caulk
|
4ab047dfa7
|
Merge pull request #8297 from Yinon-Polak/feat/add-pytorch-model-support
Feat/add pytorch model support
|
2023-04-11 15:40:12 +02:00 |
|
Matthias
|
476ed938f5
|
Extract custom_tag limit from interface file
|
2023-04-11 07:26:38 +02:00 |
|
Matthias
|
40ffac9de0
|
Prevent random test failures by freezing time for certain tests
|
2023-04-10 19:45:24 +02:00 |
|
Matthias
|
b892d373cd
|
Improve timerange parsing when accepting values from API
|
2023-04-10 19:45:24 +02:00 |
|
Matthias
|
c3647e49ad
|
Merge pull request #8484 from freqtrade/dependabot/pip/develop/nbconvert-7.3.1
Bump nbconvert from 7.2.10 to 7.3.1
|
2023-04-10 19:38:12 +02:00 |
|
Matthias
|
37ed37dc76
|
Merge pull request #8485 from freqtrade/dependabot/pip/develop/mkdocs-material-9.1.6
Bump mkdocs-material from 9.1.5 to 9.1.6
|
2023-04-10 19:37:54 +02:00 |
|
Matthias
|
5cb688c112
|
Merge pull request #8482 from freqtrade/dependabot/pip/develop/websockets-11.0.1
Bump websockets from 11.0 to 11.0.1
|
2023-04-10 19:37:37 +02:00 |
|
Matthias
|
3e394d0612
|
Merge pull request #8480 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.9
Bump sqlalchemy from 2.0.8 to 2.0.9
|
2023-04-10 19:37:17 +02:00 |
|
dependabot[bot]
|
c4c2298686
|
Bump mkdocs-material from 9.1.5 to 9.1.6
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.5 to 9.1.6.
- [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.1.5...9.1.6)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-10 16:17:10 +00:00 |
|
dependabot[bot]
|
8564dc10b2
|
Bump nbconvert from 7.2.10 to 7.3.1
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.2.10 to 7.3.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.2.10...v7.3.1)
---
updated-dependencies:
- dependency-name: nbconvert
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-10 16:16:42 +00:00 |
|
Matthias
|
3fb892fcb8
|
Merge pull request #8483 from freqtrade/dependabot/pip/develop/ruff-0.0.261
Bump ruff from 0.0.260 to 0.0.261
|
2023-04-10 18:16:24 +02:00 |
|
Matthias
|
9968348324
|
Merge pull request #8481 from freqtrade/dependabot/pip/develop/ccxt-3.0.59
Bump ccxt from 3.0.58 to 3.0.59
|
2023-04-10 18:15:44 +02:00 |
|
dependabot[bot]
|
fa293c54f8
|
Bump websockets from 11.0 to 11.0.1
Bumps [websockets](https://github.com/aaugustin/websockets) from 11.0 to 11.0.1.
- [Release notes](https://github.com/aaugustin/websockets/releases)
- [Commits](https://github.com/aaugustin/websockets/compare/11.0...11.0.1)
---
updated-dependencies:
- dependency-name: websockets
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-10 15:46:40 +00:00 |
|
Matthias
|
95449ca886
|
Merge pull request #8478 from freqtrade/dependabot/pip/develop/schedule-1.2.0
Bump schedule from 1.1.0 to 1.2.0
|
2023-04-10 17:45:44 +02:00 |
|
Matthias
|
70fa4a53cd
|
pre-commit - bump sqlalchemy
|
2023-04-10 17:45:23 +02:00 |
|
dependabot[bot]
|
467c63ff01
|
Bump ruff from 0.0.260 to 0.0.261
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.260 to 0.0.261.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.260...v0.0.261)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-10 15:25:04 +00:00 |
|