changelog and todo update

This commit is contained in:
Nicolás Sánchez 2025-06-04 18:03:22 -03:00
parent 25ee4bd106
commit f087d0c19b
2 changed files with 5 additions and 3 deletions

View File

@ -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.

View File

@ -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: