todo update
This commit is contained in:
parent
c3ed4b7099
commit
cfc634a447
2
main.py
2
main.py
|
|
@ -22,7 +22,7 @@ In case the permissions of the certificate changes, reset them this way:
|
|||
# ll /etc/letsencrypt/
|
||||
'''
|
||||
|
||||
version = "2024.11.09"
|
||||
version = "2024.11.10"
|
||||
|
||||
'''
|
||||
Color definitions. If you want to change them, check the reference at https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
|
||||
|
|
|
|||
1
todo.txt
1
todo.txt
|
|
@ -7,6 +7,7 @@ Mandatory:
|
|||
3a. Smart order pricing: Prioritization of fill speed over instant profit or vice versa
|
||||
4. Consolidate vocabulary (trader, pair and bot; instance & trader)
|
||||
5. Base add for short traders.
|
||||
6. Proper handling of order price too high/low in OKX (rare, it happens when under heavy volatility).
|
||||
|
||||
|
||||
Would be nice to have:
|
||||
|
|
|
|||
Loading…
Reference in New Issue