Search the Community
Showing results for tags 'hot key'.
Found 5 results
-
https://dastrader.com/docs/how-do-i-use-hotkeys/ ------------------------------------------ BUY $25000 CXL ALLSYMB; ROUTE=LIMIT;TIF=DAY+;Price=ASK+0.10; Share=25000/Price;BUY=Send SHORT $25000 CXL ALLSYMB; ROUTE=LIMIT;TIF=DAY+;Price=Bid-0.10; Share=25000/Price;SELL=Send Above scripts contain the rule to limit the price to no more than 10 cents above the ASK. (Ask+0.10) or 10 cents below the BID (Bid-0.10). Adjust this as necessary. ----------------------------------------------- SELL 100% CXL ALLSYMB; ROUTE=LIMIT;Price=Bid-0.10; Share=Pos;TIF=DAY+;SELL=Send; COVER 100% CXL ALLSYMB;ROUTE=LIMIT;Price=Ask+0.10; Share=Pos;TIF=DAY+;BUY=Send; SELL 50% CXL ALLSYMB; ROUTE=LIMIT; Price=Bid-0.10; Share=Pos*.5;TIF=DAY+;SELL=Send; COVER 50% CXL ALLSYMB;ROUTE=LIMIT;Price=Ask+0.10; Share=Pos*.5;TIF=DAY+;BUY=Send; Above scripts contain the rule to limit the price to no more than 10 cents above the ASK. (Ask+0.10) or 10 cents below the BID (Bid-0.10). Adjust this as necessary. ----------------------------------------- BUY a position based on 30% of your available BUYING POWER. So if your current available BP is $100,000, 30% is $30,000. ROUTE=SMRTL;Price=Ask+0.05;Price=Round2;Share=BP*0.3;TIF=DAY+;BUY=Send BUY a position based on 10% of your BUYING POWER: ROUTE=SMRTL;Price=Ask+0.05;Price=Round2;Share=BP*0.1;TIF=DAY+;BUY=Send Above scripts contain the rule to limit the price to no more than 5 cents above the ASK. (Ask+0.05). Adjust this as necessary. https://dastrader.com/docs/how-do-i-check-the-required-bp-buying-power-for-an-order/ ----------------------------- EQUALIZED RISK HOTKEYS For Long Entries and a $10 risk, stop order attached, and Target order of 1:1 CXL ALLSYMB;StopPrice=Price-0;DefShare=BP*0.925;Price=Ask-Price+0.00;SShare=10/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=200;Price=Ask-StopPrice*1+Ask;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:StopPrice HighPrice:Price ACT:SELL QTY:POS TIF:DAY+ For Short Entries and a $10 risk, stop order attached, and Target order of 1:1 CXL ALLSYMB;StopPrice=Price+0;DefShare=BP*0.925;Price=Price-Bid+0.00;SShare=10/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=200;Price=StopPrice-Bid*1;Price=Bid-Price;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:Price HighPrice:StopPrice ACT:BUY QTY:POS TIF:DAY+
-
I can't find anyone complaining about this issue, but I certainly am (to CMEG). According to the Das user manual, TIF Day is for market hours only while DAY+ covers market plus extended trading hours (i.e., premarket and after hours). That is both logical and how every broker I've ever used applied TIF. But CMEG applies Das TIF as such: Day for premarket and market, Day+ for after hours. That is illogical and wrong. It means needing a duplicate set of hotkeys depending on when you're trading. (What's more, I don't even think CMEG's description of how their TIF works is correct; I use Day+ during regular market hours all the time...and am almost certain I've had to switch to Day to close out a trade AH...it's almost as if they've got the TIFs backwards). Anyway, I'm trying to get CMEG to contact Das and fix this problem. Just wanted to let anyone else know who's as frustrated as I.
-
Hey All! I am struggling to decide what hotkeys to use. Based on the info provided in the education center, I am assuming most people use Kyle's hotkey scripts. I would love to find out if this is accurate or if there are some who use other hotkey scripts. So let me know what you're using! Thanks! Elisabeth Price
-
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
-
Click Chart Price Limit Order Hotkey
Phil posted a topic in Day Trading Hardware, Software and Tools
Hi All, I'm making this post seeking assistance with a specific hotkey script that I'm having trouble making. It's a rather simple concept, but despite having it clearly defined in my mind, I am having a hard time finding the resources to execute it. So, here goes... The simple function that I am looking for (in a single hotkey) is this - I would like to: 1.) Be able to select a limit order price by clicking on the chart (and would like it to be ask + 0.05 for long positions, or bid -0.05 for short positions). 2.) Execute the order at a specific share size defined by the quantity related hotkey that is pressed after purchase price is selected by clicking. 3.) Automatically set a stop loss at -$150 for any quantity share size chosen. If anyone is able to help with this, or share their similar hotkey script, I would be extremely grateful! Thanks! - Phil