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

@@ -564,7 +564,7 @@ class AwesomeStrategy(IStrategy):
:param time_in_force: Time in force. Defaults to GTC (Good-til-cancelled).
:param exit_reason: Exit reason.
Can be any of ['roi', 'stop_loss', 'stoploss_on_exchange', 'trailing_stop_loss',
'sell_signal', 'force_exit', 'emergency_sell']
'sell_signal', 'force_exit', 'emergency_exit']
:param current_time: datetime object, containing the current datetime
:param **kwargs: Ensure to keep this here so updates to this won't break your strategy.
:return bool: When True is returned, then the exit-order is placed on the exchange.

View File

@@ -84,7 +84,7 @@ Example configuration showing the different settings:
"buy": "silent",
"sell": {
"roi": "silent",
"emergency_sell": "on",
"emergency_exit": "on",
"force_exit": "on",
"sell_signal": "silent",
"trailing_stop_loss": "on",