todo update
This commit is contained in:
parent
1998b428f2
commit
eddbb005ad
15
todo.txt
15
todo.txt
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue