DCA orders stay in place until the deal close

Currently the behaviour of the bot after the first TP (of multiples) is to cancel the DCA orders, however the price may fall and the deal remain open.
In order to continue to lower the breakeven price it would be helpful if DCA orders remained standing from the starting point of the deal and as set in the bot. Thank you

1 Like

That’s a nice observation. I would expect that the safety orders could stay in place as they are defined according to the deviation of the entry price.

bump, I think this is a nice feature. Combining multiple TP with DCA

This is not straightforward because we have to make a lot of assumptions if we try to implement that logic. If you have multiple tps, hit one and then a dca, how are you going to sell that dca in the remaining tps? Tp1 is out and we can’t use it anymore because that will add additional problems, like the tp order fall under exchange minimum. And then if we try to distribute among the rest, how do we do that? The user didn’t specify how to sell that dca in the remaining tps. All in all is a mess, that’s why dcas are cancelled.

Let me see whether I can make a suggestion how it could be done. :wink: