Required Change Range Strategy

Documentation
Trading Strategies / Bot Setups
strategies

Abstract

For this strategy we have to use Custom DCA orders. If we only can or want to use Percentage use the Geometric Scaling Strategy which introduces a Minimum maximum required change for the first safety order.

Description

Each deal of this strategy takes care that the required change to reach the minimum take profit (rcmt) stays within a pre-defined range, e.g. 5 % to 10 %.

What does it solve?

If we use DCA type Percentage and only configure safety orders via Step Scale and Volume Scale. We are likely to observe bigger and bigger drops before the next safety order is reached. Maybe like that -5, -10, -15, -20 %. That is it’s getting more and more difficult to get the deal closed.

With an auto-scaled required change safety order, that will maybe be improved soon, we would be able to e.g. configure that the volume on each safety order is scaled so that the resulting rcmt matches. But it is already to configure the safety order levels and volumes manually, that we can be sure that a deal is never more than e.g. 10 % away from reaching the minimum take profit and after a safety order only requires e.g. 5 %.

How does it work?

  • Enable the DCA mode and choose DCA type [Custom]
  • Add as many safety orders as you want to execute automatically
  • Configure the Step % from previous order, that every step is executed when the rcmt becomes 10 %
  • Configure DCA Order amount to reduce the rcmt to 5 %