TODO update

This commit is contained in:
Nicolás Sánchez 2025-02-21 10:44:51 -03:00
parent 73e93a3dc6
commit e1f60445a2
1 changed files with 3 additions and 4 deletions

View File

@ -7,13 +7,12 @@ Mandatory:
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. Optimize database code.
8. Things that should be objects (it's not 1994):
7. Things that should be objects (it's not 1994):
* Orders.
* Config object (instead of a config 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)
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.
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.
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: