stable/freqtrade
richardjozsa 64d4a52a56 Improve the RL learning process
Improve the RL learning process by selecting random start point for the agent, it can help to block the agent to only learn on the selected period of time, while improving the quality of the model.
2022-11-27 20:43:50 +01:00
..
commands Delist FTX, following ccxt's delisting. 2022-11-14 19:40:57 +01:00
configuration Simplify timerange handling 2022-11-10 18:28:18 +01:00
data Merge pull request #7728 from freqtrade/improve_timerange 2022-11-17 19:57:48 +01:00
edge Ensure more methods are typechecked 2022-11-14 20:56:35 +01:00
enums Add ws_token to auto-generated config 2022-09-09 07:13:05 +02:00
exchange Temporary fix for kraken download 2022-11-27 15:16:43 +01:00
freqai Improve the RL learning process 2022-11-27 20:43:50 +01:00
leverage Delist FTX, following ccxt's delisting. 2022-11-14 19:40:57 +01:00
mixins Improve wording, fix bug 2020-12-07 15:48:06 +01:00
optimize Merge pull request #7707 from freqtrade/bt/full_detail 2022-11-27 16:09:23 +01:00
persistence add safe_remaining 2022-11-17 19:07:47 +00:00
plot use Config typing in more places 2022-09-18 13:31:52 +02:00
plugins Rename "shuffle" parameter to "shuffle_freq" 2022-10-30 09:48:55 +01:00
resolvers Generalize "path" variables for resolvers 2022-10-14 19:49:06 +02:00
rpc Merge pull request #7771 from wizrds/feat/refactor-ws 2022-11-27 15:49:34 +01:00
strategy use high/low for custom stoploss evaluation in backtesting 2022-10-22 12:52:13 +02:00
templates Merge remote-tracking branch 'origin/develop' into reduce-indicator-population 2022-10-31 09:42:01 +01:00
util Add float initializer to FtPrecise 2022-08-10 11:54:07 +00:00
vendor Disable ability to use lookahead-biased vwap 2021-10-17 11:23:58 +02:00
__init__.py Bump develop version to 2022.12-dev 2022-11-27 16:08:54 +01:00
__main__.py Update references to remove python 3.7 support 2022-01-25 06:43:36 +01:00
constants.py fix list to array in constants.py 2022-11-26 13:47:47 +01:00
exceptions.py Small formatting upgrades 2021-11-11 12:06:18 +01:00
freqtradebot.py Don't use strategy.stoploss too often 2022-11-27 15:54:35 +01:00
loggers.py Use Alias to type config objects 2022-09-18 13:20:55 +02:00
main.py Always show freqtrade version 2022-09-20 14:14:54 +00:00
misc.py Revert "offload initial df computation to thread" 2022-11-26 13:33:54 +01:00
wallets.py Use Alias to type config objects 2022-09-18 13:20:55 +02:00
worker.py Improve worker iteration logic 2022-11-06 11:18:13 +01:00