Set the % of price deviation allowed from the take_profit_percentage before resetting the take_profit_wait_time. If the deviation is exceeded the new price is monitored for the deviation and the wait_time
starts again.
The price deviation can be either positive or negative. If there is a deviation that matches your setting the wait_time
will reset.
Set to 0 to reset the wait_time
every time the price changes.
DEFAULT_take_profit_reset_percentage_move = 0
DEFAULT_DCA_take_profit_reset_percentage_move = 0