changelog and todo update
This commit is contained in:
parent
25ee4bd106
commit
f087d0c19b
|
|
@ -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:
|
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.
|
. Added "liquidate after switch": Once the short trader is ready to switch to long, it liquidates the base currency and shuts down the trader.
|
||||||
|
|
||||||
|
|
|
||||||
5
todo.txt
5
todo.txt
|
|
@ -10,9 +10,8 @@ Mandatory:
|
||||||
* Orders.
|
* Orders.
|
||||||
* Config (Mostly done).
|
* Config (Mostly done).
|
||||||
* Status (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.
|
7. API documentation.
|
||||||
8. API documentation.
|
8. Implement api key hashing.
|
||||||
9. Implement api key hashing.
|
|
||||||
|
|
||||||
|
|
||||||
Would be nice to have:
|
Would be nice to have:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue