Add to a Position
-
I am attempting to add to my position once it gets 50% to the take profit(200 pips) level. But not getting the desired outcome when test it.

-
You have several blocks alone (not connectet to any other block). That means they are not activated. You should link them properly or immediately below a 'Pass' one. Otherwise they will not work.
-
Those blocks I am going to delete, I am not going to use them.
-
You probably want to use "pips away from open-price". The block you are using "pips away from take-profit" is now checking when the price is 100 pips above the take-profit (for sell) or below (for buy), which is true immediately, because the take-profit is 200 pips.