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.
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue