Hi Fahad,
These scipts wont cancel or put in a new stop loss.
Script for Selling 50%
ROUTE=SMRTL;Price=Bid-0.10;Share=Pos*.5;TIF=DAY+;SELL=Send
Script for Buying/Covering 50%
ROUTE=SMRTL;Price=Ask+0.10;Share=Pos*.5;TIF=DAY+;BUY=Send
You can change the percentage after Pos* to whatever you like. I made them for 100%, 50%, 25% and 10% partials.
Hope this works for you,
Jeff