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 'tech class'.
Found 22 results
-
Technology Class June 13th, 2022 Topic of the Week New DAS Version 5.7.0.5 Overview 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. CANCEL All Open Orders for Symbol Below or Equal to the AvgCost: LONG: CXL BELOWEQAVGCOST; -- CANCEL All Open Orders for Symbol Above or Equal to the AvgCost: SHORT: CXL ABOVEEQAVGCOST; -- 15 Minute Chart Command: MinuteChart 15 30d; NumBar 20;-
- das trader pro
- open tech qa
-
(and 1 more)
Tagged with:
-
May 16th, 2022 - Technology Class - Technology / DAS Trader Pro Open Q/A
KyleK29 posted a topic in Technology Webinars
Technology Class May 16th, 2022 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. @ Line Config Tool for Custom Line Colors https://www.kaelmedia.com/projects/das-line-config/ @ Video for Dynamic Risk Hotkeys https://bearbulltraders.com/course/webinars-mentorship/lesson/technology-2/topic/advanced-hotkeys-for-risk-management-part-1-kyle-2/ @Alerts on Chart [Prior Class Information]: https://forums.bearbulltraders.com/topic/3065-august-16th-2021-technology-class-technology-das-trader-pro-open-qa/?tab=comments#comment-22350 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
- tech class
-
(and 1 more)
Tagged with:
-
Technology Class May 2nd, 2022 Topic of the Week New DAS Beta Version 5.7.0.3 Overview 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. Example of ConfigTrendline Hotkey for Rectangle w/Background + Transparency Settings: ConfigTrendLine Rectangle DotLine:FF0000:FF00FF:125; ---- Create Alert from Chart [Example is GreaterThan or Equal]: ** For a more complete example of how to use these and enable them, you can find it in a prior webinar class. ** Here: AlertName=TestGTE; AlertType=LastPrice; AlertOperator=>=; PlaySound=Yes; AutoDelete=Yes; Beep=Yes; Speak=Yes; PopupWindow=No; SoundFile "C:\myfile.wav"; AddAlert; ---- Set Partial 25% Bidirectional, Any Broker: Route=Limit; Route=SMRTL; Share=Pos*.25; TIF=DAY; Send=Reverse; Set Partial 50% Bidirectional, Any Broker: Route=Limit; Route=SMRTL; Share=Pos*.50; TIF=DAY; Send=Reverse; Set Partial 100% Bidirectional, Any Broker: Route=Limit; Route=SMRTL; Share=Pos; TIF=DAY; Send=Reverse; ----- @Mortforshort: CXL ALLSYMB; Route=Limit; Route=SMRTL; Share=Pos*.50; TIF=DAY; SELL=Send; TRIGGERORDER=RT:STOP STOPTYPE:MARKET STOPPRICE:STOPPRICE QTY:POS TIF:DAY ACT:SELL; Sell 25%, LONG, Set Stop to B/Even: CXL STOP; ROUTE=LIMIT; Price=BID-0.03;Price=Round2;Share=Pos*.25;TIF=DAY;SELL=Send; TRIGGERORDER=RT:STOP STOPTYPE:MARKET STOPPRICE:AvgCost QTY:POS TIF:DAY ACT:SELL; ----- Shell "myprogram.exe" %SYMB%; Shell "myprogram.exe" AMD; ----- @Tunde 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 -
April 18th, 2022 - Technology Class - Technology / DAS Trader Pro Open Q/A
KyleK29 posted a topic in Technology Webinars
Technology Class April 18th, 2022 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. @Rey David: HideStudies "StudyPivotPoint"; @Norma: CXL ALLSYMB;ROUTE=LIMIT;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 -
April 4th, 2022 - Technology Class - Technology / DAS Trader Pro Open Q/A
KyleK29 posted a topic in Technology Webinars
Technology Class April 4th, 2022 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/ ------------ ** Alerts on Chart Hotkey Chart Alerts: Add Alerts from Chart: * Must have the Alerts & Trigger window open/minimized. * If this is a hotbutton, you need to name a chart (Right-Click the title area -> Name: ...) as CHART1A for the hotbutton to work from the montage. If using as a hotkey script, you need to click the chart and fire the hotkey. FocusWindow CHART1A; AlertName=TestGTE; AlertType=LastPrice; AlertOperator=>=; PlaySound=Yes; AutoDelete=Yes; Beep=Yes; Speak=Yes; PopupWindow=No; AddAlert; FocusWindow CHART1A; AlertName=TestGTE; AlertType=LastPrice; AlertOperator=<=; PlaySound=Yes; AutoDelete=Yes; Beep=Yes; Speak=Yes; PopupWindow=No; AddAlert ---- @MasterChief --> Hotkey Fix: CXL ALLSYMB; Route=Stop; StopType=Market; Share=Pos; StopPrice=10 / Share; StopPrice=AvgCost-StopPrice; StopPrice=Round2; Share=Pos; TIF=Day+; Send=Reverse; ---- Place Limit Order @ Double-Clicked Price: All Brokers, Bidirectional: ROUTE=LIMIT; ROUTE=SMRTL; SHARE=POS*.20; TIF=DAY; SEND=REVERSE; Relevant Links: - Delayed Entry Dynamic Risk: https://forums.bearbulltraders.com/topic/2146-das-stop-limit-order-for-future-entry-with-dynamic-share-calculation-using-risk-with-a-stop-loss - 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
- tech class
-
(and 1 more)
Tagged with:
-
March 21st, 2022 - Technology Class - Technology / DAS Trader Pro Open Q/A
KyleK29 posted a topic in Technology Webinars
Technology Class March 21st, 2022 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/ ------------ @Norma: LONG: ROUTE=LIMIT;Price=Bid-0.05;Share=Pos*.5;TIF=DAY+;SELL=Send; TRIGGERORDER=RT:STOP STOPTYPE:MARKET STOPPRICE:AVGCOST QTY:POS ACT:SELL TIF:DAY; SHORT: ROUTE=LIMIT;Price=Ask+0.05;Share=Pos*.5;TIF=DAY+;BUY=Send; TRIGGERORDER=RT:STOP STOPTYPE:MARKET STOPPRICE:AVGCOST QTY:POS ACT:BUY TIF:DAY; -- @Chip RemoveAllTrendlines; -- Chart Alerts: Greater Than or Equal: FocusWindow CHART1A; AlertName=TestGTE; AlertType=LastPrice; AlertOperator=>=; PlaySound=Yes; AutoDelete=Yes; Beep=Yes; AutoReset=Yes; Speak=Yes; PopupWindow=No; AddAlert; Less Than or Equal: FocusWindow CHART1A; AlertName=TestLTE; AlertType=LastPrice; AlertOperator=<=; PlaySound=Yes; AutoDelete=Yes; Beep=Yes; Speak=Yes; PopupWindow=No; AddAlert -- @Tunde: CXL ALLSYMB BUY; CXL ALLSYMB SELL; CXL ALLSYMB; Cancel all open orders, for the symbol in the montage. CXL STOP; Cancel the STOP orders, for the symbol in the montage. CXL ALL BUY; CXL ALL SELL; Cancel all orders for all symbols buy/sell. CXL ALL ACCOUNT OF TRMYACCOUNT; CXL ABOVEAVGCOST; Cancel all orders that are above my positional avg cost for the loaded symbol. CXL BELOWAVGCOST; Cancel all orders that are below my positional avg cost for the loaded symbol. -- Relevant Links: - Delayed Entry Dynamic Risk: https://forums.bearbulltraders.com/topic/2146-das-stop-limit-order-for-future-entry-with-dynamic-share-calculation-using-risk-with-a-stop-loss - 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 -
Technology Class March 7th, 2022 Topic of the Week New DAS Beta Version 5.6.4.19 Overview 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/ ------------ HIDE STUDIES: * = Wildcard HideStudies "Price,Volume,Moving*"; HideStudies "StudyMoving*"; HideStudies "StudyMoving*,StudyPriceMark*"; HideStudies "StudyMoving*,*PriceMark*"; ------ TRENDLINES: * = Wildcard HideTrendlineAll; HideTrendlineAll YES; HideTrendlineAll NO; HideTrendlines "TrendlineHoriz,TrendlineText"; HIDE TRENDLINES: HideTrendlineAll; #(toggles); HideTrendlineAll YES; #[will hide]; HideTrendlineAll NO; #[will unhide]; ------ Click to Set Profit Target Limit Order: ROUTE=LIMIT; Share=POS*0.20; TIF=DAY; SEND=REVERSE; ------ SET MONTAGE TO TRAILING: ROUTE=STOP; STOPTYPE=TRAILING; SHARE=POS; TIF=DAY; ------ LOAD MORE HISTORICAL DATA: GetMoreHistoricalData; ------ @RAVI: StopPrice=Price;Route=Stop;StopType=Market;Share=Pos;Send=Reverse; ROUTE=LIMIT; ------ DAS LINE CONFIG TOOL: https://www.kaelmedia.com/projects/das-line-config/ ConfigTrendLine horzline dotline:7736c5:2; HorizontalLine; How to "Fix" Think-or-Swim Bookmap Config: **Note, this resets your bookmap configuration to default and you will have to completely reconfigure it in Think or Swim afterwards. 1) Close Think-or-Swim if it is open. SIDE NOTE: If you have a lot of detached Bookmap windows in ToS, you may want to load it up, and close all of those leaving just the main Bookmap display, then close it. 2) Navigate to your ToS install directory, by default this is: C:\Program Files\thinkorswim\ 3) Go into the \book_map\settings folder. 4) Find the "bookmap_config_v7.json" (I imagine when they go to v8, it'll be _v8.json) and rename it to "bookmap_config_v7.json.bak" (or whatever you choose). 5) Relaunch Think-or-Swim and load the Bookmap Window --> Once it loads the default config, set up all your configuration as you see fit (remember to do *all* of it, all panels, columns, indicators, and miscellaneous settings you may want to change in Bookmap. Be thorough.). 6) Close down Think or Swim .. it will now save a new .json file to the settings folder. 7) Relaunch Think or Swim, and now any new symbol you load into Bookmap should use that initial setup you just did. Just remember that if you change a setting later down the road, it'll only show up as changed on the particular SYMB you changed it on, there doesn't appear to be a way to "Set As Default" or "Load Default" configs in the ToS version of Bookmap. 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
- tech class
-
(and 1 more)
Tagged with:
-
Technology Class December 27th, 2021 Topic of the Week New DAS Beta Version 5.6.4.16 Overview 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/ ------------ 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 -
December 13th, 2021 - Technology Class - Technology / DAS Trader Pro Open Q/A
KyleK29 posted a topic in Technology Webinars
Technology Class December 13th, 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/ ------------ We discussed a few ways to "toggle off" studies - these aren't direct methods, so they have their downsides. METHOD 1 -> Save / Load Chart Settings: 1) Setup the chart exactly like you want, then right-click the chart -> Save Settings -> Save it to the DAS folder with a name you'll remember, example "TestStudysOn.cst" 2) Now remove the study you want to hide (toggle off), then right-click the chart -> Save Settings -> Save it to the DAS folder with a name you'll remember, example "TestStudysOff.cst" 3) Create a hotkey for "Toggle Study On" (you can name it whatever), with the script: LoadSetting TestStudysOn.cst; 4) Create another hotkey for "Toggle Study Off", with the script: LoadSetting TestStudysOff.cst; 5) Use those hotkeys with the specific chart selected to toggle the study on/off. Just remember, current zoom won't carry over, and if you alter settings of any studies (or the chart configuration) you'll need to remember to update it in both .cst files. ----- METHOD 2 -> Duplicate The Chart Window, then click to swap between the two (slightly overlap them): 1) Go into the hotkey editor and create a hotkey script for: DuplicateWindow; 2) Select the chart and hit that hotkey. It'll spawn an exact duplicate of the window you selected. Now just remove the study you don't want to be active. AS a side note, remember that if the Pivot Point study is "squishing" the chart view, you can toggle this off by going to the Study Config, selecting the study, hitting the "ConfigEx" button below the studies box, and then unchecking "Include in Scale." This is a commmon thing most users don't realize exists. 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 -
December 6th, 2021 - Technology Class - Technology / DAS Trader Pro Open Q/A
KyleK29 posted a topic in Technology Webinars
Technology Class December 6th, 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/ ------------ 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 -
November 29th, 2021 - Technology Class - Technology / DAS Trader Pro Open Q/A
KyleK29 posted a topic in Technology Webinars
Technology Class November 29th, 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/ ------------ 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 -
Technology Class November 8th, 2021 Topic of the Week DAS Tip: Take Screenshot on Position Entry 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/ ------------ Screenshot with Entry Hotkey, Append to End of Hotkey, Has Setup Requirements -> Please see the Webinar Video for how to configure. ScreenRecorder FullScreenshotToFile; 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-
- tech class
- das
-
(and 1 more)
Tagged with:
-
Technology Class November 1st, 2021 Topic of the Week DAS Tip: Configuring Network Latency Alerts in DAS 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/ ------------ DuplicateWindow: 1) Create a hotkey script (not a hotbutton on the montage) with the command: DuplicateWindow; 2) Select a window you want to duplicate and fire the command. --- @Alastair Try to bring back window that is off-screen or out of view / can't be found: 1) Create hotkey script with command: FOCUSWINDOW MYNAME; SetPopOut Y; WPOS 0 0; ** Note, you must know the name you've assigned the window, in this example I assigned "MYNAME" to it. 2) Window will appear at the 0,0 coordinate position for Windows. 0,0 is the upper left corner of your Primary monitor. You can then move it and pop it back in to where you want (MDI Child button). 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 -
October 25th, 2021 - Technology Class - Technology / DAS Trader Pro Open Q/A
KyleK29 posted a topic in Technology Webinars
Technology Class October 25th, 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/ ------------ 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 -
October 18th, 2021 - Technology Class - DAS Tip: Measure Distance on Chart Tool
KyleK29 posted a topic in Technology Webinars
Technology Class October 18th, 2021 Topic of the Week DAS Tip of the Week: Measure Distance on Chart Tool 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/ ------------ DAS Line Config Tool: https://www.kaelmedia.com/projects/das-line-config/ SET STOP at Double-Clicked Price (Bidirectional): ROUTE=STOP; STOPTYPE=MARKET; STOPPRICE=PRICE; TIF=DAY; SHARE=POS; SEND=REVERSE; LONG Side Stop -0.20 below AvgCost: ROUTE=STOP; STOPTYPE=MARKET; PRICE=AVGCOST-0.20; SHARE=POS; TIF=DAY; SEND=REVERSE; SHORT Side Stop +0.20 above AvgCost: ROUTE=STOP; STOPTYPE=MARKET; PRICE=AVGCOST+0.20; 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 - Kyle's Line Configuration Tool: https://www.kaelmedia.com/projects/das-line-config/ - Aiman's "How to Use ATR for Maximum Gains" video: -
October 11th, 2021 - Technology Class - Technology / DAS Trader Pro Open Q/A
KyleK29 posted a topic in Technology Webinars
Technology Class October 11th, 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/ ------------ 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 -
Technology Class October 4th, 2021 Topic of the Week Overview of new features / fixes in DAS Beta 5.6.4.15 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/ ------------ # Set 33% Take Profit at Double-Clicked Position, Bidirectional (Long & Short); SHARE=POS*0.33; TIF=DAY; ROUTE=LIMIT; SEND=REVERSE; # Update Position Hotbutton, w/ order you want to update loaded (Double-Click order in Orders Window or Double-Click QTY# on the Chart Flag) SHARE=POS;REPLACE; ------------ Highlights for 5.6.4.15 Beta: - Price Study Line: added line width config. - Pivot point study: added line width config. - Added position avg cost line to chart. - Volume by price study: added VAH and VAL. - Added hotkey to set VWAP anchor period. - Added hotkey script "PRICE=OPEN", "PRICE=PCL" for open and previous close prices. 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 -
September 20th, 2021 - Technology Class - Technology / DAS Trader Pro Open Q/A
KyleK29 posted a topic in Technology Webinars
Technology Class September 20th, 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/ ------------ Add Alerts from Chart: * Must have the Alerts & Trigger window open/minimized. * If this is a hotbutton, you need to name a chart (Right-Click the title area -> Name: ...) as CHART1A for the hotbutton to work from the montage. If using as a hotkey script, you need to click the chart and fire the hotkey. FocusWindow CHART1A; AlertName=TestGTE; AlertType=LastPrice; AlertOperator=>=; PlaySound=Yes; AutoDelete=Yes; Beep=Yes; Speak=Yes; PopupWindow=No; AddAlert; FocusWindow CHART1A; AlertName=TestGTE; AlertType=LastPrice; AlertOperator=<=; PlaySound=Yes; AutoDelete=Yes; Beep=Yes; Speak=Yes; PopupWindow=No; AddAlert ------------ BREAK HIGH OF DAY HOTKEY SCRIPTS: 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; 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 -
August 30th, 2021 - Technology Class - Technology / DAS Trader Pro Open Q/A
KyleK29 posted a topic in Technology Webinars
Technology Class August 30th, 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/ ------------ AddStudy STO 3 4; AddStudy T3MA 0 7 10; AddStudy VWAP 15; \\\ New DAS Version - Change Log: v.5.6.4.14 ** System Notice under Help manual now links to twitter. Added manual item Knowledge Base under Help. Show all MMIDs for ladder view. Bug fix: Market viewer "$Val" can't sort. CMDAPI: Added command $LDLU for limit up/down price. Added function to search trader/account by permission. ScreenRecorder: Added new config window for Screen Recorder. ScreenRecorder: Bug fix: Faield to get Event List. ScreenRecorder: Bug fix: order/trade events do not work when enabling checkbox 'RecordEvents'. ScreenRecorder: Added option to set time step for Rewind and Forward, and updated "Play dialog". ScreenRecorder: Bug fix: Failed to save audio devices. ScreenRecorder: Added option to select directory for saving screenshot and video. ScreenRecorder: Bug fix: hotkey: Failed to get value of IsRecordAudio when screen recorder window is opened. Added option to filter trader by notes and security prompt for Admin->Trader Logon. Changed Hi/Low ticker window volume display format. For example, 3567000 is now 3,567,000. Bug fix: Text display is cut off in level1 area of Montage window when stock is halt. Bug fix: Screen recorder does not allow user to select directory for recordings. Bug fix: Double-clicking does not work in the chartstudy configuration window. For trigger order hotkey script, added "PREF:RouteName" for specifying route of stop order. For Admin Ticket window, added "ExeNum" column to display fill number. Changed options symbol display format in Positon window. Changed options symbol display format in Options Chain window. Changed options symbol display format in Montage window. ** Added chart lv1 yesterday close updating in replay mode. ** Added hotkey "FixTags=tag1=value1|tag2=value2...". CMDAPI: For NEWORDER command, added "Display=0/Num" parameter for iceberg/hidden order. Added option to filter trader by notes and security prompt for Admin->Trader Logon window. Added short locate command set to CMD API. Updates for Short Locate window: - Added option to customize column background/foreground colors. - Inquire price for all routes. - Added Popup menu for cancelling order/reject/accept offer. 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 -
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:
-
July 19th, 2021 - Technology Class - DAS Trader Pro Open Q/A
KyleK29 posted a topic in Technology Webinars
Technology Class July 19th, 2021 Topic of the Week 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/ ------------ @User Requested Example of adding a Trigger Order stop to their existing scale-out hotkey. Does not cancel any other orders. LONG: ROUTE=LIMIT;Share=Pos*2;Price=Ask+0.03;TIF=DAY;BUY=SEND;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0.3 ACT:SELL STOPPRICE:AvgCost QTY:Pos TIF:DAY; SHORT: ROUTE=LIMIT;Share=Pos*2;Price=Bid-0.03;TIF=DAY;ASK=SEND;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0.3 ACT:BUY STOPPRICE:AvgCost QTY:Pos TIF:DAY; ------------- DAS DOWNLOAD LINKS: DEMO: https://www.dastrader.com/download/DASInstallDEMO.html IBCO: https://www.dastrader.com/download/DASInstallIBCO.html CMEG: https://www.dastrader.com/download/CMEG.html 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-
- tech class
- das trader pro
-
(and 1 more)
Tagged with:
-
May 24th, 2021 - Technology Class - Think or Swim Bookmap
KyleK29 posted a topic in Technology Webinars
These forum posts serve as archival reference material for the class after it has occurred as well as pre-class questions you want to ask in advance (but will be answered during the class) related to the Topic of the Week. Technology Class May 24th, 2021 Topic of the Week ThinkorSwim Bookmap Question of the Week Poll Results Question: Are you interested in Bookmap? Yes, at $40 it's doable. - 40% Yes, I'd pay the full $200+! - 0% No - 60% 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 in after class .. Relevant Links: https://www.bookmap.com- 2 replies
-
- thinkorswim
- bookmap
-
(and 2 more)
Tagged with:
