diff --git a/todo.txt b/todo.txt index 52bdf4a..b5d3c70 100755 --- a/todo.txt +++ b/todo.txt @@ -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: