Set-1 and set-2 did not work together

i have created orb base strategy
for that i have created two set, set one for call and set two for put.
yesterday put side entry and exit are work properly
today call side entry and exit are work properly
but issue is both entry are not working together in single day

call side condition

put side entry condition

Once any of the trade is taken Open Positions will no longer be zero, so second set won’t get executed.
Instead of Open Positions keyword try Positions Details All, All, CE Quantity = 0 and Same with PE in second set.
Didn’t get what for you are using the 3rd condition. Do you want to restrict it for 2 entries max?

Second condition for preventing multiple order signal but call side SL condition is put side entry condition and vice versa for put. So at a time only one side will be open. yes, third condition is restriction for 2 entries max