From 2cac1b7dcc1e026a1529787ed7889d24167a9dde Mon Sep 17 00:00:00 2001 From: eSeR1805 Date: Mon, 18 Apr 2022 21:14:35 +0300 Subject: [PATCH] Add new (user cancellation) reason. --- freqtrade/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index cd04a71f1..fba6c968d 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -479,6 +479,7 @@ CANCEL_REASON = { "CANCELLED_ON_EXCHANGE": "cancelled on exchange", "FORCE_EXIT": "forcesold", "REPLACE": "cancelled to be replaced by new limit order", + "USER_CANCEL": "user requested order cancel" } # List of pairs with their timeframes