Logic - Weekday == 5 AND Weekday == 7?

Hello Experts,

I am new to TT and currently learning and doing Paper Trade. One of the Algo’s that i am following has conditions
Weekday == 5 &
Weekday == 7
How can both conditions be true?
Have attached a screenshot for reference

Please help

This is the Universal Exit condition, so does this override the Weekday == 7 in earlier exit conditions? (PFA)

As you have rightly stated both conditions will never meet.
And also no order will be punched on WEEK DAY = 7.

To me it appears that the creator might have put condition AND WEEK DAY = 7 for preventing that set from execution, and manually modifying it when he wants that set to execute.

Thank you for confirming