2025.05.26
This commit is contained in:
parent
d6b6b6d805
commit
acafe6fe49
|
|
@ -1,3 +1,7 @@
|
||||||
|
2025.05.26:
|
||||||
|
. Added closed order request wrappers in exchange_wrapper.
|
||||||
|
. In check_status: autoswitch prior to order check.
|
||||||
|
|
||||||
2025.05.18:
|
2025.05.18:
|
||||||
. In start_trader, missing base is calculated using amount_to_precision.
|
. In start_trader, missing base is calculated using amount_to_precision.
|
||||||
|
|
||||||
|
|
|
||||||
2
main.py
2
main.py
|
|
@ -16,7 +16,7 @@ import exchange_wrapper
|
||||||
import trader
|
import trader
|
||||||
|
|
||||||
|
|
||||||
version = "2025.05.18"
|
version = "2025.05.26"
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Color definitions. If you want to change them, check the reference at https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
|
Color definitions. If you want to change them, check the reference at https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue