Jump to content

We have moved to Discord. Please click here to join us in the Trading Terminal Discord server.



These forums are read-only.

Dylan irish

SSR question hotkeys

Recommended Posts

Dylan irish

First, I cannot find the hotkey spreadsheet with all the hotkeys and scripts on it anywhere. If someone could post that that would greatly help. 

Two, Regarding SSR mode, I love Kyles hotkey where it calculates risk and adds the hard stoploss. Is there a version of this for SSR mode to go SHORT?

Third- When covering a short in SSR mode I recently ran into a serious problem that cost me tons of profits, I hit my cover hotkeys but they are set up to cover at the ASK +.05. Do they need to be changed to cover at the Bid for SSR mode?

Share this post


Link to post
Share on other sites
Abiel

Hi Dylan.

1) Not spreadsheet but doc file, by Aiman. Most DAS FAQ  are here, for hotkeys scroll down to Hotkeys and Hotkey Buttons. 

2) Kyle´s spreadsheet give you option for long, short and SSR.

image.png.aba26f8e50e3c3ed3ccb9370bd300c9e.png

3) In SSR you need to cover to the Ask, reduce the .05 to .01 or just the ask, test in sim what works best for you. 

Share this post


Link to post
Share on other sites
Dylan irish

Thank you so much I appreciate the help

Share this post


Link to post
Share on other sites
Dylan irish
18 hours ago, Abiel said:

Hi Dylan.

1) Not spreadsheet but doc file, by Aiman. Most DAS FAQ  are here, for hotkeys scroll down to Hotkeys and Hotkey Buttons. 

2) Kyle´s spreadsheet give you option for long, short and SSR.

image.png.aba26f8e50e3c3ed3ccb9370bd300c9e.png

3) In SSR you need to cover to the Ask, reduce the .05 to .01 or just the ask, test in sim what works best for you. 

I appreciate the help, can you post the link to Kyle's spreadsheet? There is a link to a google drive but I keep getting an error and says it wont open

 

Edited by Dylan irish

Share this post


Link to post
Share on other sites
Bryan W

It doesn't like to open on the web service, so you have to download it and edit after you've saved it. It wouldn't properly generate scripts for me with OpenOffice, so I had to use someone's computer that had Excel but there are probably other ways to make it work too.

Share this post


Link to post
Share on other sites
OTC

Hello all,

Thanks for your help.

Topic1:

I created two SSR HKs using $risk$. I used Kyle's HK spreadsheet to do so. My questions is: Do we need to create separate HKs ffrom our usual in terms of "COVER" or do we use the same HKs for covering non-SSR short trades.

StopPrice=Price+0.01;DefShare=BP*0.97;Price=Price-Bid+0.01;SShare=100/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price=Bid-0.05;TIF=DAY+;SELL=Send;DefShare=100;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.05 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY+;

Topic2:

I created HKs so that the stop-loss would execute in the pre=market (PM) and after hours (AH) sessions.

 

StopPrice=Price-0;DefShare=BP0.925;Price=Ask-Price+0.00;SShare=300/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5SShare;TogSShare;ROUTE=SMRTL;Price= Ask+0.05;TIF=DAY+;BUY=Send;DefShare=200;TriggerOrder=RT:STOP STOPTYPE:LIMIT PX:StopPrice-0.05 ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY+;

Can you help me adjust the following HKs so that they work in the PM and AH sessions?? 
 
LONG:
Long Scale in 50$ Risk:
CXL ALLSYMB;DefShare=BP*0.97;Price=Ask+0.02-StopPrice;SShare=50/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price= Ask+0.05;TIF=DAY+; BUY=Send;DefShare=100;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.05 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY+;
 
Long Break Even Stop
CXL ALLSYMB;Route=Stop;StopType=MARKET;STOPPRICE=AvgCost;StopPrice=Round2;Share=Pos;TIF=DAY+;SELL=Send;
 
Long Adjust SL to account for new position size (after selling some shares)
Route=Stop;Price=StopPrice-0.05;Share=Pos;StopType=MARKET;Replace;
 
Custom stop loss (double click price on chart and select hard stop)
CXL ALLSYMB;Route=Stop;Share=Pos;StopPrice=Price;TIF=DAY+;Price=StopPrice-0.05;StopType=MARKET;SELL=Send;
SHORT:
Short Scale in 50$ Risk:
StopPrice=Price+0.01;DefShare=BP*0.97;Price=Price-Bid+0.01;SShare=50/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price=Bid-0.05;TIF=DAY+;SELL=Send;DefShare=100;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.05 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY+;
 
Short  Break Even Stop
CXL ALLSYMB;Route=Stop;StopType=MARKET;STOPPRICE=AvgCost;StopPrice=Round2;Share=Pos;TIF=DAY+;BUY=Send;
 
Short Adjust SL to account for new position size (after selling some shares)
Route=Stop;Price=StopPrice+0.05;Share=Pos;StopType=MARKET;Replace;
 
Custom stop loss (double click price on chart and select hard stop)
CXL ALLSYMB;Route=Stop;Share=Pos;StopPrice=Price;TIF=DAY+;Price=StopPrice+0.05;StopType=MARKET;BUY=Send;
 
SSR Short
StopPrice=Price+0.01;DefShare=BP*0.97;Price=Price-Bid+0.01;SShare=100/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price=Bid-0.05;TIF=DAY+;SELL=Send;DefShare=100;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.05 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY+;
 

Share this post


Link to post
Share on other sites

[[Template core/front/global/mobileNavigation is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.