Hi all, maybe I am missing something simple here.  I have a target price that I double click, and once the price hits that target, I want to sell 50% and move existing stop to breakeven.
 
	I was thinking something like below, but the problem is that the old stops stay there in this scenario.  Once the first stop is triggered, I want to cancel all existing stops and then move stop to BE.  Any suggestions?
 
	Route=Stop;StopType=MARKET;STOPPRICE=Price;Share=Pos*.5;TIF=DAY;Send=Reverse;TriggerOrder=RT:STOP STOPTYPE:MARKET STOPPRICE:AvgCost ACT:SELL QTY:POS TIF:DAY+;
 
	Thanks for the help!