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: