From eddbb005ad88dae123c8fe235f7888e560be5318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Tue, 20 May 2025 19:04:50 -0300 Subject: [PATCH] todo update --- todo.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/todo.txt b/todo.txt index 4988a80..20649a7 100755 --- a/todo.txt +++ b/todo.txt @@ -3,17 +3,16 @@ Mandatory: 1. Stats webpage. 2. Maintain local orderbooks for each trading pair, which enables: 2a. Smart order pricing: Prioritization of fill speed over instant profit or vice versa -3. Consolidate vocabulary (trader, pair and bot; instance & trader) -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. Things that should be objects (it's not 1994): +3. Base add for short traders. +4. Proper handling of order price too high/low in OKX (rare, it happens when under heavy volatility). +5. Multiple safety orders open at the same time (to catch big volatility spikes more effectively) +6. Things that should be objects (it's not 1994): * Orders. * Config (parameter validation remains to be implemented). * Status (parameter validation remains to be implemented). -8. 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. -9. API documentation. -10. Implement api key hashing. +7. 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. +8. API documentation. +9. Implement api key hashing. Would be nice to have: