Matthias
|
f0fc12dfc2
|
Merge pull request #9085 from freqtrade/dependabot/pip/develop/nbconvert-7.7.4
Bump nbconvert from 7.7.3 to 7.7.4
|
2023-08-22 06:35:01 +02:00 |
|
Matthias
|
7f4007ecdb
|
Merge pull request #9088 from freqtrade/dependabot/pip/develop/time-machine-2.12.0
Bump time-machine from 2.11.0 to 2.12.0
|
2023-08-22 06:34:32 +02:00 |
|
dependabot[bot]
|
5a0f62431f
|
Bump time-machine from 2.11.0 to 2.12.0
Bumps [time-machine](https://github.com/adamchainz/time-machine) from 2.11.0 to 2.12.0.
- [Changelog](https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/adamchainz/time-machine/compare/2.11.0...2.12.0)
---
updated-dependencies:
- dependency-name: time-machine
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-21 20:15:50 +00:00 |
|
dependabot[bot]
|
99f7e3bce1
|
Bump scipy from 1.11.1 to 1.11.2
Bumps [scipy](https://github.com/scipy/scipy) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](https://github.com/scipy/scipy/compare/v1.11.1...v1.11.2)
---
updated-dependencies:
- dependency-name: scipy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-21 20:15:46 +00:00 |
|
dependabot[bot]
|
e93832117d
|
Bump nbconvert from 7.7.3 to 7.7.4
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.7.3 to 7.7.4.
- [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.3...v7.7.4)
---
updated-dependencies:
- dependency-name: nbconvert
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-21 20:15:34 +00:00 |
|
dependabot[bot]
|
6d90ceca50
|
Bump mkdocs-material from 9.1.21 to 9.2.0
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.21 to 9.2.0.
- [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.21...9.2.0)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-21 20:15:29 +00:00 |
|
dependabot[bot]
|
22f1c72517
|
Bump fastapi from 0.101.0 to 0.101.1
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.101.0 to 0.101.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.101.0...0.101.1)
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-21 20:15:21 +00:00 |
|
dependabot[bot]
|
0f1e66b22a
|
Bump ccxt from 4.0.59 to 4.0.71
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.0.59 to 4.0.71.
- [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.59...4.0.71)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-21 20:15:15 +00:00 |
|
dependabot[bot]
|
b088154c0a
|
Bump stable-baselines3 from 2.0.0 to 2.1.0
Bumps [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/DLR-RM/stable-baselines3/releases)
- [Commits](https://github.com/DLR-RM/stable-baselines3/compare/v2.0.0...v2.1.0)
---
updated-dependencies:
- dependency-name: stable-baselines3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-21 20:15:03 +00:00 |
|
Matthias
|
4c5f992670
|
Ensure signals don't break on windows
|
2023-08-20 16:09:12 +02:00 |
|
Matthias
|
f92b8c50dd
|
Update config echo block to store config in user_data
|
2023-08-20 13:55:03 +02:00 |
|
Matthias
|
2d800a1422
|
Fix bug in config-builder
|
2023-08-20 13:51:33 +02:00 |
|
Matthias
|
fb790b2d42
|
Update path of config for new-config documentation
|
2023-08-20 13:32:32 +02:00 |
|
Matthias
|
b71a44f27c
|
Enhance Keyboard interrupt handling for dl-trades (stores data it already downloaded).
|
2023-08-20 11:57:59 +02:00 |
|
Matthias
|
4fefae6f07
|
Improve download-trades test
|
2023-08-20 11:51:01 +02:00 |
|
Matthias
|
3167938d43
|
move "since" fallback to be the last check
|
2023-08-20 11:44:40 +02:00 |
|
Matthias
|
cf226afb1a
|
Merge pull request #9072 from freqtrade/talib_update
Talib update to 0.4.28
|
2023-08-20 11:01:11 +02:00 |
|
Matthias
|
7da0174937
|
Allow slightly different ta-lib installation locations in setup.sh script
|
2023-08-20 10:24:05 +02:00 |
|
Matthias
|
4feafb25cf
|
Update ta-lib windows wheels
|
2023-08-20 10:02:45 +02:00 |
|
Matthias
|
08532e1df1
|
Bump ta-lib to 0.4.28
|
2023-08-20 10:02:35 +02:00 |
|
Matthias
|
c0f5d31c8e
|
Merge pull request #9071 from freqtrade/talib_windows_install
improve installation of ta-lib on windows
|
2023-08-20 09:26:18 +02:00 |
|
Matthias
|
8fa31b35f5
|
use prefer-binary to avoid hardcoding ta-lib outside of requirements.txt
|
2023-08-20 08:41:01 +02:00 |
|
Matthias
|
f5e0543113
|
Fix windows CI failure
|
2023-08-19 20:50:55 +02:00 |
|
Matthias
|
399e308e07
|
Fix bug in --dl-trades downloading
|
2023-08-19 18:32:27 +02:00 |
|
Matthias
|
aa1dcd1b44
|
Merge pull request #9065 from freqtrade/trades_data_handling
Improve Trades data handling
|
2023-08-18 18:04:38 +02:00 |
|
Matthias
|
5a9dd79b45
|
Merge pull request #9011 from freqtrade/dependabot/pip/develop/pydantic-2.1.1
Bump pydantic from 1.10.11 to 2.1.1
|
2023-08-18 11:50:24 +02:00 |
|
Matthias
|
277cc0a523
|
Fix import sort order
|
2023-08-18 10:55:05 +02:00 |
|
Matthias
|
185c5a779d
|
use model_validate instead of parse_obj
|
2023-08-18 10:21:50 +02:00 |
|
Matthias
|
352f0fdfca
|
Bump pydantic to 2.2.0
|
2023-08-18 10:19:13 +02:00 |
|
Matthias
|
ee11dae82a
|
Merge branch 'develop' into dependabot/pip/develop/pydantic-2.1.1
|
2023-08-18 10:18:53 +02:00 |
|
Matthias
|
5ed5907809
|
Add explicit example for "after_fill" handling
|
2023-08-18 10:14:32 +02:00 |
|
Matthias
|
3d8dcd1644
|
Improve and parametrize trades_data tests
|
2023-08-18 10:05:15 +02:00 |
|
Matthias
|
30064b4102
|
Add support for trades data in Parquet format
|
2023-08-18 09:58:03 +02:00 |
|
Matthias
|
8caadc4c5b
|
Fix feather handler storing
|
2023-08-18 09:47:18 +02:00 |
|
Matthias
|
3eb3596552
|
Simplify trades_data storing
|
2023-08-18 09:36:16 +02:00 |
|
Matthias
|
d4bc736eb1
|
Merge pull request #9064 from freqtrade/maint/venv
Update setup.sh script to use `.venv`
|
2023-08-18 09:33:34 +02:00 |
|
Matthias
|
5de3b9d7ae
|
Clean up no longer used method
|
2023-08-18 09:31:17 +02:00 |
|
Matthias
|
fae742de59
|
Fix imports
|
2023-08-18 09:12:40 +02:00 |
|
Matthias
|
fa5f7d290b
|
Update download-trades method to work with dataframes
|
2023-08-18 09:08:10 +02:00 |
|
Matthias
|
7577613882
|
Extract trades df type conversion
|
2023-08-18 09:08:10 +02:00 |
|
Matthias
|
0fab65df03
|
Set explicit dtypes
|
2023-08-18 09:08:10 +02:00 |
|
Matthias
|
f69a776305
|
Ensure only relevant columns are stored
|
2023-08-18 09:08:10 +02:00 |
|
Matthias
|
26c89d89e4
|
Keep original timestamp in dataframe
|
2023-08-18 09:08:10 +02:00 |
|
Matthias
|
d97d0e4426
|
Extract trades DF creation to converter function
|
2023-08-18 07:02:46 +02:00 |
|
Matthias
|
357b04202c
|
Datahandlers should store data from dataframes
|
2023-08-17 20:11:18 +02:00 |
|
Matthias
|
6fc1ee9831
|
trades_append should use dataframe, not lists
|
2023-08-17 18:06:25 +02:00 |
|
Matthias
|
780f238904
|
Fix trades duplicates if trade id is different
|
2023-08-17 18:04:13 +02:00 |
|
Matthias
|
5d5cc71945
|
Fix pandas duplication detection, improve test
|
2023-08-17 17:53:08 +02:00 |
|
Matthias
|
0be2250cf5
|
Keep existing trades_remove_duplicates for now
|
2023-08-17 17:23:12 +02:00 |
|
Matthias
|
53db254cba
|
don't cascade calls, that creates an additional call
|
2023-08-17 17:22:02 +02:00 |
|