TODO update
This commit is contained in:
parent
73e93a3dc6
commit
e1f60445a2
7
todo.txt
7
todo.txt
|
|
@ -7,13 +7,12 @@ Mandatory:
|
||||||
4. Base add for short traders.
|
4. Base add for short traders.
|
||||||
5. 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).
|
||||||
6. 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)
|
||||||
7. Optimize database code.
|
7. Things that should be objects (it's not 1994):
|
||||||
8. Things that should be objects (it's not 1994):
|
|
||||||
* Orders.
|
* Orders.
|
||||||
* Config object (instead of a config dictionary).
|
* Config object (instead of a config dictionary).
|
||||||
* Status object (instead of a status dictionary).
|
* Status object (instead of a status dictionary).
|
||||||
9. In statistics_server, cache daily_and_monthly_totals result if there are no changes in the last deals (and if the day did not change)
|
8. Once #7 is implemented, if a config file does not exist, don't generate it, just use the default. If a config file exists, it overrides the defaults.
|
||||||
10. Once #8 is implemented, if a config file does not exist, don't generate it, just use the default. If a config file exists, it overrides the defaults.
|
9. 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.
|
||||||
|
|
||||||
|
|
||||||
Would be nice to have:
|
Would be nice to have:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue