Okay, let's determine the conditions:

- Buy on Mondays EST 01:00 if price > SMA220
- Sell on Mondays EST 01:00 if price < SMA220

with Entry = 50 and Stop = 60 in PIP. Close trades on Friday 4:00 pm EST. This way?
If these conditions are right where (concerning which assets) did you find improvements?
If trades are not entered on Mondays what should happen to the pending ones? Should they be cancled (EntrTime = 1, default) or should they reside pending until ... Friday?