Tony Ciaramitaro 1 Posted September 21, 2020 Hello all, I've reviewed all of the relevant comments and replies regarding the SSR hot key and I'm not certain what is or is not the correct answer. I do know that the SSR Hotkey in the Beta_V2.1.xlsx as follows does not work. DefShare=BP*0.97;Price=Price-Bid+0.01;SShare=40/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=LIMIT;Price=Bid-0.05;TIF=DAY+;SELL=Send;DefShare=400; This is the error popup in DAS. Does anyone see the issue in the above script? My desired script would include a stop. Thanks all, Tony Share this post Link to post Share on other sites
Abiel 474 Posted September 21, 2020 This is how mine looks StopPrice=Price+0;DefShare=BP*0.97;Price=Price-Ask+0;SShare=40/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=LIMIT;Price=Ask;TIF=DAY+;SELL=Send;DefShare=0;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.3 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY+; 1 Abiel Guerra BBT Team [email protected] @abielguerra Find your answers in our Knowledge Base Share this post Link to post Share on other sites
Tony Ciaramitaro 1 Posted September 22, 2020 Thanks Abiel! I'll check it out. Share this post Link to post Share on other sites
Tony Ciaramitaro 1 Posted September 22, 2020 14 hours ago, Abiel said: This is how mine looks StopPrice=Price+0;DefShare=BP*0.97;Price=Price-Ask+0;SShare=40/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=LIMIT;Price=Ask;TIF=DAY+;SELL=Send;DefShare=0;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.3 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY+; Thanks Abiel! Works great! You're a genius dude! 1 Share this post Link to post Share on other sites