Matthias
|
3a9ec76c91
|
Move "freqai.lock" to backend to simplify user interface
|
2022-08-14 17:19:50 +02:00 |
|
Matthias
|
a5e96881f4
|
slightly update doc wording
|
2022-08-14 17:08:29 +02:00 |
|
Robert Caulk
|
c9c128f781
|
finalize logo, improve doc, improve algo overview, fix base tensorflowmodel for mypy
|
2022-08-14 02:49:01 +02:00 |
|
robcaulk
|
58de20af0f
|
make BaseClassifierModel. Add predict_proba to lightgbm
|
2022-08-13 20:07:31 +02:00 |
|
robcaulk
|
31be707cc8
|
clean up code, add docstrings
|
2022-08-13 19:40:24 +02:00 |
|
robcaulk
|
3e38c1b0bd
|
take dynamic sized tail off historic_predictions as return dataframe to strategy.
|
2022-08-13 19:40:24 +02:00 |
|
robcaulk
|
7d448fd4ac
|
allow fit_live_predictions access to current pair
|
2022-08-13 19:40:24 +02:00 |
|
robcaulk
|
1f192be43b
|
avoid denormalizing labels twice
|
2022-08-13 19:40:24 +02:00 |
|
robcaulk
|
b1b76a2dbe
|
debug classifier with predict proba
|
2022-08-13 19:40:24 +02:00 |
|
robcaulk
|
23cc21ce59
|
add predict_proba to base classifier, improve historic predictions handling
|
2022-08-13 19:40:24 +02:00 |
|
Matthias
|
d36da95941
|
Fix bad import
|
2022-08-13 11:07:58 +02:00 |
|
Matthias
|
82ac8cb41f
|
Add freqai backtesting_load test
|
2022-08-13 10:48:57 +02:00 |
|
Matthias
|
0b92c30abd
|
Fix typo in test file
|
2022-08-13 10:19:46 +02:00 |
|
Matthias
|
5aaab75d1c
|
Add test for dynamic_pairlist_expand
|
2022-08-13 10:18:57 +02:00 |
|
Matthias
|
1ac6ec1446
|
Fix failing test...
|
2022-08-13 09:56:21 +02:00 |
|
Matthias
|
b682fc446e
|
Graciously fail if strategy has freqAI code, but freqAI is not enabled.
|
2022-08-13 09:53:18 +02:00 |
|
Matthias
|
c190d57f1a
|
Test populate_any_indicator interface
|
2022-08-13 09:48:59 +02:00 |
|
Matthias
|
3918f4abbd
|
Simplify strategy interface by removing explicit self.freqai_info assignment
|
2022-08-13 09:27:56 +02:00 |
|
Matthias
|
3b827ee60a
|
Add "freqai.enabled" flag to disable freqAI via config flag
aligns with how other optional modules work in freqtrade.
|
2022-08-13 09:24:04 +02:00 |
|
Matthias
|
49989012ab
|
Bump catboost requirement to latest
|
2022-08-13 09:20:58 +02:00 |
|
Matthias
|
f6545ebdb8
|
Disallow backtesting with --strategy-list for now.
|
2022-08-13 09:10:03 +02:00 |
|
Matthias
|
df701b5862
|
Merge branch 'develop' into feat/freqai
|
2022-08-13 08:43:24 +02:00 |
|
robcaulk
|
fb4b73ce89
|
ensure dates are saved
|
2022-08-12 12:03:44 +02:00 |
|
Matthias
|
b427c7ff13
|
Use diff. close time to avoid buggy behavior
|
2022-08-12 07:28:19 +00:00 |
|
Matthias
|
d93bb82193
|
Add more Commits to failing test
|
2022-08-12 08:19:40 +02:00 |
|
Matthias
|
aa1bf2adbd
|
Try fix windows testfailure
|
2022-08-12 06:43:34 +02:00 |
|
Matthias
|
cc885e25ac
|
Improve NAN Handling in RPC
|
2022-08-11 20:16:07 +02:00 |
|
Matthias
|
de690b0a69
|
Use PEP440 compatible versioning
|
2022-08-11 20:08:40 +02:00 |
|
Matthias
|
dd4e44931e
|
Improve NAN handling in RPC module
|
2022-08-11 15:02:52 +00:00 |
|
Matthias
|
f7502bcc92
|
slightly update dca_short test
|
2022-08-11 11:35:24 +00:00 |
|
robcaulk
|
2cae3c42e6
|
remove trade database analyzer, clean up a bit
|
2022-08-10 17:43:06 +02:00 |
|
Matthias
|
ed004236ce
|
Add float initializer to FtPrecise
|
2022-08-10 11:54:07 +00:00 |
|
Matthias
|
e7cb1b7375
|
Wrap Precise into FtPecise
|
2022-08-10 11:26:06 +00:00 |
|
robcaulk
|
91d0c91287
|
improve docs
|
2022-08-10 11:56:42 +02:00 |
|
Matthias
|
adc8ee88e2
|
Move periodicCache to Utils package
|
2022-08-10 08:57:19 +00:00 |
|
Matthias
|
573964b19f
|
Dry Market orders should update "remaining"
|
2022-08-10 07:12:56 +02:00 |
|
Matthias
|
53251e7140
|
Merge pull request #7194 from freqtrade/rpc/partial_forceexit
Partial forceExit
|
2022-08-10 07:12:40 +02:00 |
|
Matthias
|
ce2c9bf26d
|
Slight renaming of variable
|
2022-08-10 06:44:41 +02:00 |
|
Matthias
|
736884c5a9
|
Orders should be allowed to have empty fill/remaining values
|
2022-08-09 20:43:58 +02:00 |
|
Matthias
|
b5c5a95b64
|
FTX: Use conditionalOrders endpoint to get proper stop-market order id
closes #7165
|
2022-08-09 20:09:35 +02:00 |
|
robcaulk
|
4289c5c684
|
update freqai logo
|
2022-08-09 16:51:57 +02:00 |
|
robcaulk
|
5a16d5a512
|
Deactivate database analyzer if user does not use sqlite
|
2022-08-09 16:36:22 +02:00 |
|
robcaulk
|
e7de812948
|
Allow user to user pair_dict for persistent storage of custom data
|
2022-08-09 16:03:10 +02:00 |
|
robcaulk
|
aef086b02e
|
Improved dict typing, timeframe parser, collect dates associated with training data points
|
2022-08-09 15:30:25 +02:00 |
|
Matthias
|
02646a4a08
|
Update scikit-learn in freqai deps
|
2022-08-09 06:23:16 +02:00 |
|
Matthias
|
9a82898d6b
|
Merge branch 'develop' into feat/freqai
|
2022-08-09 06:22:57 +02:00 |
|
Matthias
|
77b3b8a134
|
Use main exchange instead of creating a separate instance.
|
2022-08-08 18:34:11 +00:00 |
|
Matthias
|
20b4134787
|
Properly exclude catboost in ARM
|
2022-08-08 18:15:18 +00:00 |
|
Matthias
|
8a18609be4
|
Merge pull request #7201 from freqtrade/dependabot/pip/develop/types-requests-2.28.8
Bump types-requests from 2.28.6 to 2.28.8
|
2022-08-08 07:18:27 +02:00 |
|
Matthias
|
0c7d862aae
|
types-requests bump pre-commit
|
2022-08-08 06:54:00 +02:00 |
|