Cancel pending orders for a coin if the profit reaches the set percentage and return the coin to the PAIRS or DCA log as applicable.
In order for this to cancel an existing pending order before it sells the value set must be less than the GAIN or pending_gain_percentage.
DEFAULT_cancel_pending_trigger = 0.5
DEFAULT_DCA_cancel_pending_trigger = -0.5
- Will only cancel pending orders that Pairs logic is being applied to. See Which will my bot use
- Will only cancel pending orders that DCA logic is being applied to. See Which will my bot use
- The percentage in the Pending Log is relative to the price the order is set for. 0% is where the pending order will otherwise sell.