In Multi Leg Entry is the order of legs the same order as what is executed

I have a strategy where I want to create a straddle with hedges. I have put hedge buy options in top legs and sell options in bottom two legs. Will the execution order be also same.
I also want to exit the trade by buying the sold options and then selling the hedges.
The above is for set 1.

My strategy requires multiple sets where either put option or buy option would be sold with hedges. So, I need a way to take care of order execution for margin benefit and it should be repeatable multiple times for a set in a strategy which runs for a week.

My sugestion:
Keep a seperate strategy for hedging orders. Buy the orders in the beginning of week and close the orders at the end of week. Whole week these orders open and gives You hedging cover. You must be knowing max lots required to hedge at any given point of time. So you buy that much lots of PE and CE at the beginning of week.

Create another strategy for trading. This trading strategy opens only after hedging stretegy opens and closes before hedging strategy closes

Racha2068’s suggestion is good.

. “Will the execution order be also same.?”
Its not guaranteed.
If you want to do it in a single strategy to save a deployment or whatever other reason then you should enter hedges in a separate set before taking short entries and exit after sqauring off short entries.

Instead of a separate strategy keep a different set for hedge…