Because most transactions are closed quickly (less than 10 liquidation), it would make sense to have an initial buy-amount higher than the dca amount.
Something like that:
initial_amount = 1000
dca_amount = 100
Bot would buy 1000 contracts initially and every following liquidation will only buy 100 contracts.
This should rise the risk only slightly because you would initially start at 10 liquidations.
Because most transactions are closed quickly (less than 10 liquidation), it would make sense to have an initial buy-amount higher than the dca amount. Something like that: initial_amount = 1000 dca_amount = 100
Bot would buy 1000 contracts initially and every following liquidation will only buy 100 contracts. This should rise the risk only slightly because you would initially start at 10 liquidations.