custom_sell -> custom_exit

This commit is contained in:
Matthias
2022-04-04 17:04:43 +02:00
parent cd146bfa8f
commit 1917527179
6 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ class ExitType(Enum):
SELL_SIGNAL = "sell_signal"
FORCE_EXIT = "force_exit"
EMERGENCY_EXIT = "emergency_exit"
CUSTOM_SELL = "custom_sell"
CUSTOM_EXIT = "custom_exit"
NONE = ""
def __str__(self):