Matthias
|
741d2db334
|
Enable implicit_optional for telegram
|
2023-01-21 20:02:16 +01:00 |
|
Matthias
|
795934116d
|
Remove optional_untyped from config
|
2023-01-21 20:02:12 +01:00 |
|
Matthias
|
2bf4cf7d5a
|
Update scripts to PEP484
|
2023-01-21 20:02:07 +01:00 |
|
Matthias
|
8108a48f39
|
Follow PEP 484 - no implicit optionals
|
2023-01-21 20:01:56 +01:00 |
|
Matthias
|
bb355cfac5
|
improve naming of backtest function
|
2023-01-21 19:46:27 +01:00 |
|
Matthias
|
80bb120026
|
Simplify backtesting by removing now unnecessary private function
|
2023-01-21 18:01:01 +01:00 |
|
Matthias
|
89eb1b0084
|
funding-fees need to be recalculated for detailed timeframes, too.
closes #7978
|
2023-01-21 17:47:37 +01:00 |
|
Matthias
|
1211b72255
|
Add test to show behavior reported in #7978
|
2023-01-21 16:23:32 +01:00 |
|
Matthias
|
772800bf74
|
Fix bug in stake_amount adjustment
This was preventing a DCA order to take the remaining stake
|
2023-01-21 08:52:10 +01:00 |
|
Matthias
|
865d678304
|
Add backtest_detail test for futures
|
2023-01-20 09:45:02 +00:00 |
|
Matthias
|
28e51e2dfb
|
Simplify some test setups
|
2023-01-20 08:28:50 +00:00 |
|
Matthias
|
58d48e79da
|
Convert tests/datadir to path object - better mirroring an initialized configuration
|
2023-01-20 08:07:02 +00:00 |
|
Matthias
|
a5d87859dc
|
Refactor test to reuse variable
|
2023-01-20 07:27:35 +00:00 |
|
Matthias
|
6e22607387
|
Add 5m futures testdata to support detail-backtest tests
|
2023-01-20 07:08:38 +00:00 |
|
Matthias
|
dbddc4c8aa
|
Improve wording on adjust_trade_position callback warning
|
2023-01-20 07:08:15 +01:00 |
|
Matthias
|
20093ea090
|
Add warning about callback call frequency in backtesting
|
2023-01-20 07:06:54 +01:00 |
|
Matthias
|
81349c2a03
|
Remove edge section from config template
|
2023-01-19 19:57:34 +01:00 |
|
Matthias
|
07c391322e
|
Remove edge from sample configs (except full).
Edge is barely used, but everyone drags it's config around.
|
2023-01-19 18:26:22 +01:00 |
|
Matthias
|
a398f4730b
|
Add documentation note about RSA exchange keys
part of #8034
|
2023-01-19 18:15:50 +01:00 |
|
Matthias
|
a27e63a547
|
Bump ccxt to 2.6.39
closes #8034
|
2023-01-19 18:15:50 +01:00 |
|
Matthias
|
cd2a41e76e
|
Merge pull request #8035 from freqtrade/enable_plotconfig_wsmode
Enable plotconfig wsmode
|
2023-01-19 06:55:49 +01:00 |
|
Matthias
|
892fb77ec3
|
Update mypy pre-commit hook
|
2023-01-18 19:31:20 +01:00 |
|
Matthias
|
634b80f0e7
|
Add tests for plotconfig in ws mode
|
2023-01-18 18:15:35 +01:00 |
|
Matthias
|
2298656e45
|
Bump api_version to 2.23
|
2023-01-18 18:15:14 +01:00 |
|
Matthias
|
3216a05a9e
|
Enable plot_config to work in webserver mode
(requires strategy argument)
|
2023-01-18 18:15:07 +01:00 |
|
Matthias
|
da0992f859
|
add Config typehint in rpc
|
2023-01-18 06:45:31 +01:00 |
|
Matthias
|
25f89ac194
|
Merge pull request #8033 from stash86/bt-metrics
update config-freqai-example to match latest binance futures pair syntax
|
2023-01-18 06:33:37 +01:00 |
|
Stefano Ariestasia
|
00fa904422
|
update config-freqai-example to match latest binance futures pair syntax
|
2023-01-18 09:56:15 +09:00 |
|
Matthias
|
4aaa439221
|
Merge pull request #7976 from adarkforce/max-open-trades
Hyperopt Max open trades
|
2023-01-17 20:41:48 +01:00 |
|
Matthias
|
c8ecedf6d5
|
Clarify a variable via typehint
|
2023-01-17 20:05:18 +01:00 |
|
Matthias
|
6a4fc33c30
|
Remove <3.8 bandaid
|
2023-01-17 19:46:56 +01:00 |
|
Matthias
|
7092212ed5
|
re-add futures tickers quoteVolume assert
|
2023-01-17 06:57:48 +01:00 |
|
Matthias
|
7713f343a9
|
Bump ccxt to 2.6.26
closes #8032
|
2023-01-17 06:46:49 +01:00 |
|
Matthias
|
98dcab49ab
|
Add fetch_tickers test for futures
|
2023-01-16 23:06:18 +01:00 |
|
Matthias
|
b4fcda2c11
|
add aiohttp proxy
|
2023-01-16 22:37:21 +01:00 |
|
Matthias
|
92a5efad0e
|
Fix set_test_proxy usage
|
2023-01-16 22:09:53 +01:00 |
|
Matthias
|
b193d8418d
|
Deepcopy config before adding proxies
|
2023-01-16 21:31:01 +01:00 |
|
Matthias
|
f46b62f1a7
|
Attempt to use and setup a proxy for CI
|
2023-01-16 21:15:05 +01:00 |
|
Matthias
|
394a973bbb
|
Revert "Attempt to use and setup a proxy for CI"
This reverts commit 48ae248d2d .
|
2023-01-16 21:14:46 +01:00 |
|
Matthias
|
48ae248d2d
|
Attempt to use and setup a proxy for CI
|
2023-01-16 21:14:19 +01:00 |
|
Antonio Della Fortuna
|
5e10bb2cca
|
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into max-open-trades
|
2023-01-16 20:19:46 +01:00 |
|
Matthias
|
75804a7f85
|
Bump stable-baselines3 alongside with sb3-contrib.
|
2023-01-16 15:53:44 +01:00 |
|
Matthias
|
81eb9ebc6e
|
Merge pull request #8031 from froggleston/eea_grp5
Add a new analysis group to output stats grouped by exit_tag
|
2023-01-16 15:50:47 +01:00 |
|
Matthias
|
8cfa5934db
|
Catch AttributeError when importing modules
closes #8023
|
2023-01-16 13:54:25 +00:00 |
|
froggleston
|
813724bd82
|
Add a new analysis group to output stats grouped by exit_tag
|
2023-01-16 13:28:40 +00:00 |
|
Matthias
|
05dc29e60b
|
Merge pull request #8021 from freqtrade/dependabot/pip/develop/mkdocs-material-9.0.5
Bump mkdocs-material from 9.0.3 to 9.0.5
|
2023-01-16 13:31:30 +01:00 |
|
Matthias
|
41d4e516f1
|
Merge pull request #8024 from freqtrade/dependabot/pip/develop/cryptography-39.0.0
Bump cryptography from 38.0.1 to 39.0.0
|
2023-01-16 13:31:06 +01:00 |
|
Matthias
|
3ab40358a2
|
Merge pull request #8026 from freqtrade/dependabot/pip/develop/tensorboard-2.11.2
Bump tensorboard from 2.11.0 to 2.11.2
|
2023-01-16 13:29:04 +01:00 |
|
dependabot[bot]
|
8de10e3746
|
Bump mkdocs-material from 9.0.3 to 9.0.5
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.0.3 to 9.0.5.
- [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.0.3...9.0.5)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-16 11:34:02 +00:00 |
|
Matthias
|
d7bd9de60e
|
Merge pull request #8025 from freqtrade/dependabot/pip/develop/fastapi-0.89.1
Bump fastapi from 0.89.0 to 0.89.1
|
2023-01-16 12:28:08 +01:00 |
|