Matthias
|
9e01ff5a72
|
Merge pull request #7435 from th0rntwig/improve-freqai-docs
Add Common pitfalls
|
2022-09-18 19:24:10 +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 |
|
th0rntwig
|
edbe9137da
|
Add Common pitfalls
|
2022-09-18 14:51:11 +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
|
27c46300a7
|
Merge pull request #7430 from th0rntwig/improve-freqai-docs
Reorganise multipage doc
|
2022-09-18 10:22:45 +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 |
|
Matthias
|
4634936265
|
additional support for --data-dir
|
2022-09-18 08:39:03 +02:00 |
|
Matthias
|
fa3d4b58ab
|
Revert unnecessary formatting
|
2022-09-18 08:30:59 +02:00 |
|
Robert Caulk
|
bdeb2f9c6a
|
Merge branch 'develop' into add-plot-feature-importance
|
2022-09-18 00:02:46 +02:00 |
|
robcaulk
|
1ef875901a
|
maintian user privacy by keeping plotly offline
|
2022-09-18 00:01:42 +02:00 |
|
robcaulk
|
68f7a31504
|
ensure continued operation despite not being able to plot
|
2022-09-18 00:00:14 +02:00 |
|
robcaulk
|
2c23effbf2
|
allow plot to plot multitargets, add test
|
2022-09-17 19:17:44 +02:00 |
|
initrv
|
1c92734f39
|
simplify plot_feature_importance call
|
2022-09-17 18:53:43 +03:00 |
|
th0rntwig
|
c210d6614c
|
Reorganise multipage doc
|
2022-09-17 17:43:39 +02:00 |
|
Matthias
|
92a32ab31b
|
Add documentation for stop-market on binance futures
part of #7426
|
2022-09-17 17:14:45 +02:00 |
|
Matthias
|
063511826c
|
Update stoploss on exchange logic
closes #7424
|
2022-09-17 17:11:00 +02:00 |
|
Matthias
|
9f266cbcb2
|
Allow safe_price for market stop orders
|
2022-09-17 17:11:00 +02:00 |
|
Matthias
|
ca6dec3d4c
|
Binance spot also allows market orders
closes #7426
|
2022-09-17 17:11:00 +02:00 |
|
Matthias
|
8639c1f23d
|
Reduce complexity in binance stoploss handling
|
2022-09-17 17:11:00 +02:00 |
|
Matthias
|
93237efc15
|
Merge pull request #7428 from freqtrade/informative_freqai
Informative freqai
|
2022-09-17 16:44:28 +02:00 |
|
Matthias
|
38b28fc4da
|
Update duplicated test
|
2022-09-17 14:19:20 +02:00 |
|
Matthias
|
4182a7891a
|
Allow leverage tier cache to be 4 weeks old.
we've seen from binance that it's not changing this often.
|
2022-09-17 10:41:48 +02:00 |
|
Matthias
|
6682ae35b3
|
Update cached binance_leverage_tiers
|
2022-09-17 10:37:47 +02:00 |
|
Matthias
|
10ec681b30
|
Clean up no longer needed informative sample code
|
2022-09-17 10:19:46 +02:00 |
|
Matthias
|
d62cef01be
|
Add test for __informative_pairs_freqai
|
2022-09-17 10:18:08 +02:00 |
|
Matthias
|
0aada271ca
|
Move informative_pairs for freqAI to backend
|
2022-09-17 10:17:22 +02:00 |
|
Timothy Pogue
|
4422ac7f45
|
constrain port in config, catch value error
|
2022-09-16 19:22:24 -06:00 |
|
initrv
|
86aa875bc9
|
plot features as html instead of png
|
2022-09-16 21:47:12 +03:00 |
|
initrv
|
b707a6da35
|
Add ability to plot feature importance
|
2022-09-16 19:17:41 +03:00 |
|
Matthias
|
e5368f5a14
|
backtesting confirm_trade_entry should pass correct amount, not stake-amount
closes #7423
|
2022-09-16 13:24:20 +00:00 |
|
Timothy Pogue
|
b0b575ead9
|
change json serialize to split orient
|
2022-09-16 00:02:27 -06:00 |
|
Timothy Pogue
|
1ad25095c1
|
change test server from localhost to 127.0.0.1
|
2022-09-15 19:40:45 -06:00 |
|
Timothy Pogue
|
efaef68ad7
|
Merge branch 'develop' into feat/externalsignals
|
2022-09-15 18:09:25 -06:00 |
|
Timothy Pogue
|
7d1645ac20
|
fix tests and warning message
|
2022-09-15 17:54:31 -06:00 |
|
Timothy Pogue
|
8e75852ff3
|
fix constants, update config example, add emc config validation
|
2022-09-15 11:12:05 -06:00 |
|
Timothy Pogue
|
6126925dbe
|
message size limit in mb, default to 8mb
|
2022-09-14 16:42:14 -06:00 |
|
Matthias
|
711849abd6
|
Use Wheels for win builds
|
2022-09-14 07:16:57 +02:00 |
|
Matthias
|
8a236c3c4f
|
Merge pull request #7412 from initrv/fix-purge-old-models
Fixed a bug that prevents clearing old models
|
2022-09-14 07:10:57 +02:00 |
|
Matthias
|
91bc3d1161
|
Update docs aroudn use_exit_signal
close #7413
|
2022-09-14 07:04:14 +02:00 |
|
Matthias
|
49800e4cc3
|
pin ci python to 3.10.6 for now
|
2022-09-14 06:55:05 +02:00 |
|
Timothy Pogue
|
aed19ff6ce
|
fix The future belongs to a different loop error
|
2022-09-13 19:17:12 -06:00 |
|
initrv
|
37dd22c89e
|
Fixed a bug that prevents clearing old models
Corrects the error of clearing old models when the model directory contains directories with names that do not match a regular expression
|
2022-09-14 03:40:13 +03:00 |
|
Timothy Pogue
|
06350a13cb
|
support specifying message size in emc config
|
2022-09-13 16:39:53 -06:00 |
|