If X amount of time in minutes has passed since we bought a coin and we have not sold it, create 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.
# sent coin to pending if it has not sold after 6 hours
DEFAULT_pending_order_wait_time = 360
# 0 Disables the setting
DEFAULT_DCA_pending_order_wait_time = 0
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.