Bloodhunter4rc
|
fd21658523
|
extend error except, add saving to a file of processed pairlist + docs
|
2024-01-26 16:46:54 +01:00 |
|
Matthias
|
523864601a
|
Merge pull request #9730 from freqtrade/frog-mistakes-docs-1
Improve common mistakes docs
|
2024-01-25 17:26:53 +01:00 |
|
Robert Davey
|
8f0dbc6be1
|
Improve common mistakes docs
Add more details to the common mistakes section of the strategy customisation docs.
|
2024-01-25 16:11:21 +00:00 |
|
Matthias
|
8d72ee358c
|
Improve code styles ...
|
2024-01-24 20:31:38 +01:00 |
|
Matthias
|
0077f3c9a5
|
Code style improvements
|
2024-01-24 20:25:25 +01:00 |
|
Matthias
|
6aa4de4d29
|
Tests for enhanced list-data functionality
|
2024-01-24 20:17:39 +01:00 |
|
Matthias
|
817aaa164c
|
Enhance list-data (detailed) view with "candles" column
|
2024-01-24 20:13:06 +01:00 |
|
Matthias
|
ea9c51570f
|
use resample_freq where possible
|
2024-01-24 19:19:16 +01:00 |
|
Matthias
|
2fe6fe14aa
|
Simplify volumepairlist footprint slightly
|
2024-01-24 18:27:41 +01:00 |
|
Matthias
|
85dd371ee3
|
use prepared timedelta object for backtesting
|
2024-01-24 17:57:18 +01:00 |
|
Matthias
|
0fc3c675b6
|
Merge pull request #9726 from freqtrade/dependabot/pip/develop/ccxt-4.2.21
Bump ccxt from 4.2.15 to 4.2.21
|
2024-01-24 06:34:02 +01:00 |
|
dependabot[bot]
|
55fe379e13
|
Bump ccxt from 4.2.15 to 4.2.21
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.2.15 to 4.2.21.
- [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.15...4.2.21)
---
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-23 19:17:31 +00:00 |
|
Matthias
|
96a8263c57
|
trades_to_ohlcv_multi test adjustment
|
2024-01-23 19:31:40 +01:00 |
|
Matthias
|
79ecca3e40
|
Add test for trades-conversation on different dates
|
2024-01-23 19:24:41 +01:00 |
|
Matthias
|
267f2e352e
|
Add trades-generator
|
2024-01-23 19:24:41 +01:00 |
|
Matthias
|
1ae3b1e622
|
Fix weekly resamples to ensure they're on monday.
|
2024-01-23 19:21:06 +01:00 |
|
Matthias
|
34ac2dc9ae
|
Further improve ohlcv test
|
2024-01-23 19:12:35 +01:00 |
|
Matthias
|
c15f811602
|
Merge pull request #9708 from PabloRuizCuevas/develop
shorten configuration code
|
2024-01-23 08:14:46 +01:00 |
|
Matthias
|
efe332a395
|
Fix wrong test comment
|
2024-01-23 07:25:30 +01:00 |
|
Matthias
|
8fd2dcd257
|
Impove tests for yearly resample
|
2024-01-23 07:22:38 +01:00 |
|
Matthias
|
48ea43f954
|
Fix yearly resample timeframe
|
2024-01-23 07:22:18 +01:00 |
|
Matthias
|
6b78dac6f0
|
Re-align naming for resample_freq generator
|
2024-01-23 07:12:27 +01:00 |
|
Matthias
|
0a40a345fe
|
use timeframe_as_resample_freq for trade_parallel analysis
|
2024-01-23 07:11:59 +01:00 |
|
Matthias
|
656b32814b
|
Have trade_converter use timeframe_as_resample_freq
|
2024-01-23 07:10:25 +01:00 |
|
Matthias
|
c9c44a4710
|
Extract resample_interval generation
|
2024-01-23 07:02:09 +01:00 |
|
Matthias
|
5167f6936d
|
Prepare converter to work on 1s data.
|
2024-01-23 06:42:12 +01:00 |
|
Matthias
|
fdf88a8019
|
Improve test showing that 1m and 1s conversion is identical.
|
2024-01-23 06:42:12 +01:00 |
|
Matthias
|
087c59cfbf
|
Fix data generation bug with 3m data
|
2024-01-23 06:42:12 +01:00 |
|
Matthias
|
83480d90f1
|
Extend test range to more timeframes
|
2024-01-23 06:42:12 +01:00 |
|
Matthias
|
67abfcf4d4
|
Add generic ohlcv_to_dataframe_multi test to ensure code works for diff. timeframe ranges
|
2024-01-23 06:42:12 +01:00 |
|
Matthias
|
00e4c51741
|
Prep conftest for 1s data generation
|
2024-01-23 06:42:12 +01:00 |
|
Matthias
|
a1b93dc915
|
Improve call sequence
|
2024-01-23 06:42:12 +01:00 |
|
Matthias
|
40011eb9a3
|
Merge pull request #9725 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2024-01-23 06:38:57 +01:00 |
|
xmatthias
|
f1d002a735
|
chore: update pre-commit hooks
|
2024-01-23 03:03:27 +00:00 |
|
Pablo
|
991a279b23
|
Removed duplicated key
The key was already duplicated in the original version
|
2024-01-22 22:48:45 +01:00 |
|
Matthias
|
5b879df2b0
|
Improve indentation
|
2024-01-22 20:16:08 +01:00 |
|
Pablo
|
d191138009
|
restored accidentally deleted lines
|
2024-01-22 16:26:47 +01:00 |
|
Matthias
|
a8ee0cc4c8
|
Merge pull request #9716 from freqtrade/dependabot/pip/develop/pyarrow-15.0.0
Bump pyarrow from 14.0.2 to 15.0.0
|
2024-01-22 15:45:34 +01:00 |
|
Matthias
|
85658bb637
|
Update rpi wheels for pyarrow 15.0.0
|
2024-01-22 13:46:50 +01:00 |
|
Matthias
|
b4fb133702
|
Merge pull request #9706 from freqtrade/fix/kraken_datadl
improve data-download when using `--dl-trades`
|
2024-01-22 10:14:12 +01:00 |
|
Matthias
|
b7537b6ade
|
Merge pull request #9721 from freqtrade/dependabot/pip/develop/scipy-1.12.0
Bump scipy from 1.11.4 to 1.12.0
|
2024-01-22 10:13:48 +01:00 |
|
Matthias
|
633992da52
|
Merge pull request #9722 from freqtrade/dependabot/pip/develop/psutil-5.9.8
Bump psutil from 5.9.7 to 5.9.8
|
2024-01-22 09:48:30 +01:00 |
|
Matthias
|
0be5ca7503
|
Merge pull request #9724 from freqtrade/dependabot/github_actions/develop/actions/cache-4
Bump actions/cache from 3 to 4
|
2024-01-22 08:37:28 +01:00 |
|
Matthias
|
e310e4abbb
|
Merge pull request #9720 from freqtrade/dependabot/pip/develop/ruff-0.1.14
Bump ruff from 0.1.13 to 0.1.14
|
2024-01-22 08:19:05 +01:00 |
|
Matthias
|
1b132ee21d
|
Merge pull request #9719 from freqtrade/dependabot/pip/develop/nbconvert-7.14.2
Bump nbconvert from 7.14.1 to 7.14.2
|
2024-01-22 08:17:09 +01:00 |
|
Matthias
|
7f0b6250d0
|
Merge pull request #9723 from freqtrade/dependabot/pip/develop/mkdocs-material-9.5.4
Bump mkdocs-material from 9.5.3 to 9.5.4
|
2024-01-22 08:16:56 +01:00 |
|
dependabot[bot]
|
3b5c2ea0d7
|
Bump scipy from 1.11.4 to 1.12.0
Bumps [scipy](https://github.com/scipy/scipy) from 1.11.4 to 1.12.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](https://github.com/scipy/scipy/compare/v1.11.4...v1.12.0)
---
updated-dependencies:
- dependency-name: scipy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-22 06:00:57 +00:00 |
|
Matthias
|
c6f4c82f44
|
Merge pull request #9718 from freqtrade/dependabot/pip/develop/pytest-random-order-1.1.1
Bump pytest-random-order from 1.1.0 to 1.1.1
|
2024-01-22 07:00:44 +01:00 |
|
Matthias
|
5bc0dcfb22
|
Merge pull request #9715 from freqtrade/dependabot/pip/develop/scikit-learn-1.4.0
Bump scikit-learn from 1.3.2 to 1.4.0
|
2024-01-22 06:59:30 +01:00 |
|
dependabot[bot]
|
06630a5991
|
Bump psutil from 5.9.7 to 5.9.8
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.7 to 5.9.8.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.7...release-5.9.8)
---
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-22 05:51:17 +00:00 |
|