Commit Graph

1471 Commits

Author SHA1 Message Date
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 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 77985fa591 Update thread name for uvicorn worker 2023-04-07 14:49:53 +02:00
Matthias dc7e834911 Fix some type issues 2023-04-01 20:17:56 +02:00
Matthias d97500581d
Merge pull request #8379 from xmatthias/type_sendmsg
Type sendmsg
2023-03-26 14:09:01 +02:00
Matthias f7c1ee6d3e add precision values to api schema 2023-03-25 11:55:47 +01:00
Matthias c0a57d352f send base_currency with messages that need it. 2023-03-25 08:16:07 +01:00
Matthias cbdd86d777 Fix test failures due to additional field 2023-03-24 21:05:10 +01:00
Matthias 281dd7785e Fix some remaining type errors 2023-03-24 20:56:18 +01:00
Matthias ad58bac810 Type WS messagetypes 2023-03-24 20:54:28 +01:00
Matthias 8928d3616a Improve msgtypes 2023-03-24 20:47:53 +01:00
Matthias e8cffeeffd Update RPCStatusMessage type 2023-03-24 20:36:29 +01:00
Matthias 76d289f0ce Don't overwrite types 2023-03-24 20:35:01 +01:00
Matthias 245ae99273 Further typing ... 2023-03-24 20:33:00 +01:00
Matthias 70ad7b42b1 Improve msg typing 2023-03-24 20:33:00 +01:00
Matthias 0ece73578c Add typedDict for RPC messages
Currently not fully functional.
2023-03-24 20:33:00 +01:00
Matthias 56c2aa89bc
Merge pull request #8344 from freqtrade/fix/db_concurrent
Fix db concurrent problem
2023-03-20 18:17:09 +01:00
Matthias 222ecdecd2 Improve code quality 2023-03-19 17:50:08 +01:00
Matthias f5f151fcc5 Fix typing error 2023-03-19 15:06:56 +01:00
Matthias 62c8dd98d5 Use combination of thread-local and asyncio-aware session context 2023-03-18 19:28:22 +01:00
Matthias b0a7b64d44 Close sessions after telegram calls 2023-03-18 19:28:22 +01:00
Matthias d808dd49e8 Fix ruff violation 2023-03-18 19:28:13 +01:00
Matthias 818d2bf92a Fix stoploss on exchange value in /show_config call 2023-03-18 18:02:46 +01:00
Matthias 6ed337faa3 Update several tests to remove .query 2023-03-16 07:04:15 +01:00
Matthias ae361e1d5d Update more .query usages 2023-03-16 06:44:53 +01:00
Matthias 8865af9104 Remove .query from pairlock 2023-03-15 21:21:00 +01:00
Matthias aa54b77702 Rename _session to sessoin 2023-03-15 21:12:06 +01:00
Matthias 8073989c98 Remove more usages of .query 2023-03-15 21:10:47 +01:00
Matthias d45599ca3b Fix some type errors 2023-03-15 21:09:25 +01:00
Matthias b469addffb remove usage of .query from regular models 2023-03-15 21:00:30 +01:00
Matthias d723979c42 Move total_trades to explicit variable 2023-03-13 19:21:53 +01:00
Matthias fbca8e6587 Allow empty pairlock reasons through api
closes #8312
2023-03-12 21:31:08 +01:00
Matthias a76ca771f8 telegram: Fix sending telegram message with exception 2023-03-10 18:09:05 +01:00
Matthias d779d60812 Expose total_profit_ratio through API 2023-03-06 07:10:02 +01:00
Matthias c4a80e33ea Fix missing newline in telegram /status 2023-03-06 07:01:25 +01:00
Matthias cab1b750b3 Improve test accuracy 2023-03-06 06:39:05 +01:00
Matthias 9d285e3dc0 Add total_profit_ratio to telegram output
part of #8234
2023-03-06 06:39:05 +01:00
Matthias fff08f737f /status msg - improve formatting further 2023-03-06 06:39:05 +01:00
Matthias ca789b3282 /status - whitespace 2023-03-06 06:39:05 +01:00
Matthias 11eea9b4e1 Fix formatting for /status Realized profit 2023-03-06 06:39:05 +01:00
Matthias de015a2d7e Improve telegram message formatting 2023-03-06 06:39:05 +01:00
Matthias 9444bbb6f3 `/maxentries` should be in single tics. 2023-03-04 20:09:39 +01:00
Matthias 7c0c98a368 Properly format first entry value, too. 2023-03-04 20:08:20 +01:00
Matthias 548db18857 Improve wording on partial exit notifications 2023-03-04 19:27:55 +01:00
Matthias aec11618ce Telegram improved formatting 2023-03-04 18:28:15 +01:00
Matthias f0cbb4f949 Expose relative realized profit 2023-03-04 18:20:31 +01:00
Matthias 022f85095e Show Number of exits
part of #8234
2023-03-03 06:31:40 +01:00