Matthias
|
e174f9640d
|
Improve docker docs with some hints about windows usage
|
2023-08-05 11:14:19 +02:00 |
|
hippocritical
|
25602ceac3
|
Added a fixed fee to 0.02 (any fixed value would suffice) since kucoin dynamically decides which pair gets which amount of fees and thereby producing false-positives upon verifying the entries/exits.
Added a check for timerange being set.
|
2023-08-05 08:24:47 +02:00 |
|
hippocritical
|
065899b426
|
Merge branch 'freqtrade:develop' into develop
|
2023-08-05 07:36:29 +02:00 |
|
yinon
|
bdf89efd11
|
pytorch - improve docs
|
2023-08-04 14:42:28 +00:00 |
|
yinon
|
23d2bad2a0
|
pytorch - set n_steps type as optional
|
2023-08-04 14:33:59 +00:00 |
|
yinon
|
9f69a45afd
|
pytorch - documentation update
|
2023-08-04 13:46:30 +00:00 |
|
yinon
|
a3c6904fbc
|
pytorch - naming refactor - max_iters to n_steps
|
2023-08-04 13:45:21 +00:00 |
|
yinon
|
d17bf6350d
|
pytorch - trainer - revert load changes
|
2023-08-04 12:53:20 +00:00 |
|
yinon
|
777d25192c
|
pytorch - bugfix - explicitly assign tensor to var as .to() is not inplace operation
|
2023-08-04 12:53:20 +00:00 |
|
yinon
|
836d7b885a
|
pytorch - trainer - set default usage of n_epochs instead of max_iters
|
2023-08-04 12:53:19 +00:00 |
|
yinon
|
8ebfb731d8
|
Merge branch 'develop' into freqai-pytorch-bugfixes
|
2023-08-04 12:47:41 +00:00 |
|
axel
|
2893f0544a
|
fix test_apply_fee_conditional_multibuy
|
2023-08-03 19:13:43 -04:00 |
|
Matthias
|
3e77bc3ba2
|
Merge pull request #9013 from freqtrade/feat/backtest_notes
Add backtest notes capability
|
2023-08-03 20:15:08 +02:00 |
|
hippocritical
|
365766c957
|
Merge branch 'freqtrade:develop' into develop
|
2023-08-03 18:44:00 +02:00 |
|
Matthias
|
81cd241954
|
Update API backtest to return proper metadata
|
2023-08-03 07:05:57 +02:00 |
|
Matthias
|
6d6111864e
|
Test also backtest result list
|
2023-08-03 06:43:12 +02:00 |
|
Matthias
|
23a2b95994
|
Add test for updating metadata
|
2023-08-03 06:39:27 +02:00 |
|
Matthias
|
36b84241b1
|
Don't allow null as notes
|
2023-08-03 06:28:57 +02:00 |
|
Matthias
|
51879ffd2c
|
move Notes to be a "API only" type
|
2023-08-03 06:17:06 +02:00 |
|
Matthias
|
0d71a74d8a
|
Bump api version to 2.32
|
2023-08-03 06:17:06 +02:00 |
|
Matthias
|
78972604d0
|
Allow metadata file updating
|
2023-08-03 06:17:05 +02:00 |
|
Matthias
|
2f95c44777
|
Add "notes" to backtest result output
|
2023-08-03 06:17:05 +02:00 |
|
Matthias
|
3d3dcc68e0
|
Merge pull request #9009 from freqtrade/dependabot/pip/develop/ccxt-4.0.48
Bump ccxt from 4.0.47 to 4.0.48
|
2023-08-03 06:11:49 +02:00 |
|
Axel CHERUBIN
|
f397d973f3
|
Merge branch 'freqtrade:develop' into feature/multiple_open_orders
|
2023-08-02 23:48:13 -04:00 |
|
Matthias
|
fede847fd9
|
Merge pull request #9010 from freqtrade/dependabot/pip/develop/jsonschema-4.18.5
Bump jsonschema from 4.18.4 to 4.18.5
|
2023-08-02 20:37:58 +02:00 |
|
Matthias
|
53c0d30f36
|
Update test for new kucoin behavior
related: https://github.com/ccxt/ccxt/pull/18745
|
2023-08-02 20:04:41 +02:00 |
|
hippocritical
|
fe6deef1bd
|
Merge branch 'freqtrade:develop' into develop
|
2023-08-02 20:02:55 +02:00 |
|
Matthias
|
0e63335d2e
|
Remove bitvavo temp. workaround
|
2023-08-02 20:01:31 +02:00 |
|
Matthias
|
494d58e79c
|
Update tests for new output format (string-formatted dates are not relevant).
|
2023-08-02 19:52:34 +02:00 |
|
Matthias
|
3b416223e3
|
Bump pydantic to 2.1.1
|
2023-08-02 19:52:15 +02:00 |
|
Matthias
|
d78eb834c4
|
Convert to pydantic - jsonencoders (no longer exists)
|
2023-08-02 19:52:08 +02:00 |
|
Matthias
|
47850ce1b0
|
Don''t use deprecated pydantic methods
|
2023-08-02 19:51:50 +02:00 |
|
Matthias
|
bb18e1b45b
|
Fix part of the backtest type error
|
2023-08-02 19:51:50 +02:00 |
|
Matthias
|
4b2a6a84f4
|
Remove more deprecated options
|
2023-08-02 19:51:50 +02:00 |
|
Matthias
|
505584dc48
|
pydantic 2 - update deprecated methods
|
2023-08-02 19:51:50 +02:00 |
|
Matthias
|
e36c545258
|
pydantic - root model
|
2023-08-02 19:51:47 +02:00 |
|
Matthias
|
cfdd01d295
|
Update most of Api schema to pydantic 2.0
|
2023-08-02 19:51:21 +02:00 |
|
Matthias
|
53c76160a7
|
Force pydantic > 2.0
|
2023-08-02 19:50:58 +02:00 |
|
Matthias
|
9b924f1f85
|
Convert ws_schemas to pydantic 2.0
|
2023-08-02 19:50:58 +02:00 |
|
Matthias
|
261a593ba5
|
Update tests for new output format (string-formatted dates are not relevant).
|
2023-08-02 19:48:59 +02:00 |
|
dependabot[bot]
|
02ec945a96
|
Bump pydantic from 1.10.11 to 2.1.1
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.11 to 2.1.1.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.11...v2.1.1)
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-02 17:45:59 +00:00 |
|
dependabot[bot]
|
2b7deb147d
|
Bump jsonschema from 4.18.4 to 4.18.5
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.18.4 to 4.18.5.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.18.4...v4.18.5)
---
updated-dependencies:
- dependency-name: jsonschema
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-02 17:43:11 +00:00 |
|
Matthias
|
f2b240b16d
|
Merge pull request #9008 from freqtrade/dependabot/pip/develop/mkdocs-1.5.2
Bump mkdocs from 1.5.1 to 1.5.2
|
2023-08-02 19:42:32 +02:00 |
|
dependabot[bot]
|
ac85c3527b
|
Bump ccxt from 4.0.47 to 4.0.48
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.0.47 to 4.0.48.
- [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.47...4.0.48)
---
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-02 16:21:12 +00:00 |
|
dependabot[bot]
|
adbb131dc6
|
Bump mkdocs from 1.5.1 to 1.5.2
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.5.1...1.5.2)
---
updated-dependencies:
- dependency-name: mkdocs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-02 16:20:58 +00:00 |
|
Matthias
|
7a6f10f898
|
Merge pull request #9005 from freqtrade/dependabot/pip/develop/ruff-0.0.282
Bump ruff from 0.0.280 to 0.0.282
|
2023-08-02 18:20:10 +02:00 |
|
Matthias
|
482cc615cc
|
Fix empty Path inits in tests
|
2023-08-02 17:57:49 +02:00 |
|
Matthias
|
d037d5d880
|
Merge pull request #8997 from stash86/bt-metrics
add second alternatives instead of using .range
|
2023-08-02 09:32:24 +02:00 |
|
Matthias
|
ae2df4fed3
|
Merge pull request #9007 from freqtrade/dependabot/pip/develop/rich-13.5.2
Bump rich from 13.5.1 to 13.5.2
|
2023-08-02 09:17:05 +02:00 |
|
Matthias
|
aeb7a8f90e
|
Merge pull request #9006 from freqtrade/dependabot/pip/develop/ccxt-4.0.47
Bump ccxt from 4.0.45 to 4.0.47
|
2023-08-02 09:16:51 +02:00 |
|