Cancel pending orders for a coin if the combined profit with a non-pending amount of the same coin reaches the specified amount.
# Cancel my pending order if it's profit combined
# with the position in my PAIRS is 0.5% or more
DEFAULT_combined_cancel_pending_trigger = 0.5
# Cancel my pending order if it's profit combined
# with the position in my PAIRS is -0.6% or more
DEFAULT_DCA_combined_cancel_pending_trigger = -0.6