Setting Profit Target.

 

When I try to set a profit Target using the high and low of bars 2 and 3 the EA does not apply it. Is there something wrong with the code? I am basically trying to subtract from the opening price the difference in pips between the high and low.

 TP = (0 * myPoint) - (MathAbs(High[3] - Low[2]))

Thank you. 

 
As I see, the TP is in negative !!!.
 

So put a "+" in there? I thought for shorts we need to subtract.

Thanks. 

Reason: