Matthias
|
6e052d9e0c
|
Merge pull request #9901 from freqtrade/dependabot/pip/develop/mkdocs-material-9.5.12
Bump mkdocs-material from 9.5.11 to 9.5.12
|
2024-03-04 06:44:33 +01:00 |
|
Matthias
|
a4aa20c1f2
|
Merge pull request #9902 from freqtrade/dependabot/pip/develop/rich-13.7.1
Bump rich from 13.7.0 to 13.7.1
|
2024-03-04 06:44:13 +01:00 |
|
Matthias
|
ac6f7dca1f
|
Merge pull request #9904 from freqtrade/dependabot/pip/develop/python-dateutil-2.9.0.post0
Bump python-dateutil from 2.8.2 to 2.9.0.post0
|
2024-03-04 06:43:55 +01:00 |
|
Matthias
|
91ff6df512
|
Merge pull request #9899 from freqtrade/dependabot/pip/develop/pytest-606dc6de2a
Bump the pytest group with 1 update
|
2024-03-04 06:43:35 +01:00 |
|
Matthias
|
154064602e
|
Merge pull request #9898 from freqtrade/dependabot/github_actions/develop/pypa/gh-action-pypi-publish-1.8.12
Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12
|
2024-03-04 06:43:07 +01:00 |
|
Matthias
|
426bc4c97b
|
Merge pull request #9897 from freqtrade/fix/xgboosttensorboard
fix: try plotting as much info in xgboost tensorboard as possible
|
2024-03-04 06:38:22 +01:00 |
|
dependabot[bot]
|
b8c16fb889
|
Bump python-dateutil from 2.8.2 to 2.9.0.post0
Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.2 to 2.9.0.post0.
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](https://github.com/dateutil/dateutil/compare/2.8.2...2.9.0.post0)
---
updated-dependencies:
- dependency-name: python-dateutil
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-04 03:23:02 +00:00 |
|
dependabot[bot]
|
c3f9b16c84
|
Bump rich from 13.7.0 to 13.7.1
Bumps [rich](https://github.com/Textualize/rich) from 13.7.0 to 13.7.1.
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Textualize/rich/compare/v13.7.0...v13.7.1)
---
updated-dependencies:
- dependency-name: rich
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-04 03:22:46 +00:00 |
|
dependabot[bot]
|
062376f573
|
Bump mkdocs-material from 9.5.11 to 9.5.12
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.11 to 9.5.12.
- [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.11...9.5.12)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-04 03:22:41 +00:00 |
|
dependabot[bot]
|
7ca3032d51
|
Bump the pytest group with 1 update
Bumps the pytest group with 1 update: [pytest](https://github.com/pytest-dev/pytest).
Updates `pytest` from 8.0.2 to 8.1.0
- [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.0.2...8.1.0)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pytest
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-04 03:22:32 +00:00 |
|
dependabot[bot]
|
07bf19a990
|
Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.8.12.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.11...v1.8.12)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-04 03:17:13 +00:00 |
|
robcaulk
|
a948796ef7
|
fix: manually add train eval since xgboost does not expose this information by default
|
2024-03-03 15:47:19 +01:00 |
|
Matthias
|
6bdb651573
|
Merge pull request #9890 from freqtrade/feat/dl-trades_futures
Support for --dl-trades for futures
|
2024-03-03 15:00:02 +01:00 |
|
Matthias
|
ed8469f23a
|
use trading_mode to determine trades file location
|
2024-03-03 13:12:42 +01:00 |
|
robcaulk
|
093a093bd5
|
fix: use data metric_name directly
|
2024-03-03 12:38:51 +01:00 |
|
robcaulk
|
b8a1089592
|
fix: try plotting as much info in xgboost tensorboard as possible
|
2024-03-03 12:23:18 +01:00 |
|
Matthias
|
fcb16098d8
|
Reduce Error level when converting trades
|
2024-03-02 15:40:43 +01:00 |
|
Matthias
|
7ed7ed4081
|
Accept trading-mode for trades-to-ohlcv command
|
2024-03-02 15:38:36 +01:00 |
|
Matthias
|
99da6f70c2
|
Fix failing test due to new approach for convert-trades
|
2024-03-02 13:27:57 +01:00 |
|
Matthias
|
09d763b604
|
convert-trades should do proper pair expansion to support regex in pairlists
|
2024-03-02 13:23:03 +01:00 |
|
Matthias
|
5e7868a28d
|
Remove block from download-trades for futures
|
2024-03-02 13:22:41 +01:00 |
|
Matthias
|
66e43f2fe8
|
Adjust tests for new arguments
|
2024-03-02 13:17:45 +01:00 |
|
Matthias
|
43103f51e5
|
Update functions that use datahandler trade methods
|
2024-03-02 13:10:57 +01:00 |
|
Matthias
|
b6040e270f
|
Update data handlers to accept trading_mode
for trade data related functions
|
2024-03-02 13:08:58 +01:00 |
|
Matthias
|
f8cc2a6e74
|
Fix typo in doc header
|
2024-03-02 12:01:01 +01:00 |
|
Matthias
|
75c84bfe65
|
Only show a subset of list-exchanges output in the docs
(it's potentially missleading, and changes all the time - so was probably outdated).
|
2024-03-02 08:23:38 +01:00 |
|
Matthias
|
bdd63aa1d6
|
FIx futures trades pair download directory
|
2024-03-01 20:17:43 +01:00 |
|
Matthias
|
5dee60921f
|
Fix test for convert_trades_to_ohlcv
|
2024-03-01 19:42:33 +01:00 |
|
Matthias
|
46e616f997
|
Remove defaults for converter - they're always provided and necessary.
|
2024-03-01 19:32:35 +01:00 |
|
Matthias
|
82f191f7b0
|
Merge pull request #9861 from freqtrade/feat/sort_volatility
Add sorting to volatility and RangeStability pairlists
|
2024-03-01 06:52:34 +01:00 |
|
Matthias
|
cdfeae9f90
|
Update merge to "left" to avoid creating non-existing mark candles
|
2024-02-29 07:31:22 +01:00 |
|
Matthias
|
e988995d71
|
Handle NaN funding fees
closes #9831
|
2024-02-29 07:22:47 +01:00 |
|
Matthias
|
2384ba74a3
|
Merge branch 'develop' into feat/sort_volatility
|
2024-02-27 20:50:41 +01:00 |
|
Matthias
|
d1028b8ca2
|
Merge pull request #9871 from freqtrade/dependabot/pip/develop/pandas-2.2.1
Bump pandas from 2.1.4 to 2.2.1
|
2024-02-27 20:47:31 +01:00 |
|
Matthias
|
883f27d99e
|
Version bump to 2024.3-dev
|
2024-02-27 07:01:16 +01:00 |
|
Matthias
|
c0e9726f49
|
don't use "1M" - but be explicit in the intend
|
2024-02-27 06:20:08 +01:00 |
|
Matthias
|
0021e2c205
|
fillna needs explicit type.
|
2024-02-27 06:19:54 +01:00 |
|
Matthias
|
ce2f4f89c4
|
update pandas deprecation to_hdf
|
2024-02-27 06:19:38 +01:00 |
|
Matthias
|
5912d87b65
|
Pandas - update view to astype
|
2024-02-27 06:19:27 +01:00 |
|
Matthias
|
b1015172c7
|
Update test for fixed pandas behavior
|
2024-02-27 06:19:06 +01:00 |
|
dependabot[bot]
|
bd7edfba97
|
Bump pandas from 2.1.4 to 2.2.1
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.4 to 2.2.1.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.4...v2.2.1)
---
updated-dependencies:
- dependency-name: pandas
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-26 19:18:14 +01:00 |
|
Matthias
|
d6b01a6ffe
|
Assert for exact equality
|
2024-02-26 19:17:50 +01:00 |
|
Matthias
|
01266ed7eb
|
Align test results ...
|
2024-02-26 19:02:11 +01:00 |
|
Matthias
|
5402d276d6
|
Add header to warning box, reorder Boxes
|
2024-02-26 18:03:39 +01:00 |
|
Matthias
|
9d2bfa6594
|
Merge pull request #9872 from freqtrade/dependabot/pip/develop/ccxt-4.2.51
Bump ccxt from 4.2.47 to 4.2.51
|
2024-02-26 13:26:22 +01:00 |
|
dependabot[bot]
|
d5c01f7480
|
Bump ccxt from 4.2.47 to 4.2.51
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.2.47 to 4.2.51.
- [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.47...4.2.51)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-26 07:47:19 +00:00 |
|
Matthias
|
e61a4ffc98
|
Merge pull request #9869 from freqtrade/dependabot/pip/develop/fastapi-0.110.0
Bump fastapi from 0.109.2 to 0.110.0
|
2024-02-26 08:46:03 +01:00 |
|
Matthias
|
1b8255a464
|
Merge pull request #9873 from freqtrade/dependabot/pip/develop/cryptography-42.0.5
Bump cryptography from 42.0.4 to 42.0.5
|
2024-02-26 08:45:14 +01:00 |
|
Matthias
|
d9f4c62f15
|
Add warning about excessive use of position_adjustment
|
2024-02-26 07:07:48 +01:00 |
|
Matthias
|
540ba4c769
|
Merge pull request #9870 from freqtrade/dependabot/pip/develop/nbconvert-7.16.1
Bump nbconvert from 7.16.0 to 7.16.1
|
2024-02-26 06:43:27 +01:00 |
|