Commit Graph

10808 Commits

Author SHA1 Message Date
Matthias 2131205db6 Bump tag length to 255 2023-04-12 07:19:36 +02:00
Matthias b2b19915e6 Limit enter_tag and exit_reason to their actual field lenght
closes #8486
2023-04-12 07:19:36 +02:00
Matthias a6d2233b95 Use constant for custom field lengths 2023-04-11 21:05:14 +02:00
Matthias 9857675a5e Update torch import 2023-04-11 19:38:24 +02:00
Robert Caulk 4ab047dfa7
Merge pull request #8297 from Yinon-Polak/feat/add-pytorch-model-support
Feat/add pytorch model support
2023-04-11 15:40:12 +02:00
Matthias 476ed938f5 Extract custom_tag limit from interface file 2023-04-11 07:26:38 +02:00
Matthias b892d373cd Improve timerange parsing when accepting values from API 2023-04-10 19:45:24 +02:00
Matthias e2cd23b1d2 Remove deprecated pandas option 2023-04-10 16:33:56 +02:00
Matthias 605cc20a21
Merge pull request #8459 from freqtrade/feat/kvstore
Add initial bot start time to /profit endpoint
2023-04-10 14:49:01 +02:00
Matthias f73d2a5371 Ensure bot_start is called when visualizing results 2023-04-10 14:48:02 +02:00
Matthias df51111c33 Always show strategy summary 2023-04-09 08:53:36 +02:00
Matthias dd8900a1c6 Improve ordering of backtest output 2023-04-09 08:53:36 +02:00
Matthias f5a5c2d6b9 Improve imports 2023-04-08 16:44:33 +02:00
Matthias a102cfdfc9 Add new /profit fields to API 2023-04-08 16:41:25 +02:00
Matthias cf2cb94f8d Add bot start date to `/profit` output 2023-04-08 16:38:44 +02:00
Matthias fa3a81b022 convert Keys to enum 2023-04-08 16:28:50 +02:00
Matthias 7ff30c6df8 Add additional, typesafe getters 2023-04-08 16:24:38 +02:00
Matthias 7751768b2e Store initial_time value 2023-04-08 16:13:16 +02:00
Matthias 9c2cdd4fb9
Merge pull request #8388 from freqtrade/patch-pair-colon-bug
Bug fix: FreqAI backtest target setting
2023-04-08 14:16:41 +02:00
robcaulk 69b9b35a08 Merge remote-tracking branch 'origin/develop' into feat/add-pytorch-model-support 2023-04-08 13:22:25 +02:00
robcaulk 48d3c8e62e fix model loading from disk bug, improve doc, clarify installation/docker instructions, add a torch tag to the freqairl docker image. Fix seriously outdated prediction_model docstrings 2023-04-08 12:09:53 +02:00
Matthias ac817b7808 Improve docstrings for key-value store 2023-04-08 10:09:31 +02:00
Matthias c083723698 Add initial version of key value store 2023-04-08 10:07:03 +02:00
Matthias f8d89c46e5 Don't reset open_order_id if the order didn't cancel 2023-04-07 19:49:13 +02:00
Matthias 1952e453bb Improved formatting for fetch order_or_stop calls 2023-04-07 17:35:11 +02:00
Matthias 77985fa591 Update thread name for uvicorn worker 2023-04-07 14:49:53 +02:00
Matthias f03a99918a Ensure hyper param file can be loaded
closes #8452
2023-04-04 20:04:28 +02:00
Yinon Polak a655524221 pytorch mlp rename input to fix mypy error 2023-04-04 12:24:29 +03:00
Yinon Polak 26738370c7 pytorch mlp add explicit annotation to fix mypy error 2023-04-04 12:12:02 +03:00
Matthias 92a060c5b4 Make stop_price_parameter configurable by exchange 2023-04-03 20:18:57 +02:00
Yinon Polak 6b204c97ed fix pytorch data convertor type hints 2023-04-03 19:02:07 +03:00
Yinon Polak 0c4574b3b7 prevent mypy error, explicitly unpack input list of pytorch mlp model, 2023-04-03 18:10:47 +03:00
Yinon Polak d9d9993179 add documentation 2023-04-03 17:06:39 +03:00
Yinon Polak 7b494c8333 add documentation to pytorch data convertor 2023-04-03 16:39:49 +03:00
Yinon Polak bc9454e0f9 add device to data convertor class doc 2023-04-03 16:36:38 +03:00
Yinon Polak 36a0a14a23 clean code 2023-04-03 16:26:42 +03:00
Yinon Polak c137666230 fix imports 2023-04-03 16:03:15 +03:00
Yinon Polak bd3b70293f add pytorch data convertor 2023-04-03 15:19:10 +03:00
Matthias 372f1cb37f Reduce verbosity for stop orders 2023-04-03 06:37:31 +02:00
Matthias a3acdd5240 apply stop-reserve to minimum limits only when necessary
it's unnecessary for amount - but necessary for Cost / price limits.
2023-04-03 06:37:31 +02:00
Matthias e6a125719e Slightly refactor _get_stake_amount_limit 2023-04-03 06:37:31 +02:00
Matthias 78a1551798 Reorder get_stake_limit 2023-04-03 06:37:31 +02:00
initrv cccf4f305b fix randomize_starting_position typo 2023-04-02 03:42:05 +03:00
Matthias dc7e834911 Fix some type issues 2023-04-01 20:17:56 +02:00
Matthias a630799984
Merge pull request #8423 from freqtrade/add-profit-trade-history
make trade_type value more explicit, add profit to trade_history dict
2023-04-01 15:19:54 +02:00
Matthias 916e1bbc7c
Merge pull request #8412 from freqtrade/fix/partial_stops
support partially filled stops
2023-04-01 15:18:42 +02:00
robcaulk 92f34f262e make trade_type value more explicit, add profit to trade_history dict 2023-04-01 10:05:58 +02:00
Matthias 5e13b48648
Merge pull request #8386 from freqtrade/feature/price_to_precision_round
price to precision rounding
2023-03-31 07:20:10 +02:00
Matthias 3ec7c72da1 Bump develop version to 2023.4.dev 2023-03-30 07:06:23 +02:00
Matthias 861c577138 Support partially filled stop orders
closes #8374
2023-03-29 07:05:39 +02:00