$PRICE+($TARGETR*2);
this is not possible in DASTrader as it dooes not know the mathematical logics and brackets
you need to do
$PRICE+$TARGETR+$TARGETR
instead
see the log for the errors you get. there will be an error about route not being "LIMIT" etc.
overall you should switch to the new syntax and forget the old one as the calculations done in the old syntax are now useless and it will be easier for you to understand what is going on rather than studying why the switches between SShare and Share are there