How to make the bot stop after StopLoss?

For the bot to stop after the StopLoss is triggered, you must set the number of StopLoss triggers after which it should be stopped (for example, 1).

You can do this in the bot's general settings -> Algorithms -> General -> StopLoss.

You can read more about StopLoss in the documentation on this page.