From 42e24d8b4b76a4e850c8b4687166f0bc79b82d22 Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 3 Aug 2021 16:35:16 -0400 Subject: [PATCH] remove price change cancel reason in contants, will be added in another PR --- freqtrade/constants.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index f118ac700..b48644c58 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -433,8 +433,6 @@ SCHEMA_MINIMAL_REQUIRED = [ CANCEL_REASON = { "TIMEOUT": "cancelled due to timeout", - "ENTRYPRICECHANGED": "Custom entry price changed", - "EXITPRICECHANGED": "Custom exit price changed", "PARTIALLY_FILLED_KEEP_OPEN": "partially filled - keeping order open", "PARTIALLY_FILLED": "partially filled", "FULLY_CANCELLED": "fully cancelled",