TakeProfit
Profit target value or profit target distance in price units.
So it could also be the value.

Code:
TakeProfit = Price;


and
Code:
Stop = Price + 50*PIP;



were copied from jcl and are working, but I wonder why I can't use the Stop for the Long scenario parallel to the Short one.