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. 1. Stats webpage.
2. Maintain local orderbooks for each trading pair, which enables: 2. Maintain local orderbooks for each trading pair, which enables:
2a. Smart order pricing: Prioritization of fill speed over instant profit or vice versa 2a. Smart order pricing: Prioritization of fill speed over instant profit or vice versa
3. Consolidate vocabulary (trader, pair and bot; instance & trader) 3. Base add for short traders.
4. Base add for short traders. 4. Proper handling of order price too high/low in OKX (rare, it happens when under heavy volatility).
5. 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. 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):
7. Things that should be objects (it's not 1994):
* Orders. * Orders.
* Config (parameter validation remains to be implemented). * Config (parameter validation remains to be implemented).
* Status (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. 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.
9. API documentation. 8. API documentation.
10. Implement api key hashing. 9. Implement api key hashing.
Would be nice to have: Would be nice to have: