dependabot[bot]
d7a3aeaa1b
chore(deps): bump plotly from 6.0.1 to 6.1.1
...
Bumps [plotly](https://github.com/plotly/plotly.py ) from 6.0.1 to 6.1.1.
- [Release notes](https://github.com/plotly/plotly.py/releases )
- [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md )
- [Commits](https://github.com/plotly/plotly.py/compare/v6.0.1...v6.1.1 )
---
updated-dependencies:
- dependency-name: plotly
dependency-version: 6.1.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Matthias
dfc1193c52
Merge pull request #11656 from mrpabloyeah/add-custom-roi-strategy-callback
...
Add custom_roi() strategy callback
11 months ago
Matthias
25077a1008
feat: write empty "custom_roi" with advanced strategy template
11 months ago
Matthias
b3b3bf6c1d
feat: allow break-even (0.0) as valid return from custom_roi
11 months ago
Matthias
a7ebbd89c0
feat: add strategy-ResultValidator to backtesting
...
helps issues such as #11781
11 months ago
Matthias
ee25635c79
test: update tests for new StrategyValidator
11 months ago
Matthias
b8e19ae78a
refactor: move dataframe assertion to it's own class
11 months ago
Matthias
937bd892fd
fix: workaround for ccxt bybit stop_order bug
11 months ago
Matthias
adce6e4f68
fix: don't try to place stoploss orders with blocking assets
11 months ago
Robert Caulk
0b1ba0458d
Merge pull request #11490 from freqtrade/fix/continual_learning_pytorch
...
Fix continual learning pytorch
11 months ago
Robert Caulk
7668b95900
Merge pull request #11588 from skyoo2003/develop
...
fix: remove spaces from rename_dict/rename_dict_old in BaseReinforcementLearningModel
11 months ago
Robert Caulk
47465f198c
Merge pull request #11772 from freqtrade/dependabot/pip/develop/xgboost-3.0.1
...
chore(deps): bump xgboost from 2.1.4 to 3.0.1
11 months ago
Matthias
f3d03dd26a
feat: ensure uniqueness among fetched orders
...
closes #11786
11 months ago
Matthias
ecdd84efd8
fix: "until" shouldn't be in the future.
...
part of #11786
11 months ago
Matthias
0ad6a6a951
docs: fix broken links
11 months ago
Matthias
dc97f709d7
docs: exclude "import only" links
11 months ago
Matthias
34ccf141d1
test: enhance now_is_time_to_refresh test
11 months ago
Matthias
f0b16c277c
docs: add "sold the bots capital" FAQ entry
11 months ago
Matthias
68061444d8
chore: remove unused imports
11 months ago
Matthias
93356286d8
fix: Activate fetch-orders pagination for binance
...
potential fix for #11786
11 months ago
Matthias
84e816fc5b
refactor: fetch_orders pagination to base class
11 months ago
Matthias
12a482a6ba
Merge pull request #11785 from freqtrade/update/binance-leverage-tiers
...
Update Binance Leverage Tiers
11 months ago
Freqtrade Bot
a26a40d00f
chore: update pre-commit hooks
11 months ago
Matthias
64c6b4718d
Merge pull request #11758 from mrpabloyeah/add-max-trade-duration-to-backtest-results
...
Add min/max trade duration to backtest results
11 months ago
Matthias
d1ebdf5df2
chore: remove polyfill.io from mkdocs
11 months ago
Matthias
496c4947bd
chore: Fix lint error
11 months ago
Matthias
82f98746bd
test: update test for new behavior
11 months ago
hippocritical
65418c7c00
changed the text a bit
11 months ago
hippocritical
bbf6bade7c
Fixed a bug where the pairlist was just .*/USDT (with a length of 1.)
...
The bug happened since it just checked the length of the list itself, not what it represents. in this case .*/USDT could be any amount of pairs
when the user sets a max_open_trades of let's say 3 then the pairs only have 3 trade slots of whatever amount of pairs it really has and thereby creating a bottleneck.
This just sets the max_open_trades to -1 without even checking it, letting freqtrade itself handle the amount of trades allowed at a given time.
11 months ago
Matthias
b6cde05f0d
chore: remove unused import
11 months ago
Matthias
0a3a1d7eca
fix: remove unnecessary kraken workaround
...
fixes "list-pairs" command for kraken.
11 months ago
Matthias
947cbdd858
test: add format_duration test
11 months ago
Matthias
8c999cd60c
chore: treat webhook.url as secret
11 months ago
Matthias
ad5d2a36bc
feat: Further ENV recommendations to config schema
11 months ago
Matthias
1666746692
feat: recommend setting secrets via environment variable
11 months ago
Matthias
3a74fc85b4
chore: update schema.json
11 months ago
Matthias
92a1c304a8
feat: add additional supported keys to config schema
11 months ago
Matthias
d8c24663fc
Merge pull request #11736 from viotemp1/optuna_addons
...
add early stopping for hyperopt
11 months ago
Matthias
195c15c8dc
Merge pull request #11778 from freqtrade/update/pre-commit-hooks
...
Update pre-commit hooks
11 months ago
Freqtrade Bot
44c06f6d20
chore: update pre-commit hooks
11 months ago
Matthias
c268f20d18
Merge pull request #11776 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.41
...
chore(deps): bump sqlalchemy from 2.0.40 to 2.0.41
11 months ago
Matthias
83c92f3ac1
chore: Bump sqlalchemy in pre-commit
11 months ago
dependabot[bot]
b4a3eccfa3
chore(deps): bump sqlalchemy from 2.0.40 to 2.0.41
...
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy ) from 2.0.40 to 2.0.41.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases )
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst )
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits )
---
updated-dependencies:
- dependency-name: sqlalchemy
dependency-version: 2.0.41
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Matthias
837d006e11
Merge pull request #11774 from freqtrade/dependabot/pip/develop/ccxt-4.4.82
...
chore(deps): bump ccxt from 4.4.80 to 4.4.82
11 months ago
dependabot[bot]
c1f1639807
chore(deps): bump ccxt from 4.4.80 to 4.4.82
...
Bumps [ccxt](https://github.com/ccxt/ccxt ) from 4.4.80 to 4.4.82.
- [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/v4.4.80...v4.4.82 )
---
updated-dependencies:
- dependency-name: ccxt
dependency-version: 4.4.82
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Matthias
8f71e45666
Merge pull request #11775 from freqtrade/dependabot/pip/develop/cryptography-45.0.2
...
chore(deps): bump cryptography from 44.0.3 to 45.0.2
11 months ago
Matthias
17fa2c9933
Merge pull request #11768 from freqtrade/dependabot/pip/develop/types-462239796a
...
chore(deps-dev): bump the types group with 2 updates
11 months ago
dependabot[bot]
22fdf157ef
chore(deps): bump cryptography from 44.0.3 to 45.0.2
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 44.0.3 to 45.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/44.0.3...45.0.2 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 45.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Matthias
6c8b39d32a
Merge pull request #11770 from freqtrade/dependabot/pip/develop/python-telegram-bot-22.1
...
chore(deps): bump python-telegram-bot from 22.0 to 22.1
11 months ago
Matthias
5a2b3d9d87
chore: show the actually used value
11 months ago