Use PROFITPERCENTAGE to trigger true based on the current profit calculated by ProfitTrailer. The bot uses Ask Price when calculating the current profit percentage to make a new buy and bid price to calculate profit percentage when trying to sell.
DEFAULT_A_buy_strategy = PROFITPERCENTAGE
DEFAULT_A_buy_value = -3
# In this scenario the DCA level specific values will be used for the first three DCA buys.
# After that, if the bot is configured to buy more times, the DEFAULT buy_value will be used for each level.
# For the 4th buy onwards the default value of -3 will be used indefinitely as no level specific value has been set.
DEFAULT_DCA_A_buy_strategy = PROFITPERCENTAGE
DEFAULT_DCA_A_buy_value = -3
DEFAULT_DCA_A_buy_value_1 = -2
DEFAULT_DCA_A_buy_value_2 = -3.5
DEFAULT_DCA_A_buy_value_3 = -4