Set the value that will trigger a stop loss order.
If the value % of a coin drops below stop loss trigger, it will be automatically sell your position.
DEFAULT_stop_loss_trigger = -10
DEFAULT_DCA_stop_loss_trigger = -10
1 Stop loss positive values are automatically converted to negative value
2 Stop loss will only occur if the pair is an ACTIVE DCA pair. Unless you specify stop_inactive_pairs is used.