From baf5f4f29cd0caa5d0c76471e989a193daec0bcd Mon Sep 17 00:00:00 2001 From: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> Date: Sat, 16 May 2020 21:28:54 +0300 Subject: [PATCH] Update freqtrade/constants.py --- freqtrade/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index 0c8dde8c4..e56586bbc 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -326,6 +326,6 @@ SCHEMA_MINIMAL_REQUIRED = [ CANCEL_REASON = { "TIMEOUT": "cancelled due to timeout", "PARTIALLY_FILLED": "partially filled - keeping order open", - "ALL_CANCELLED": "cancelled (all unfilled orders cancelled)", + "ALL_CANCELLED": "cancelled (all unfilled and partially filled open orders cancelled)", "CANCELLED_ON_EXCHANGE": "cancelled on exchange", }