Yes, on the right side of each block there is a value that is something like 10 (for 10 pips), nothing like the kind of value on the left side that is like 1.2345.
I don't like the way you connected those 2 Condition blocks. Now you have 2 paths to reach the "Buy now" block. It's the same for the Sell part. If for some reason both Condition blocks can be true at the same time, you will get 2 Buy trades.
As a general rule, if you think that you want to detect 2 crossovers, just turn one of them into < or >. Because if two lines (or whatever values) crossed somewhere in the past, now at this moment one of them is bigger than the other and by that you can tell that they crossed.