diff --git a/changelog.txt b/changelog.txt index bb7bc6d..26f62e8 100755 --- a/changelog.txt +++ b/changelog.txt @@ -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: . In start_trader, missing base is calculated using amount_to_precision. diff --git a/main.py b/main.py index b0377dc..6937dfa 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,7 @@ import exchange_wrapper 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