hello QuantConnect community. I have an Algo that needs to set a breakeven order once the close hits a certain target. at target the position will 50% exit. how can I set an stop loss at breakeven while also have a 2nd profit target there.

 

its like

close > pt = position close 50%

set breakeven

close > pt2 = close all delete breakeven

of breakeven delete pt2.

 

can't get my head around it since its also multiuniverse .. beginner here too. any help is greatly appreciated ..