If the price has dropped x% since we bought a coin and we have not sold it (and it's still in the pairs/dca tab), create a limit sell order for that pair at a price determined by DEFAULT_pending_gain_percentage.
This places the coin in the Pending tab and enables the bot to buy this pair again.
DEFAULT_pending_order_price_drop_trigger = -10
DEFAULT_DCA_pending_order_price_drop_trigger = 10
1.Coins that sell from a manually placed exchange order are not recorded in the sales log. Coins that sell from a bot placed pending order will be recorded in the sales log.