From f087d0c19b65d35e8975b2df1bc2eb5c0292d166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Wed, 4 Jun 2025 18:03:22 -0300 Subject: [PATCH] changelog and todo update --- changelog.txt | 3 +++ todo.txt | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index b4f9b08..c32cf16 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +2025.06.04: +. Added "base_add_calculation" endpoint: Calculates how many safety orders can be added with the amount of base currency available on the exchange. + 2025.05.31: . Added "liquidate after switch": Once the short trader is ready to switch to long, it liquidates the base currency and shuts down the trader. diff --git a/todo.txt b/todo.txt index db0ced6..536fb92 100755 --- a/todo.txt +++ b/todo.txt @@ -10,9 +10,8 @@ Mandatory: * Orders. * Config (Mostly done). * Status (Mostly done). -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. +7. API documentation. +8. Implement api key hashing. Would be nice to have: