You can set a strategy formula within this parameter.
Set the percentage that ProfitTrailer will trail below the highest profit percentage reached in order to trigger a stop loss order.
If the price of a coin falls by at least the trigger %, it will be automatically sell your position for a loss.
DEFAULT_trailing_stop_loss_trigger = -2
DEFAULT_DCA_trailing_stop_loss_trigger = -2
1.If trailing_stop_loss_trigger_arm is used, trailing stop loss will not be active until profit % reaches the arm value.
2. See A trailing Story) for more information.
1.If trailing_stop_loss_trigger_arm is used, trailing stop loss will not function until armed.
2. Trailing stop loss works independently of the sell strategies in use.
3. Stop loss will only occur if the pair is an ACTIVE DCA pair. Unless you specify stop_inactive_pairs = true
4. See A trailing Story for more information.