From acafe6fe4973158067baca5040c04e7c624f8d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Mon, 26 May 2025 21:56:14 -0300 Subject: [PATCH] 2025.05.26 --- changelog.txt | 4 ++++ main.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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