There are three relevant attributes for the required effect.
Use consecutive_stop_loss_trigger_action
to choose whether the bot will enter sell only mode or commence stoploss actions when the consecutive_stop_loss_trigger
is met.
Choose BOTH to stoploss all remaining coins and also enter sell only mode.
consecutive_stop_loss_trigger
If we have x consecutive stoploss sells trigger the consecutive_stop_loss_trigger_action
.
Note: For Trailing Stop Loss we only count negative sells toward this trigger.
consecutive_stop_loss_timeout
: Disable this trigger after x amount of time in minutes has passed since it activated.
consecutive_stop_loss_trigger_action = SOM
consecutive_stop_loss_trigger = 5
consecutive_stop_loss_timeout = 10
DCA_consecutive_stop_loss_trigger_action = SOM
DCA_consecutive_stop_loss_trigger = 5
DCA_consecutive_stop_loss_timeout = 60