I'm trying to run a strategy using DOUBLE_UP my plan is to set a strategy to buy but only 50% of the base currency and then left the other 50% for the other 2 DU orders of 25% each.
my question is which setting is needed to prevent the bot buy more than 50%, but also allowing the DU orders to take place after?
I want to keep the other 50% to place DU orders but I'm afraid that if I set "TL_PERC": "50" or setting "FUNDS_RESERVE" would prevent the du orders to take place.
What's the standard procedure to make it?