I can see your project and I see that you have 2 Condition block in a row, both of which have x> inside. The problem is that x> detects a crossover that happens on the given candle, but before of after that candle you cannot find the same crossover. With your conditions you are saying that you want 2 separate crossovers (one with MA, one with Awesome Oscillator) to be true at the same candle. This could happen sometimes I guess, but I think that you don't want that.
So, try with one crossover. Change the other with > or >=. The thing is that if now line A is > than line B, then for sure line A crossed line B somewhere in the past.
Also I don't like where you placed the blue blocks - break even and trailing stop. Take a look at this example: https://fxdreema.com/demo/mt4-wrong-closing-rule
Also, only one of these blocks can work for both, buys and sells. So in short, disconnect block 6 from block 3 and remove blocks 8 and 9