stable/freqtrade
richardjozsa 926f870fb5 Improve the training by randomly setting the starting point
This is an improvement for all kind of RL stuff, the starting point sets in the first third of the data which ensures that the model not only optimizes the policy or Q values to the choosen timerange.
2022-11-15 00:16:04 +01:00
..
commands Merge branch 'develop' into backtest_live_models 2022-11-03 13:29:25 -03:00
configuration Merge branch 'develop' into backtest_live_models 2022-10-10 15:14:59 -03:00
data Add leverage to backtest results 2022-11-06 09:40:44 +01:00
edge Use Alias to type config objects 2022-09-18 13:20:55 +02:00
enums Add ws_token to auto-generated config 2022-09-09 07:13:05 +02:00
exchange Improve Bybit configuration 2022-11-10 07:09:54 +01:00
freqai Improve the training by randomly setting the starting point 2022-11-15 00:16:04 +01:00
leverage Use FtPrecise in interest calculation 2022-08-13 08:43:56 +02:00
mixins Improve wording, fix bug 2020-12-07 15:48:06 +01:00
optimize Fix some minor typos 2022-11-07 18:35:28 +00:00
persistence Update join relationship of orders table to selectin 2022-11-12 16:34:00 +01: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 Simplify Websocket Init 2022-11-13 10:33:54 +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 Version bump develop version to 2022.11-dev 2022-10-28 19:38:19 +02:00
__main__.py Update references to remove python 3.7 support 2022-01-25 06:43:36 +01:00
constants.py update docs, fix bug in environment 2022-11-13 16:56:31 +01:00
exceptions.py Small formatting upgrades 2021-11-11 12:06:18 +01:00
freqtradebot.py Improve fee handling 2022-10-21 16:30:14 +02: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 Type fetch_ticker 2022-10-11 21:42:48 +02: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