version and changelog
This commit is contained in:
parent
2f3a1fc048
commit
cb61f50cef
|
|
@ -1,3 +1,6 @@
|
||||||
|
2026.06.07:
|
||||||
|
. Missing break statement caused pairs not to be restarted.
|
||||||
|
|
||||||
2026.06.04:
|
2026.06.04:
|
||||||
. Proper tp_mode 2 fix
|
. Proper tp_mode 2 fix
|
||||||
. Minor fixes to string handling
|
. Minor fixes to string handling
|
||||||
|
|
|
||||||
2
main.py
2
main.py
|
|
@ -19,7 +19,7 @@ import exchange_wrapper
|
||||||
import trader
|
import trader
|
||||||
|
|
||||||
|
|
||||||
version = "2026.06.04"
|
version = "2026.06.07"
|
||||||
|
|
||||||
'''
|
'''
|
||||||
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