Robert Caulk
|
6e74d46660
|
Ensure 1 thread available
|
2022-09-29 14:02:00 +02:00 |
|
Robert Caulk
|
7ef56e3029
|
Ensure at least 1 thread is available
|
2022-09-29 14:01:22 +02:00 |
|
Robert Caulk
|
555cc42630
|
Ensure 1 thread is available (for testing purposes)
|
2022-09-29 14:00:09 +02:00 |
|
Robert Caulk
|
dcf6ebe273
|
Update BaseReinforcementLearningModel.py
|
2022-09-29 00:37:03 +02:00 |
|
robcaulk
|
83343dc2f1
|
control number of threads, update doc
|
2022-09-29 00:10:18 +02:00 |
|
Timothy Pogue
|
099137adac
|
remove hasattr calls
|
2022-09-27 22:35:15 -06:00 |
|
Timothy Pogue
|
9e36b0d2ea
|
fix formatting
|
2022-09-27 22:02:33 -06:00 |
|
Timothy Pogue
|
caa47a2f47
|
close subproc env on shutdown
|
2022-09-28 03:06:05 +00:00 |
|
robcaulk
|
647200e8a7
|
isort
|
2022-09-23 19:30:56 +02:00 |
|
robcaulk
|
77c360b264
|
improve typing, improve docstrings, ensure global tests pass
|
2022-09-23 19:17:27 +02:00 |
|
robcaulk
|
9c361f4422
|
increase test coverage for RL and FreqAI
|
2022-09-23 18:04:43 +02:00 |
|
Robert Caulk
|
f5cd8f62c6
|
Remove unused code from BaseEnv
|
2022-09-23 10:24:39 +02:00 |
|
robcaulk
|
7295ba0fb2
|
add test for Base4ActionEnv
|
2022-09-22 23:42:33 +02:00 |
|
robcaulk
|
eeebb78a5c
|
skip darwin in RL tests, remove example scripts, improve doc
|
2022-09-22 21:16:21 +02:00 |
|
robcaulk
|
ea8e34e192
|
Merge branch 'develop' into dev-merge-rl
|
2022-09-22 19:46:50 +02:00 |
|
th0rntwig
|
71e6c54ea4
|
Normalise distances before Weibull fit (#7432)
* Normalise distances before Weibull
* Track inlier-metric params
|
2022-09-22 18:11:50 +02:00 |
|
Matthias
|
91dc5e7aa6
|
Be sure to provide an amount in entry notifications
|
2022-09-21 21:12:08 +02:00 |
|
Matthias
|
08e183fb55
|
Add note about okx trading mode
|
2022-09-21 20:59:12 +02:00 |
|
Matthias
|
923182680e
|
Explicitly define notification defaults
|
2022-09-21 12:46:58 +00:00 |
|
Matthias
|
02f2096fc3
|
Reverse and fix rangestability conditions
closes #7447
|
2022-09-21 06:53:07 +02:00 |
|
Matthias
|
8f41f943b4
|
Fix 0.0 amount message wording
|
2022-09-21 06:42:55 +02:00 |
|
Matthias
|
3b0874eb37
|
Update exit message handling to gracefully handle kucoins "empty" responses
closes #7444
|
2022-09-20 20:00:08 +02:00 |
|
Matthias
|
0c01b23cba
|
Capture exceptions in send_msg calls
|
2022-09-20 18:09:14 +02:00 |
|
Matthias
|
0bd6ad55a1
|
Always show freqtrade version
|
2022-09-20 14:14:54 +00:00 |
|
Matthias
|
8a91c8e220
|
Sort and dedup pairs before data conversion
|
2022-09-20 13:36:28 +00:00 |
|
robcaulk
|
b5fd11f91b
|
protect against unforeseen issues in scanning thread
|
2022-09-19 21:18:31 +02:00 |
|
Matthias
|
703bcc099a
|
Fix list-pair regex to also support 1INCH/USDT
|
2022-09-19 20:32:54 +02:00 |
|
Matthias
|
eb9ac9cbda
|
add --exchange to convert-trade-data
|
2022-09-19 20:29:28 +02:00 |
|
robcaulk
|
42c75b4a7b
|
combine log messages
|
2022-09-19 19:16:32 +02:00 |
|
Robert Caulk
|
9b66297cc0
|
Fix append
|
2022-09-19 12:47:20 +02:00 |
|
Robert Caulk
|
995396c775
|
Add useful log info
|
2022-09-19 11:42:56 +02:00 |
|
Robert Caulk
|
ad652817ef
|
Ensure train ordering after restart
Ensure lowest timestamps get trained first after restart
|
2022-09-19 11:11:23 +02:00 |
|
Robert Caulk
|
f9460c80c2
|
Merge pull request #7434 from freqtrade/improve-train-queue
improve train queue system in FreqAI
|
2022-09-19 10:55:53 +02:00 |
|
Matthias
|
ea58c29ded
|
Add plot_feature_importance to schema definition
|
2022-09-19 08:13:54 +00:00 |
|
Matthias
|
225f7cd5f8
|
Merge pull request #7431 from initrv/add-plot-feature-importance
Add plot feature importance
|
2022-09-19 08:41:10 +02:00 |
|
Matthias
|
4a0a0c307c
|
Use json_load to load leverage tiers
|
2022-09-19 07:23:26 +02:00 |
|
Matthias
|
d930931000
|
Bring back sleep - it'll ensure we give up control over the thread.
|
2022-09-19 07:14:33 +02:00 |
|
Matthias
|
8116ca847b
|
move trades_get_pairs to parent class
|
2022-09-18 19:40:03 +02:00 |
|
Matthias
|
a06eee300a
|
move ohlcv_get_pairs to parent class
|
2022-09-18 19:36:23 +02:00 |
|
Matthias
|
584b2381d1
|
Fix Imports
|
2022-09-18 19:36:11 +02:00 |
|
robcaulk
|
470d5d8405
|
ensure full new pairlist is in the queue
|
2022-09-18 17:08:07 +02:00 |
|
robcaulk
|
eaa43337d2
|
improve train queue system, ensure crash resilience in train queue.
|
2022-09-18 17:00:55 +02:00 |
|
robcaulk
|
95457d23ca
|
escape freqai-specific characters from file naming
|
2022-09-18 13:59:30 +02:00 |
|
Matthias
|
994c1c5ea0
|
use Config typing in more places
|
2022-09-18 13:31:52 +02:00 |
|
Matthias
|
667853c504
|
Use Alias to type config objects
|
2022-09-18 13:20:55 +02:00 |
|
robcaulk
|
188f75d8ec
|
set model in models dict
|
2022-09-18 12:50:44 +02:00 |
|
Matthias
|
9f23588154
|
strategy template - remove pointless noqa's
|
2022-09-18 08:58:33 +02:00 |
|
Matthias
|
7a73adb955
|
Improve default strategy template
|
2022-09-18 08:57:26 +02:00 |
|
Matthias
|
faf84295a5
|
Separate strategy subtemplates for better overview
|
2022-09-18 08:52:53 +02:00 |
|
Matthias
|
ab78fb373a
|
Improve freqAI strategy formatting and readability
|
2022-09-18 08:45:24 +02:00 |
|