todo update

This commit is contained in:
Nicolás Sánchez 2025-05-20 19:04:50 -03:00
parent 1998b428f2
commit eddbb005ad
1 changed files with 7 additions and 8 deletions

View File

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