Matthias
6541782758
Merge pull request #8631 from freqtrade/add-disclaimers-everwhere
...
Clarify expectations about the FreqAI + Freqtrade tool
2023-05-13 10:56:46 +02:00
Matthias
ab0f9d78ee
Mock tensorboard callbacks for all freqAI tests
2023-05-13 08:08:30 +02:00
Matthias
23e8932a44
Mock tensorboard callbacks
2023-05-12 20:20:17 +02:00
Matthias
400cbd1836
Fix types
2023-05-12 19:47:53 +02:00
Matthias
871f1aabb7
Use tensorboard fallback for mac tests
2023-05-12 18:33:46 +02:00
Matthias
6d7172ac44
Re-add init file
2023-05-12 18:26:34 +02:00
Matthias
49b9b463b4
Move tensorboard callback exports to freqai.tensorboard.
2023-05-12 18:26:01 +02:00
Matthias
43213cc6ff
Revert testing Reinforcement lerning on Mac
2023-05-12 18:07:28 +02:00
robcaulk
6e5a9fe4c9
mac strikes again
2023-05-12 13:55:41 +00:00
robcaulk
ca7ad8a49b
good old macos
2023-05-12 12:50:11 +00:00
robcaulk
8261c988b9
try to fix mac CI
2023-05-12 09:11:14 +00:00
robcaulk
db0645ed1b
add helpful hints for reward creation
2023-05-12 08:32:52 +00:00
robcaulk
31d15da49e
add disclaimers everywhere about how example strategies are meant as examples
2023-05-12 08:16:48 +00:00
robcaulk
692fa390c6
fix the import logic, fix tests, put all tensorboard in a single folder
2023-05-12 07:56:44 +00:00
Matthias
ad2080ab3e
Merge pull request #8630 from freqtrade/maint/test_user_data
...
Maint/test user data
2023-05-12 06:37:38 +02:00
Matthias
6000e68420
bump ccxt min dependency
2023-05-11 20:51:33 +02:00
Matthias
1d36878938
Bump min-requirements for python-telegram bot
2023-05-11 20:50:52 +02:00
Matthias
b970ddeb66
Fix unused import
2023-05-11 20:44:41 +02:00
Matthias
f7179f7c93
Fix last test with dependency on local user_data dir
2023-05-11 20:30:24 +02:00
Matthias
a00f0ff687
Merge pull request #8626 from freqtrade/ci/repochange
...
Check for repository changes
2023-05-11 20:11:31 +02:00
Matthias
1c1005247e
Don't hardcode user_data in tests
2023-05-11 20:09:24 +02:00
Matthias
963ff8c620
Run Repo check on windows, too.
2023-05-11 10:57:24 +02:00
Matthias
395bf49198
Run Repo-check for macOS, too
2023-05-11 10:55:29 +02:00
Matthias
2ecd63234d
Remove git status again
2023-05-11 10:54:46 +02:00
Matthias
bd6d4d5d2d
Event-name for concurrency group?
2023-05-11 10:50:09 +02:00
Matthias
1ec1abdc33
Fix syntax
2023-05-11 10:45:52 +02:00
Matthias
800c6223ed
Quote concurrency group
2023-05-11 10:45:30 +02:00
Matthias
3ba1eb6baa
Improve concurrency group
2023-05-11 10:45:17 +02:00
Matthias
c60c4b9abb
Update user_dir fixture to return user_data path
2023-05-11 07:10:34 +02:00
Matthias
7e023419de
Auto-mock user_dir to tmpdir
...
This will avoid depending on the user directory being present for tests
2023-05-11 07:05:43 +02:00
Matthias
a74a081e61
Check for repository changes
2023-05-11 06:58:57 +02:00
hippocritical
91ce1cb2ae
removed overwrite_existing_exportfilename_content (won't use it myself, wouldn't make sense for others to not overwrite something they re-calculated)
...
switched from args to config (args still work)
renamed exportfilename to lookahead_analysis_exportfilename so if users decide to put something into it then it won't compete with other configurations
2023-05-10 22:41:27 +02:00
robcaulk
6df5cb8878
add install requirement to tensorboard doc
2023-05-10 10:18:52 +00:00
robcaulk
b01aaa4d03
ensure backtesting also produces tb_logs, make sure tests are working
2023-05-10 10:11:33 +00:00
Robert Davey
242247be47
Fix var name
2023-05-10 10:56:14 +01:00
robcaulk
172b2587ab
Merge remote-tracking branch 'originssh/develop' into develop
2023-05-10 09:48:54 +00:00
robcaulk
ffc4d87263
add tensorboard integration to XGBoost and PyTorch et al
2023-05-10 09:48:36 +00:00
Robert Davey
3a7e41e177
Update rest_client.py
...
Add fix for forceenter to avoid passing None prices back to the API
2023-05-10 10:32:00 +01:00
Robert Caulk
deeca484d8
Merge pull request #8619 from freqtrade/bug-fix-live_retrain_hours
...
Bug fix `live_retrain_hours`
2023-05-10 09:02:13 +02:00
Matthias
1f6a6ae86f
Merge pull request #8620 from freqtrade/pytorch_tests_fix
...
Properly enable pytorch tests
2023-05-09 20:40:36 +02:00
Matthias
d9cc45851e
Properly enable pytorch tests
2023-05-09 19:42:15 +02:00
Matthias
6731d6c505
Merge pull request #8616 from freqtrade/dependabot/pip/develop/pyarrow-12.0.0
...
Bump pyarrow from 11.0.0 to 12.0.0
2023-05-09 16:35:19 +02:00
robcaulk
2c0230ba93
avoid mutating new_trained_timerange
2023-05-09 12:42:02 +00:00
robcaulk
35ce88f1e5
ensure that the buffered timerange is not the trained timestamp so that live_retrain_hours functions properly
2023-05-09 10:00:33 +00:00
Matthias
55777eba73
Add pre-build arm wheel for pyarrow
2023-05-09 07:09:46 +02:00
hippocritical
9aac367534
Merge remote-tracking branch 'origin/develop' into develop
2023-05-08 22:58:30 +02:00
hippocritical
b8357c36ca
Merge branch 'freqtrade:develop' into develop
2023-05-08 22:58:03 +02:00
hippocritical
b252bdd3c7
made purging of config.freqai.identifier variable
2023-05-08 22:35:13 +02:00
Matthias
d02cf8f0b7
Merge pull request #8613 from freqtrade/dependabot/pip/develop/nbconvert-7.4.0
...
Bump nbconvert from 7.3.1 to 7.4.0
2023-05-08 20:15:49 +02:00
Matthias
2f25206fd5
Merge pull request #8615 from freqtrade/dependabot/pip/develop/urllib3-2.0.2
...
Bump urllib3 from 1.26.15 to 2.0.2
2023-05-08 19:54:16 +02:00