Before you dive into the following topic, please read the basics about Dollar-cost averaging.
Once you're all set, let's take a look at the underlying assets and how we transfer them properly into ProfitTrailer.
For example:
When trading on the BTC market, we want to use values in BTC.
DEFAULT_DCA_buy_cost = 0.00001
(BTC)
or
DEFAULT_DCA_buy_cost_1 = 0.000001
DEFAULT_DCA_buy_cost_2 = 0.000002
DEFAULT_DCA_buy_cost_3 = 0.000003
When we are trading on a static currency such as USDT, remember to change your DCA value to the right underlying asset aswell.
DEFAULT_DCA_buy_cost = 20
(USDT)
or
DEFAULT_DCA_buy_cost_1 = 20
DEFAULT_DCA_buy_cost_2 = 25
DEFAULT_DCA_buy_cost_3 = 30
In the example above, we used
buy_cost
to determine the value. But it does not end here, if you take a look on the config page you will see more possibilities for using DCA. In these lines the same rule applies above so make sure you are using the right values to avoid any mistakes or losses.