Profit filtering
-
I want my EA to stop trading once I reach certain profit target , i.e : target 50Dollars from the start of the day.

How do I do that in this block. I've set the profit block as the first one so it checks if my profit is greater than 50. Then if that statement is false , then it runs the trade.
But it doesn't stop trading even after the profit target is reached.Thanks,