Set the number of minutes to wait while the profit percentage is above take_profit_percentage before attempting to sell.
DEFAULT_take_profit_wait_time = 0
DEFAULT_DCA_take_profit_wait_time = 0
If take_profit_reset_percentage_move is 0 or not set the
wait_time
will reset on every price change.