We have moved to Discord. Please click here to join us in the Trading Terminal Discord server.
These forums are read-only.
Search the Community
Showing results for tags 'hotkeys'.
Found 35 results
-
Hi all, I am looking for a very basic hotkey script that I can use whereby DAS will automatically calculate the number of contracts to purchase based on a defined $ amount. For example, I wish to buy $1000 worth of an option with a current ask price of $1 (contract price $100) - on punching my hotkey DAS should go ahead and purchase 10 contracts ($1000 / ask*100). Is there a simple hotkey script to achieve this? Also, which window needs to be active when punching the hotkey - the options chain or the montage? I don't know if it affects the script at all, but for reference my broker is IBKR. Any help would be greatly appreciated - thanks!
-
I am trying to get the equalized risk with range order target hotkey set up in DAS trader using the updated hotkeys from Peter's site, however I am having an issue with the short version. When I execute it it is saying "Invalid shares." The long version works. Any help would be appreaciated! $MONTAGE=GetWindowObj("MONTAGE1"); $MONTAGE.CXL ALLSYMB; $sellprice=$MONTAGE.Bid; $risk=20; $mystop=$MONTAGE.price; $pricetostop=$mystop-$sellprice; $target=Bid-$pricetostop-$pricetostop-$pricetostop; $amount=$risk/$pricetostop; $MONTAGE.Share=$amount; $MONTAGE.ROUTE="SMRTL"; $MONTAGE.Price=Round($sellprice,2); $MONTAGE.TIF=DAY+; $MONTAGE.SELL; $MONTAGE.TriggerOrder=RT:STOP STOPTYPE:RANGEMKT LowPrice:$target HighPrice:$mystop ACT:BUY QTY:POS TIF:DAY+;
-
Issue with Fixed Risk Hotkey in DAS — Not Buying Correct Share Size
Alex Dumitrache posted a topic in DAS Trader Pro Tips and Tricks
Hey everyone, I need some help with a fixed risk hotkey I’m using in DAS. My goal is: Risk a fixed dollar amount (e.g., $100). Buy (or short) the maximum number of shares based on: My stop loss (selected by double‑clicking on the chart). My available buying power. Here’s the hotkey I’m currently using for long entries: StopPrice=Price-0; DefShare=BP*0.925; Price=Ask-Price+0.00; SShare=98/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; TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0.05 ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY+ and for Short: StopPrice=Price+0; DefShare=BP*0.925; Price=Price-Bid+0.00; SShare=98/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; TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.05 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY+ The Problem When my stop is very tight (usually less than $1 away from entry), DAS calculates the wrong share size. Current Example (short trade): Buying Power: $40,000 Entry: $320.33 Stop: $321.13 (double‑clicked) Risk: $0.80 per share Risk I want: $100 Shares DAS actually bought: 71 Math check: 71 shares × $320.33 = $22,743 (almost half of my BP) 71 shares × $0.80 = $56.8 risk Should have been closer to 100 shares (to risk ~$100) So instead of hitting my defined risk, DAS under‑allocates shares when the stop is tight. What I Need Help With I’m looking for a clean hotkey script that: Risks a fixed dollar amount (e.g., $100). Correctly sizes the position based on the distance to my stop (no matter how tight). Respects available buying power. Has anyone solved this issue or can help me rewrite the script correctly? Thanks in advance! -
Hey friends, I have an issue. I tried the Das Trader Pro for 2 weeks on my Macbook and decided after that to get a windows laptop . I worked really hard to make some hotkeys and now I cannot make them work on my new laptop... I brought the hotkey file from my Mac and paste it in the htk file in the windows but still they don't react anyhow. I can see the all the hotkeys I created in the new Demo account that I made, and I changed the account name in the hotkeys to the new demo account but they still don't function. I need help ASAP!
-
We can now process orders anytime, just like if we did it manually. All the details here.-
- 2
-
-
-
- dastrader
- hotkey advanced
-
(and 1 more)
Tagged with:
-
DAS Trader Hotkey for Stop Loss for Pre and Post Market
ebfsantos posted a topic in Day Trading Hardware, Software and Tools
Hi Community, first of all, I have to say you all are awesome! I am so happy I found this community! I am new to DAS Trader, and was wondering is there is a way to have the stop loss order trigged in the premarket and after hours sessions. I am currently using the equalized hot keys with R:R orders, but the stop loss does not trigger in the pre-market, it is possible to have it trigged in the non regular hours? Thank you very much, Emanuel P.S. Please feel free to delete this post if it is duplicated.- 2 replies
-
- afterhours
- premarket
-
(and 3 more)
Tagged with:
-
Hello everyone I am new to BBT, and am looking for some files in the forum. I am working on setting up a stream deck for hotkeys, and watched Kyle's webinar "How to Setup StreamDeck" where he references zip files for both scripts and icons. I have scoured the forums to the best of my ability and found a zip file I believe to be the correct script "generator" xlsx file (not sure if anything newer out there), but have been unable to find anything for Kyle's icons. If anyone is able to help that would be most appreciated.
-
Today someone shared this hotkey code: CXL ALLSYMB;StopPrice=Price;StopPrice=StopPrice*0.50;StopPrice=Round1;StopPrice=StopPrice/0.50;Price=Ask-Price;Share=10/Price;TogSShare;ROUTE=LIMIT;Price= Ask+0.25;TIF=DAY+;BUY;Price=Ask-StopPrice*4+Ask;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:StopPrice HighPrice:Price ACT:SELL QTY:POS TIF:DAY+ This is a hotkey for FUTURES, that lets you click where you want your STOP to be. This is for a LONG position only. I am looking to see if someone can post or make a code to go SHORT. Thank you for any help
-
Buy and Stoploss hotkeys for Options trading in DAS
Kalyanjianand posted a topic in Bear Bull Traders - Members Only!
Hi, I am trading options in DAS Trader pro. Could anyone please share me the hotkey script to place stoploss for option buying? -
DAS Change timeframe of chart group with hotkey?
JC posted a topic in DAS Trader Pro Tips and Tricks
I have a screen with 6 charts (3 linked to their own montages and 3 fixed using the Data Config). I typically watch from the open on lower timeframes but would like to flick between 1 minute, 2 minute, 5 minute and 15 minute quickly as the day progresses. Is it possible to switch the timeframe on a group of charts with a hotkey in DAS? -
stop loss hot keys for break even
syed Danyal kazmi posted a topic in Risk, Account & Money Management
Hi i hope someone can help me with this. Recently i have been journaling my trades and i have been developing a bad habit of letting my winning trades turn into losing ones. I usually trade from 9:30 am to 12-1pm, with majority of my trades in the morning. In the morning because of the volatility i am not able to enter my stop loss to break even manually fast enough. If anyone has any scripts to when i take my first partial, my stop loss automatically jumps to break even or would like to collab with me to create this hot key script. I am not good at hot key scripting but im learning. If anyone can help me or point me to the right direction it would help me ten fold with my trading and also people that might be struggling with the same problem as me.- 14 replies
-
- break even
- risk managment
-
(and 1 more)
Tagged with:
-
Hello all! My Hotkey screen shows up like this when I open it (see attached). Any idea how I can resolve this? Thanks!
-
February 14th, 2022 - Special Webinar: Advanced Hotkeys for Risk Management: Part 2
KyleK29 posted a topic in Technology Webinars
Special Webinar February 14th, 2022 Topic of the Week Technology / DAS Trader Pro : Advanced Hotkeys for Risk Management, Part 2 Shared Clipboard Any of the scripts or pasteable items we make during class will be pasted in the code box below for each copy/pasting by you. WEBINARS link: https://forums.bearbulltraders.com/forum/97-technology-webinars/ TECHNOLOGY PAGE: https://bearbulltraders.com/technology-class/ ------------ For the Dynamic Risk hotkey scripts, please see the special "Relevant Links" section below. ------------ CALCULATOR SCRIPTS: FOR THE CALCULATE Scripts you must have an open position and a valid Stop Price populated in the montage's Stop Price ("Trigger Price") box. For best results, reload your current STOP Order by double-clicking it in the Orders window or double-clicking the QTY## portion on the order flag. These scripts will populate the dollar amount into the Montage's "Price" field. # Calculate Return at Double Clicked; Share=Price*100; Price=AvgCost; SShare=Price*100; Share=Share-SShare;Share=Share;Price=Share/100;Share=Pos;Price=Price*Share;TogSShare;Share=0; # Calculate Risk of Position; Price=AvgCost;Share=Price*100;Price=StopPrice;SShare=Price*100;Share=Share-SShare;Share=Share;Price=Share/100;Share=Pos;Price=Price*Share;TogSShare;Share=0; # Calculate Return PnL; Price=AvgCost;Share=Price*100;Price=Last;SShare=Price*100;Share=Share-SShare;Share=Share;Price=Share/100;Share=Pos;Price=Price*Share;TogSShare;Share=0; # Check Available Buying Power; Price=1; Share=BP; SShare=Share; Share=0; ------------ THOR'S FREEROLL: Thor's Freeroll, has very specific use cases. Please see Thor's videos / chatroom time to see how he utilizes it. IBKR Version - Short: CXL ABOVEAVGCOST;StopPrice = Price;Share=Price*100;Price=AvgCost;SShare=Price*100;Share=Share-SShare;Price=Share;Price=Share/100;Share=Pos * Price;Price=StopPrice-Bid;SShare=Share / Price;DefShare=BP*0.97;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;SShare=DefShare-SShare;Share=0.5*SShare; Share=Share*1; Price=Bid-0.05;TogSShare;TIF=DAY;ROUTE=SMRTL;SELL=SEND;DefShare=10; TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY; IBKR Version - Long: CXL BELOWAVGCOST;StopPrice = Price;Share=Price*100;Price=AvgCost;SShare=Price*100;Share=Share-SShare;Price=Share;Price=Share/100;Share=Pos * Price;Price=Ask-StopPrice;SShare=Share / Price;DefShare=BP*0.97;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;SShare=DefShare-SShare;Share=0.5*SShare; Share=Share*1; Price=Ask+0.05;TogSShare;TIF=DAY;ROUTE=SMRTL;BUY=SEND;DefShare=10; TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY; --- All Other Brokers and DEMO - Short: CXL ABOVEAVGCOST;StopPrice = Price;Share=Price*100;Price=AvgCost;SShare=Price*100;Share=Share-SShare;Price=Share;Price=Share/100;Share=Pos * Price;Price=StopPrice-Bid;SShare=Share / Price;DefShare=BP*0.97;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;SShare=DefShare-SShare;Share=0.5*SShare; Share=Share*1; Price=Bid-0.05;TogSShare;TIF=DAY;ROUTE=LIMIT;SELL=SEND;DefShare=10; TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY; All Other Brokers and DEMO - Long: CXL BELOWAVGCOST;StopPrice = Price;Share=Price*100;Price=AvgCost;SShare=Price*100;Share=Share-SShare;Price=Share;Price=Share/100;Share=Pos * Price;Price=Ask-StopPrice;SShare=Share / Price;DefShare=BP*0.97;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;SShare=DefShare-SShare;Share=0.5*SShare; Share=Share*1; Price=Ask+0.05;TogSShare;TIF=DAY;ROUTE=LIMIT;BUY=SEND;DefShare=10; TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY; ------------ BHOD/BLOD: As always, use in simulator. Not widely tested. Know what you're doing. This is for specific high-of-day and low-of-day break scenarios.] This should work with any broker. Usage: 1) Double-click where you want your STOP to be if the HOD entry is triggered. 2) Fire hotkey script. 3) It'll calculate your share total based on the HoD price (for the ticker) + 0.01 value and your dbl-clicked stop location using $40 risk as set. 4) It sets a pending STOP order to OPEN a position on the LONG side if the HoD + 0.01 value is hit. Sets a TriggerOrder in the system to create a STOP exit order upon triggering. a) If the above pending order is cancelled without fulfillment, the Trigger Order should be cancelled out as well. b) If the above pending order is triggered (price => hod+0.01), the Trigger Order will fire and open a STOP exit based on the risk calculations for $40. LONG SIDE - HIGH OF DAY BREAK: StopPrice=Price;DefShare=BP*0.97;Price=HI+0.01-Price;SShare=40/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare; Price=StopPrice; Route=STOP;StopType=Market;StopPrice=HI+0.01;TIF:DAY; Buy=Send; TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0.3 ACT:SELL STOPPRICE:Price QTY:Pos TIF:DAY; DefShare=20; SHORT SIDE - LOW OF DAY BREAK: StopPrice=Price;DefShare=BP*0.97;Price=Price-LOW+0.01;SShare=40/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;Price=StopPrice;Route=STOP;StopType=Market;StopPrice=LOW-0.01;TIF:DAY; Sell=Send; TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.3 ACT:BUY STOPPRICE:Price QTY:Pos TIF:DAY; DefShare=20; EXCEL on Thor's Freeroll logic breakdown, see "Relevant Links" section below. Relevant Links: - Dynamic Hotkeys Thread: DAS - Dynamically Calculate Shares on %Risk or $Risk - Hot Key + Configuration, Updated 9/10/19, v2.1 - DAS Trader Pro Tips and Tricks - Bear Bull Traders Forums - Spreadsheet for Logic Breakdown of Thor's Freeroll Hotkey Script: https://docs.google.com/spreadsheets/d/1SgeHa0qysaFuZU6VbHJxcDOjhkx1pF-u8lkNcCqjprs/copy-
- 1
-
-
- das trader pro
- hotkeys
-
(and 1 more)
Tagged with:
-
January 31st, 2022 - Special Webinar: Advanced Hotkeys for Risk Management: Part 1
KyleK29 posted a topic in Technology Webinars
Special Webinar January 31st, 2022 Topic of the Week Technology / DAS Trader Pro : Advanced Hotkeys for Risk Management, Part 1 Part 2 is scheduled for February 14th, 2022 at 5pm Pacific (8pm Market/Eastern). Shared Clipboard Any of the scripts or pasteable items we make during class will be pasted in the code box below for each copy/pasting by you. WEBINARS link: https://forums.bearbulltraders.com/forum/97-technology-webinars/ TECHNOLOGY PAGE: https://bearbulltraders.com/technology-class/ ------------ For the Dynamic Risk hotkey scripts, please see the special "Relevant Links" section below. ------------ ** NOTE: We didn't get time to cover the use of these special Helper/Calculator scripts, we'll go over them in Part 2. But here they are if you want them. FOR THE CALCULATE Scripts you must have an open position and a valid Stop Price populated in the montage's Stop Price ("Trigger Price") box. For best results, reload your current STOP Order by double-clicking it in the Orders window or double-clicking the QTY## portion on the order flag. These scripts will populate the dollar amount into the Montage's "Price" field. # Calculate Return at Double Clicked; Share=Price*100; Price=AvgCost; SShare=Price*100; Share=Share-SShare;Share=Share;Price=Share/100;Share=Pos;Price=Price*Share;TogSShare;Share=0; # Calculate Risk of Position; Price=AvgCost;Share=Price*100;Price=StopPrice;SShare=Price*100;Share=Share-SShare;Share=Share;Price=Share/100;Share=Pos;Price=Price*Share;TogSShare;Share=0; # Calculate Return PnL; Price=AvgCost;Share=Price*100;Price=Last;SShare=Price*100;Share=Share-SShare;Share=Share;Price=Share/100;Share=Pos;Price=Price*Share;TogSShare;Share=0; # Check Available Buying Power; Price=1; Share=BP; SShare=Share; Share=0; Relevant Links: - Dynamic Hotkeys Thread: DAS - Dynamically Calculate Shares on %Risk or $Risk - Hot Key + Configuration, Updated 9/10/19, v2.1 - DAS Trader Pro Tips and Tricks - Bear Bull Traders Forums-
- das trader pro
- das
-
(and 2 more)
Tagged with:
-
Hot keys for defining capital(BP), Stop loss and target profit
tradingmama posted a topic in Day Trading Hardware, Software and Tools
Hi, I'm a new memeber here. I'm trying to start small and not complicate with partials and share size. I'm comfortable trading by defining how much capital i want to use per trade, stop loss and profit target. I'm planning to start with a small capital and I don't want to spend time calculating how many shares I could buy. I tried the current risk based hotkeys. I understand It's a great tool but I feel like i'm still not at that point in my trading journey. Does anyone have/know hot keys where I can say ok use 3000 USD to buy me this share and set the stop loss at x.yz and take profit when it hits y.xz. I really liked the hot key where you could double click for your stop loss and it calculates how many shares you could buy. Only problem I have is I want to define my capital/BP. Even in simulator, I don't want to use all I have, I want to see what happens when I use only 10k because that's all I will be able to use when I go live. Thanks in advance. -
Need Help - Any Coder/ScriptProgarmmer available to customize some DAS Hotkey setting?
traderedcheong posted a topic in Day Trading Hardware, Software and Tools
Hi, I love Kyle's Das Equalizing Hotkey.... I am totally clueless about scripting. I want so badly to set a trigger limit Ask Buy with the equalizing hotkey stops all calculated so that i am waiting for the price to trigger (example during a breakout). However for the current Kyle's Das Equalizing Hotkey, once you execute the hotkey, the price gets immediately triggered. I would want to engage anyone who could help for a fee. Really really appreciate. Thank you. Important Hotkey for Day Traders: EQUALIZED RISK PER TRADE on DAS Trader Pro - YouTube (Btw Kyle if you are reading this...i love your hotkeys so much...am forever grateful ) -
Hotkey for maximising share size while controlling avg cost?
Elliot C posted a topic in Day Trading Hardware, Software and Tools
Hello, I recently found the equalised risk hotkeys on YouTube and they've been really helpful with maximising opportunities while managing risk. I was wondering if anyone had a script for adding to positions while managing avg share cost in a similar way? Put simply, I need a hotkey that tells DAS to buy as many shares as possible without bringing the avg share cost past my desired price. If anyone could help I'd be very grateful, equalising risk has already been a game-changer 🙂 -
Hi there, My first question here , I've been using the hotkeys from the "Most Frequently Used Hotkeys" and there's something I noticed regarding the short side: 1) I'm using the order with automatic stop loss and defined risk as below: StopPrice=Price+0;DefShare=BP*0.925;Price=Price-Bid+0.00;SShare=25/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;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.05 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY+; When I short, I got the montage as below, I think the Sshare minus is what cause the issue 2) After short, when I decide to cover, I use the cover the following script: CXL ALLSYMB;ROUTE=LIMIT;Price=ASK+0.05;Price=Round2;Share=Pos*.5;TIF=DAY+;BUY=Send;ROUTE=STOP;StopType=Market;StopPrice=AvgCost;Share=Pos+share;TIF=GTC;BUY=SEND and I get the following montage: as you can see the shares was reduced by 1/2 as intended but the stop added 1 share, but, if I cover half again: this time, appears to have changed properly, but as the first calculation was incorrect I have now 18 shares on the buy side and as you can imagine, if it hits my breakeven, I go long by 9 shares (18-9). Does anyone got this issue using the script? I believe it's related to the SSHARE parameter, but I've been struggling with that with no success so far. Kind regards, Nobre
-
September 28th, 2021 - Special Webinar: Advanced Hotkeys for Risk Management: Part 1
KyleK29 posted a topic in Technology Webinars
Special Webinar September 28th, 2021 Topic of the Week Technology / DAS Trader Pro : Advanced Hotkeys for Risk Management, Part 1 Part 2 is scheduled for October 12th, 2021 at 5pm Pacific (8pm Market/Eastern). Shared Clipboard Any of the scripts or pasteable items we make during class will be pasted in the code box below for each copy/pasting by you. WEBINARS link: https://forums.bearbulltraders.com/forum/97-technology-webinars/ TECHNOLOGY PAGE: https://bearbulltraders.com/technology-class/ ------------ FOR THE CALCULATE Scripts you must have an open position and a valid Stop Price populated in the montage's Stop Price ("Trigger Price") box. For best results, reload your current STOP Order by double-clicking it in the Orders window or double-clicking the QTY## portion on the order flag. These scripts will populate the dollar amount into the Montage's "Price" field. # Calculate Return at Double Clicked; Share=Price*100; Price=AvgCost; SShare=Price*100; Share=Share-SShare;Share=Share;Price=Share/100;Share=Pos;Price=Price*Share;TogSShare;Share=0; # Calculate Risk of Position; Price=AvgCost;Share=Price*100;Price=StopPrice;SShare=Price*100;Share=Share-SShare;Share=Share;Price=Share/100;Share=Pos;Price=Price*Share;TogSShare;Share=0; # Calculate Return PnL; Price=AvgCost;Share=Price*100;Price=Last;SShare=Price*100;Share=Share-SShare;Share=Share;Price=Share/100;Share=Pos;Price=Price*Share;TogSShare;Share=0; # Check Available Buying Power; Price=1; Share=BP; SShare=Share; Share=0; # Create Stop Order in Replay Mode; ROUTE=Stop; StopType=Market; StopPrice=Price; Share=Pos; TIF=DAY; Send=Reverse; Relevant Links: - Dynamic Hotkeys Thread: DAS - Dynamically Calculate Shares on %Risk or $Risk - Hot Key + Configuration, Updated 9/10/19, v2.1 - DAS Trader Pro Tips and Tricks - Bear Bull Traders Forums -
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
-
Hi guys, i'm new to the stock market and just wanna ask something regarding the hotkeys, i've went through the hotkeys file that kyle made and know there is a hotkey that is 1 to 2 risk reward be it long or short. But is there a way to modify the command such that i just want it to auto calculate the amount of shares i can buy based on the pre set amount, let's say $20, also on the stop loss i've made and my buying capital. As sometimes different stocks cost differently, the amount of shares is different and also sometimes when the preset shares is based on $20 but my buying power could not afford so many shares. So it'll be great if there is a hotkey that could set based on, stoploss, buying capital and also the preset amount. And also I do not want to set the take profit part as i dont want to clear all my shares in 1 go because sometimes the stocks could go way further than 1: 2. Thanks in advance!!
-
August 9th, 2021 - Technology Class - DAS Trader Pro Open Q/A
KyleK29 posted a topic in Technology Webinars
Technology Class August 9th, 2021 Topic of the Week Technology / DAS Trader Pro : Open QA Class will review and answer submitted questions on the topic of DAS Trader Pro. Question of the Week None Shared Clipboard Any of the scripts or pasteable items we make during class will be pasted in the code box below for each copy/pasting by you. WEBINARS link: https://forums.bearbulltraders.com/forum/97-technology-webinars/ TECHNOLOGY PAGE: https://bearbulltraders.com/technology-class/ ------------ @John G: Replay Mode Hotbutton Stop: ROUTE=STOP; STOPTYPE=MARKET: SHARE=POS; TIF=DAY; SEND=REVERSE; @PR LONG - Sell 50%: Route=Limit;Share=Pos*.5;Price=Ask+.05;TIF=DAY;SELL=Send; LONG - Sell 100%: CXL ALLSYMB; Route=Limit;Share=Pos;Price=Ask+.05;TIF=DAY;SELL=Send; SHORT - Cover 50%: Route=Limit;Share=Pos*.5;Price=Bid-.05;TIF=DAY;BUY=SEND; SHORT - Cover 100%: CXL ALLSYMB; Route=Limit;Share=Pos;Price=Bid-.05;TIF=DAY;BUY=Send; ----------- Relevant Links: - Dynamic Hotkeys Thread: DAS - Dynamically Calculate Shares on %Risk or $Risk - Hot Key + Configuration, Updated 9/10/19, v2.1 - DAS Trader Pro Tips and Tricks - Bear Bull Traders Forums-
- hotkeys
- das trader pro
-
(and 2 more)
Tagged with:
-
Hey all, I'm trying to figure out how to script a hotkey in DAS for adding to or creating a new position that will buy or short a set number of shares and then set a stop loss for fixed amount calculated based on the overall position and average cost per share. For example I want to buy 100 shares and I want to set my stop to fixed amount say $100 dollars. The math for this seems pretty basic just (average cost- (risk amount/position)) but I can't seem to make that work in a hotkey script. I would also want the script to update the stop if I add to the position so for example for a $10 stock: the first time I hit the button it buys 100 shares at current ask then sets a stop to sell 100 shares at $9, then I hit it again (assuming the ask is still $10) it buys another 100 shares (now I have 200 shares) and sets the new stop loss (cancelling the old) to sell 200 shares at $9.50. and then will do that each time I mash the button so were I to hit it 10 times for a 1000 shares my new stop loss would be to sell 1000 shares at $9.90. Any help would be greatly appreciated!!
-
Technology Class June 7th, 2021 Topic of the Week StreamDeck Class will review the available StreamDeck (and competitor) options, do some basic profile creation to show the ropes of the hardware / software, and how you'd use it DAS. Question of the Week Poll Results Question: Do you currently use any device to help with hotkeys in your trading routine? Yes - 43% No - 57% Shared Clipboard Any of the scripts or pasteable items we make during class will be pasted in the code box below for each copy/pasting by you. ... to be filled after class ... Relevant Links: - StreamDeck Help Files (my profiles and icons):
-
- technology
- das
-
(and 3 more)
Tagged with:
-
so I want to make hotkey that set's range order based on clicking to chart and existing stop loss order I've managed to make it for long side trades as this CXL ALLSYMB;ROUTE=STOP;StopType=Range;LowPrice=stopprice;HighPrice=price;Share=Pos;TIF=DAY+;SELL=Send but I can't get it to work for short side, my guess is that it's because somehow stoploss when going short doesn't have a stopprice? bacause when I try to use this it simply set both low and highprice to 'price' CXL ALLSYMB;ROUTE=STOP;StopType=Range;LowPrice=price;HighPrice=stopprice;Share=Pos;TIF=DAY+;BUY=Send any idea if there is some other way to specify the high price?
