Matthias
|
66c2e145cb
|
Merge pull request #7975 from freqtrade/improve-freqai-gap-handling
handle data gaps between FreqAI and DP better
|
2023-02-26 15:26:46 +01:00 |
|
Matthias
|
d3d7cb1b14
|
Merge pull request #8216 from freqtrade/close-rl-env
Close training and eval environments in ReinforcementLearner_multiproc
|
2023-02-26 15:20:32 +01:00 |
|
Matthias
|
e88bb4e05c
|
Revert small change - otherwise the data is never updated.
|
2023-02-26 15:09:25 +01:00 |
|
Matthias
|
521025037d
|
Merge pull request #8203 from freqtrade/add-bufer-train-data-candles
Add buffer_train_data_candles feature
|
2023-02-24 13:25:18 +01:00 |
|
robcaulk
|
cb80d7c26f
|
close the multi_proc env before creating new ones in an attempt to avoid increasing processes
|
2023-02-24 11:19:54 +01:00 |
|
robcaulk
|
b8f011a2ab
|
give users ability to decide how many models to keep in dry/live
|
2023-02-22 22:27:56 +01:00 |
|
robcaulk
|
9633081c31
|
remove remnants of follower, clean data-drawer, improve doc
|
2023-02-22 22:01:41 +01:00 |
|
Alexander Malysh
|
070a7efd73
|
* fixed filename in model_exists
|
2023-02-22 14:52:20 +01:00 |
|
robcaulk
|
986bc63e54
|
raise OperationalException if latest historical data candle is older than earliest dataprovider candle
|
2023-02-21 21:23:58 +01:00 |
|
robcaulk
|
2b5c11c7b4
|
allow users to buffer train data with buffer_train_data_candles parameter
|
2023-02-21 21:08:34 +01:00 |
|
Matthias
|
b0ec35d526
|
Merge pull request #7904 from freqtrade/feat/shuffle_after_split
add shuffle_after_split option
|
2023-02-19 15:03:04 +01:00 |
|
robcaulk
|
be85ef2707
|
add documentation for shuffle_after_split, add to constants
|
2023-02-16 18:50:11 +01:00 |
|
robcaulk
|
b6a741b421
|
merge develop into feat/shuffle_after_split
|
2023-02-16 18:46:01 +01:00 |
|
robcaulk
|
36d65e00f9
|
generalize model_exists() for RL and Keras
|
2023-02-16 18:33:40 +01:00 |
|
robcaulk
|
8873a565ee
|
expose raw features to the environment for use in calculate_reward
|
2023-02-10 15:48:18 +01:00 |
|
robcaulk
|
154b6711b3
|
use function level noqa ignore
|
2023-02-10 15:26:17 +01:00 |
|
robcaulk
|
4fc0edb8b7
|
add pair to environment for access inside calculate_reward
|
2023-02-10 14:45:50 +01:00 |
|
robcaulk
|
e569f6f6df
|
add explicit metadata argument to example strat, include it with backtesting
|
2023-02-04 16:53:17 +01:00 |
|
robcaulk
|
5da60b718d
|
pass metadata dictionary to feature_engineering_* and set_freqai_targets functions. Add doc
|
2023-02-04 13:47:11 +01:00 |
|
robcaulk
|
ccb4efbe88
|
remove follow mode in favor of producer consumer
|
2023-02-02 11:40:23 +01:00 |
|
Matthias
|
8108a48f39
|
Follow PEP 484 - no implicit optionals
|
2023-01-21 20:01:56 +01:00 |
|
Wagner Costa
|
2241f24290
|
moved deprecated warning to start function
|
2023-01-10 09:10:30 -03:00 |
|
robcaulk
|
93aff9325e
|
improve deprecation note
|
2023-01-09 20:15:03 +01:00 |
|
robcaulk
|
a61274ae18
|
ensure cached corr-pairs works with new framework
|
2023-01-09 20:04:36 +01:00 |
|
Wagner Costa
|
ed99e7f857
|
fix corr_pairs startup candle count bug
|
2023-01-04 14:21:37 -03:00 |
|
Wagner Costa
|
801ab39a24
|
fix get dataframe data to include startup_candle
|
2023-01-04 10:36:19 -03:00 |
|
robcaulk
|
3cbe51c3ca
|
remove duplicated line
|
2023-01-04 13:58:25 +01:00 |
|
robcaulk
|
dc25668468
|
handle data gaps between FreqAI and DP better
|
2023-01-04 11:41:06 +01:00 |
|
Wagner Costa
|
314c0925bf
|
fix get dataframe data to include startup_candle
|
2023-01-03 14:02:42 -03:00 |
|
Wagner Costa
|
c8aa7720a2
|
added again feature check in BT from pred files
|
2022-12-30 11:16:35 -03:00 |
|
Wagner Costa
|
b39fc6b924
|
remove add pair to column from docs, fix keyerror bug and adjust hybrid strategy example
|
2022-12-30 10:42:31 -03:00 |
|
robcaulk
|
b2bab68fba
|
move price assignment to feature_engineering_standard() to reduce un-requested feature additions in RL. Ensure old method of price assignment still works, add deprecation warning to help users migrate their strategies
|
2022-12-30 13:02:39 +01:00 |
|
Wagner Costa
|
2e30bdb9b2
|
freqai bt - fix tests
|
2022-12-29 16:35:11 -03:00 |
|
Wagner Costa
|
2b89f643b7
|
adjust backtest to new feature engineering functions
|
2022-12-28 19:03:41 -03:00 |
|
robcaulk
|
6f7eb71bbb
|
ensure RL works with new naming scheme
|
2022-12-28 14:52:33 +01:00 |
|
robcaulk
|
c2936d551b
|
improve doc, update test strats, change function names
|
2022-12-28 13:25:40 +01:00 |
|
Wagner Costa
|
8227b4aafe
|
freqAI Strategy - improve user experience
|
2022-12-27 11:37:01 -03:00 |
|
Emre
|
c293401b22
|
Add can_short to freqai base model
|
2022-12-16 23:19:08 +03:00 |
|
Emre
|
7727f31507
|
Add 3 Action RL env
|
2022-12-16 22:18:49 +03:00 |
|
Emre
|
dde363343c
|
Add can_short param to base env
|
2022-12-16 22:16:19 +03:00 |
|
initrv
|
36948e2a74
|
fix base4 env done condition
|
2022-12-16 14:14:05 +03:00 |
|
robcaulk
|
c9bc91c75b
|
add shuffle_after_split option
|
2022-12-16 11:20:37 +01:00 |
|
robcaulk
|
581a5296cc
|
fix docstrings to reflect new env_info changes
|
2022-12-15 16:50:08 +01:00 |
|
robcaulk
|
7b4abd5ef5
|
use a dictionary to make code more readable
|
2022-12-15 12:25:33 +01:00 |
|
Emre
|
3af2251ce8
|
Fix add_state_info backtesting bug
|
2022-12-14 22:03:23 +03:00 |
|
Emre
|
2018da0767
|
Add env_info dict to base environment
|
2022-12-14 22:03:05 +03:00 |
|
robcaulk
|
2285ca7d2a
|
add dp to multiproc
|
2022-12-14 18:22:20 +01:00 |
|
Robert Caulk
|
e6da646e2f
|
Merge pull request #7866 from initrv/cleanup-tensorboard-callback
Cleanup tensorboard callback
|
2022-12-13 09:05:46 +01:00 |
|
initrv
|
f9b7d35900
|
add increment param for tensorboard_log
|
2022-12-12 14:14:23 +03:00 |
|
robcaulk
|
0f6b98b69a
|
merge develop into tensorboard cleanup
|
2022-12-11 15:38:32 +01:00 |
|