Set a profit percentage above which the bot will attempt to sell the coin if the price has remained within take_profit_reset_percentage_move for take_profit_wait_time minutes.
DEFAULT_take_profit_percentage = 0.5
DEFAULT_take_profit_reset_percentage_move = 0 (or the parameter is deleted/commented out)
DEFAULT_take_profit_wait_time = 2
wait_time
) for 20 minutes, regardless of sell strategies being true, the bot will attempt to sell the coin.DEFAULT_take_profit_percentage = 0.333
DEFAULT_take_profit_reset_percentage_move = 0.2
DEFAULT_take_profit_wait_time = 20
DEFAULT_DCA_take_profit_percentage = 0.5
DEFAULT_DCA_take_profit_reset_percentage_move = 0 (or the parameter is deleted/commented out)
DEFAULT_DCA_take_profit_wait_time = 2
wait_time
) for 20 minutes, regardless of sell strategies being true, the bot will attempt to sell the coin.DEFAULT_DCA_take_profit_percentage = 0.333
DEFAULT_DCA_take_profit_reset_percentage_move = 0.2
DEFAULT_DCA_take_profit_wait_time = 20