From e1f60445a207fe7eb45349b5d22fca41b358ddfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Fri, 21 Feb 2025 10:44:51 -0300 Subject: [PATCH] TODO update --- todo.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/todo.txt b/todo.txt index 52bdf4a..b5d3c70 100755 --- a/todo.txt +++ b/todo.txt @@ -7,13 +7,12 @@ Mandatory: 4. Base add for short traders. 5. Proper handling of order price too high/low in OKX (rare, it happens when under heavy volatility). 6. Multiple safety orders open at the same time (to catch big volatility spikes more effectively) -7. Optimize database code. -8. Things that should be objects (it's not 1994): +7. Things that should be objects (it's not 1994): * Orders. * Config object (instead of a config dictionary). * Status object (instead of a status dictionary). -9. In statistics_server, cache daily_and_monthly_totals result if there are no changes in the last deals (and if the day did not change) -10. Once #8 is implemented, if a config file does not exist, don't generate it, just use the default. If a config file exists, it overrides the defaults. +8. Once #7 is implemented, if a config file does not exist, don't generate it, just use the default. If a config file exists, it overrides the defaults. +9. Implement the ability to add safety orders to a short trader depending on the amount of free funds available, not just any number of orders. Would be nice to have: