gmount 1 Posted January 2, 2021 Question: Found Thor Hotkey video helpful, but there was no explanation regarding the Sell/Cover @B/E, and Stop B/E buttons or a script for Sell/Cover @B/E. Share this post Link to post Share on other sites
SageOttawa 1 Posted January 7, 2021 Thanks PeterB I was looking for the script to click chart for stop loss. Tested and working. appreciate it. Share this post Link to post Share on other sites
Malek 0 Posted January 7, 2021 hi guys ,,, what is the script to take partial , without breakeven or cancelling the original stop loss . Thanks Share this post Link to post Share on other sites
SageOttawa 1 Posted January 7, 2021 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 1 Share this post Link to post Share on other sites
Malek 0 Posted January 9, 2021 Hi SagaOttawa, I use cmeg broker. I tried those scripts , they works fine in buying partial and selling partial " only if short available ". If stock is not shortable script doesnt work. I tried this script ; CXL ALLSYMB;ROUTE=LIMIT;Price=BID-0.05;Price=Round2;Share=Pos*.25;TIF=DAY;SELL=Send It works , but cancel my original stope . I removed " CXL ALLSYMB " , so it doesnt cancel my original stop , but it doesnt work at all ?? Thanks . Share this post Link to post Share on other sites
TraderVJ 0 Posted January 9, 2021 Hi Team, Searching everywhere for the following Hotkeys with no success . Would appreciate any help! "Fixed dollar equalized risk for SSR trades" Thanks and best regards Share this post Link to post Share on other sites
TraderVJ 0 Posted January 10, 2021 Thank you Peter for helping! I will try it out Share this post Link to post Share on other sites
TraderVJ 0 Posted January 10, 2021 Peter, would you be able to share the hotkey for "Equalized Dollar Risk: Cover Half + Move Stop to Breakeven". When I use mine it does covers half but completely removes my stop! Thanks so much. Share this post Link to post Share on other sites
TraderVJ 0 Posted January 10, 2021 Hi Peter, I checked and can confirm the montage was set to STOP. Also, the long version of the key works perfectly. Thanks. Share this post Link to post Share on other sites
TraderVJ 0 Posted January 10, 2021 sounds good, thanks Share this post Link to post Share on other sites
SageOttawa 1 Posted January 14, 2021 On 1/9/2021 at 12:56 PM, fahad said: Hi SagaOttawa, I use cmeg broker. I tried those scripts , they works fine in buying partial and selling partial " only if short available ". If stock is not shortable script doesnt work. I tried this script ; CXL ALLSYMB;ROUTE=LIMIT;Price=BID-0.05;Price=Round2;Share=Pos*.25;TIF=DAY;SELL=Send It works , but cancel my original stope . I removed " CXL ALLSYMB " , so it doesnt cancel my original stop , but it doesnt work at all ?? Thanks . Hi Fahad, I think we aren't on the same page with what I was answering: These scripts were for taking partials off the current position you are already holding. So you should not have any issue about short being available as you are holding the stock. Your original question was how to take a partial was it not? To do this I would assume you have to have a position? Hope this helps Share this post Link to post Share on other sites