emergency_sell -> emergency_exit

This commit is contained in:
Matthias
2022-04-04 17:03:27 +02:00
parent 54ad130bb9
commit cd146bfa8f
9 changed files with 13 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ class ExitType(Enum):
TRAILING_STOP_LOSS = "trailing_stop_loss"
SELL_SIGNAL = "sell_signal"
FORCE_EXIT = "force_exit"
EMERGENCY_SELL = "emergency_sell"
EMERGENCY_EXIT = "emergency_exit"
CUSTOM_SELL = "custom_sell"
NONE = ""