Dieter 4 Posted June 29, 2020 Hi all, I am using the break even hotkey described in the videos and forums Route=Stop;Price=AvgCost;StopType=MARKET;STOPPRICE=AvgCost;StopPrice=Round2;Share=Pos;TIF=DAY+;Send=Reverse; It puts the stop loss to break even, put after that I cannot exit the trade anymore only by closing all position. What do I have to change to being able to partial out or exit after using this key? Thanks in advance Dieter Share this post Link to post Share on other sites
Abiel 474 Posted June 29, 2020 If you are long in a SSR stock you need to partial/sell at the ask. Abiel Guerra BBT Team [email protected] @abielguerra Find your answers in our Knowledge Base Share this post Link to post Share on other sites
Justin 262 Posted June 29, 2020 Hey @Dieter Try putting a CXL order in front of that script first. If you already had a stop loss placed you would near to clear the original one first. CXL ALLSYMB;Route=Stop;Price=AvgCost;StopType=MARKET;STOPPRICE=AvgCost;StopPrice=Round2;Share=Pos;TIF=DAY+;Send=Reverse; Share this post Link to post Share on other sites
Dieter 4 Posted June 30, 2020 Justin, Abiel, thanks, here a more detailed example what happens. After I press the Stop loss at BE button Route=Stop;Price=AvgCost;StopType=MARKET;STOPPRICE=AvgCost;StopPrice=Round2;Share=Pos;TIF=DAY+;Send=Reverse; it creates the SL order you see below. When I then press "Sell 50%", there is this error "invalid shares" you see below. here the formula for the "Sell 50%" button. CXL ALLSYMB;ROUTE=SMRTL;Price=Bid-0.10 ;Share=Pos*0.5;TIF=DAY+;SELL=Send Maybe that helps you to see the error in one of the buttons. The same thing happens with the Sell 100 button. Only the Close all positions Hotkey closes the position. Thanks in advance Dieter Share this post Link to post Share on other sites
Justin 262 Posted June 30, 2020 4 hours ago, Dieter said: thanks, here a more detailed example what happens. After I press the Stop loss at BE button Route=Stop;Price=AvgCost;StopType=MARKET;STOPPRICE=AvgCost;StopPrice=Round2;Share=Pos;TIF=DAY+;Send=Reverse; it creates the SL order you see below. When I then press "Sell 50%", there is this error "invalid shares" you see below. here the formula for the "Sell 50%" button. CXL ALLSYMB;ROUTE=SMRTL;Price=Bid-0.10 ;Share=Pos*0.5;TIF=DAY+;SELL=Send Maybe that helps you to see the error in one of the buttons. The same thing happens with the Sell 100 button. Only the Close all positions Hotkey closes the position. Hey, just use these instead: Set Stop to BE: CXL ALLSYMB;Route=Stop;Price=AvgCost;StopType=MARKET;STOPPRICE=AvgCost;StopPrice=Round2;Share=Pos;TIF=DAY+;Send=Reverse; Scale out 50% and update stop to correct shares at BE: CXL ALLSYMB;Route=LIMIT;Share=Pos*0.5;Price=Bid-0.05;TIF=DAY+;SELL=Send;ROUTE=STOP;StopType=Market;StopPrice=AvgCost;Share=Pos-share;TIF=DAY+;SELL=SEND Sell remaining position and cancel Stop Loss: CXL ALLSYMB;Route=LIMIT;Share=Pos*1;Price=Bid-0.05;TIF=DAY+;SELL=Send One other thing I noticed, although I'm not sure what timezone you're in. Stop Orders don't work in the pre-market. Share this post Link to post Share on other sites
Dieter 4 Posted June 30, 2020 Justin, thanks it works now. How would the Hotkeys be for covering shorts 50% and 100% please. I assume the Set stop to BE remains the same. Thanks in advance Dieter 1 Share this post Link to post Share on other sites
Justin 262 Posted June 30, 2020 (edited) Glad it's working @Dieter These are the hotkeys for covering short positions. And yes, the BE hotkey remains the same! Cover 50%: CXL ALLSYMB;Route=LIMIT;Share=Pos*0.5;Price=Ask+0.05;TIF=DAY+;BUY=Send;ROUTE=STOP;StopType=Market;StopPrice=AvgCost;Share=Pos+share;TIF=DAY+;BUY=SEND Cover All: CXL ALLSYMB;Route=LIMIT;Share=Pos;Price=Ask+0.05;TIF=DAY+;BUY=Send Edited June 30, 2020 by Justin 1 Share this post Link to post Share on other sites
Dieter 4 Posted July 2, 2020 Justin, thanks, used all of them yesterday and they work I start with Kyles 20$ Buy/Sell, then partial out, put the Stop Loss to Breakeven after first partial out and finish with the new keys. One step in the right direction. Thanks for your help. Dieter 1 Share this post Link to post Share on other sites