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.

Search the Community

Showing results for tags 'technology'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BEAR BULL TRADERS FORUMS
    • Bear Bull Traders - Members Only!
    • Welcome: Bear Bull Traders Forums
    • Members Introductions & Meetups
    • Day Trading
    • Swing Trading
    • Options Trading
    • Forex and Currency Markets
    • Trading Psychology
    • Off Topic
    • Success Webinar Questions
    • BBT en Español
    • Forum Support
    • BBT Trader's Challenge
  • CHI-TOWN BBT (Chicago, Illinois)'s Chicago Area BBT Topics
  • Pica Mucho BBT's Conversaciones
  • SINGAPORE's Topics
  • Denver, Colorado's Topics
  • BBT DC/DMV AREA's Topics
  • San Francisco Bay Area's Topics
  • BBT Toronto, ON's Topics
  • Texas BBT - Everything is bigger here's A club for Texas BBT members to get together
  • Texas BBT - Everything is bigger here's Let's try and organize some Meetups for the spring!
  • BBT Ottawa, Canada's Topics
  • BBT Vancouver, BC's Forums
  • BBT Australia's Topics
  • BBT - SoCal Traders's Topics
  • BBT MONTREAL, QC's Topics
  • NY Metro BBT's Topics
  • Seattle/Bellevue's Topics
  • BBT Detroit's Topics
  • Europe's Topics
  • North Carolina's Topics
  • the Ladies Lounge's Discussion
  • ARIZONA BBT's Discussions
  • BBT - United Kingdom's Topics
  • BBT - PORTUGAL's Regras
  • BBT - PORTUGAL's Apresentação
  • BBT - PORTUGAL's Geral

Marker Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 12 results

  1. Hello all! My Hotkey screen shows up like this when I open it (see attached). Any idea how I can resolve this? Thanks!
  2. 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
  3. Technology Class August 16th, 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/ CLASS CLIPBOARD: https://forums.bearbulltraders.com/topic/3065-august-16th-2021-technology-class-technology-das-trader-pro-open-qa/ ------------ For Hotscript: FocusWindow CHART1A; MinuteChart 14 3d; NumBar 32; -- FinViz Hotbutton Link: ** Put on a hotbutton on the montage: https://finviz.com/quote.ashx?t=%SYMB% -- @Dale: Hotkey to Toggle Pre/Post Market Data On/Off: ShowPreAftMkt; -- Add Alert to Chart -> Greater Than: * Note: Must have an open Alerts & Trigger window on screen (can be minimized). * Note: Enable Alerts on Chart (Right-Click Chart -> Chart Area -> Config Area -> "Add Alerts on Chart" checkbox in corner * Note: For hotkey script, you must select the chart and fire the hotkey. For the hotbutton on montage, you must give the chart a name (Right-Click titlebar -> Name -> Type a unique Alphanumerical name. Then go in and edit the FOCUSWINDOW CHART1A; and change the CHART1A to reflect the name you gave it. ) FocusWindow CHART1A; AlertName=TestGTE; AlertType=LastPrice; AlertOperator=>=; PlaySound=Yes; AutoDelete=Yes; Beep=Yes; Speak=Yes; PopupWindow=Yes; AddAlert; -- Add Alert to Chart -> Less Than: * Note: Must have an open Alerts & Trigger window on screen (can be minimized). * Note: Enable Alerts on Chart (Right-Click Chart -> Chart Area -> Config Area -> "Add Alerts on Chart" checkbox in corner * Note: For hotkey script, you must select the chart and fire the hotkey. For the hotbutton on montage, you must give the chart a name (Right-Click titlebar -> Name -> Type a unique Alphanumerical name. Then go in and edit the FOCUSWINDOW CHART1A; and change the CHART1A to reflect the name you gave it. ) FocusWindow CHART1A; AlertName=TestGTE; AlertType=LastPrice; AlertOperator=<=; PlaySound=Yes; AutoDelete=Yes; Beep=Yes; Speak=Yes; PopupWindow=Yes; AddAlert 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
  4. Hi everybody, For those that use TWS TraderWorkStation and are interested in the FreeRoll Strategy but are not using DAS platform, download the attached file and rename the extensión to .XLSM After openning the file with MsExcel, activate the macro that execute the lookgoal code. Completely safe. Here is the code: Sub Goal_Seek() Range("B7").GoalSeek Goal:=Range("B5"), ChangingCell:=Range("B9") End Sub Mod Mentions: @Thor @Alastair @KyleK29 @Abiel @PEPE-BBT free-roll-calc.txt
  5. Technology Class June 14th, 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 Poll Results Question: What is your day trading experience level? 1 Month or Less - 11% 1 Month to 6 Months - 50% 6 Months to 1 Year - 39% 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 a Multi Trigger Order (These Triggers fire all at the time the position is filled/opened, this is not a sequential trigger order): Route=Limit; TIF=DAY; Price=Ask+0.05; Share=100; Send=Buy; TriggerOrder= RT:STOP STOPTYPE:Market PX:AvgCost STOPPRICE:AvgCost-1 QTY:Pos ACT:Sell TIF:Day; TriggerOrder= RT:Limit PX:AvgCost+1.00 QTY:Pos*0.2 ACT:Sell TIF:DAY; TriggerOrder= RT:Limit PX:AvgCost+2.00 QTY:Pos*0.2 ACT:Sell TIF:DAY; TriggerOrder= RT:Limit PX:AvgCost+3.00 QTY:Pos ACT:Sell TIF:Day; ---- Note About Script Lengths: ** You can check the length of the script by pasting into a site like: https://wordcounter.net/character-count 999 char limit in hotkey script 799 char limit in hotbutton-script ---- Prebuilt DAS Layout Files Location: Chatroom - File Folder -> Filter: Kyle --> Kyle_DAS_Setup.v1.1.zip .. ---- Example of a Simple Entry Order with Trigger Range Order attached to it: Route=Limit; TIF=DAY; Price=Ask+0.05; Share=100; Send=Buy; TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:StopPrice HighPrice:AvgCost+2 ACT:SELL QTY:POS TIF:DAY; ---- Order Replace / Update Stop Position (e.g. after partialing): Share=POS; REPLACE; **Note: You must double-click the ## quantity value on the order flag (on the chart, this doesn't work correctly in replay mode) or double-click the open order you want to update in the Open Orders window. 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
  6. 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):
  7. Technology Class May 31th, 2021 Topic of the Week DAS Trader Pro - Open Q/A session for any questions you have related to DAS Trader Pro. Question of the Week ... to be filled after class ... 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: ... to be filled after class ...
  8. 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
  9. Hey BBT fam, I am thinking about moving to DAS from IBKR. I have two questions about the transition. 1. Do I need to keep market data on IBKR if I am switching to DAS? 2. Which DAS package do I need between the two offered? I'm mainly training equities and some options. Thanks
  10. Technology Class May 17th, 2021 Topic of the Week User voted -> DAS Trader Pro Open Q/A. Bring your queries and questions you have on DAS Trader Pro. Question of the Week Question: How long have you been trading for? Less than 1 month - 23% 1-3 Months - 23% 4-12 Months - 35% 13-24 Months - 4% 24+ Months (2 Years) - 15% 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.. Relevant Links: Pivot Point Tool: https://forums.bearbulltraders.com/topic/2511-tool-pivot-point-helper-for-s5-s6-r5-r6-values/?tab=comments#comment-18788 Dynamic Hotkeys Spreadsheet: https://forums.bearbulltraders.com/topic/716-das-dynamically-calculate-shares-on-risk-or-risk-hot-key-configuration-updated-91019-v21
  11. Hey y’all, I am hooking up multiple monitors for the first time using a docking station. Can some of you talk about how you have done this with details? I wanted to know how you plug the docking station into the computer. I’m using the USB port. I have one monitor plugged in directly into the HDMI port in the back of the pc. My other two monitors are plugged into the HDMI ports in the docking station. All three are working but I want to know if there’s a better way. Thanks!
  12. -- UPDATE: 2021/02/10 If you haven't done so already, please fill out this very quick 3-4 question survey: https://forms.gle/8SwAwEW37kVHH9DY8 I'd like to get over 100 responses before filling out the plans and topic schedule going forward. ---- As part of me joining the team it was decided that I help round out the technology side of BBT education with either stand-alone webinars or a weekly (part of Carlo's Onboarding) show for members to get valuable tips and tricks that may not otherwise fit in a webinar. The proposed format for the show would be to focus on a "Topic of the Week" (as voted by members in advance) for approximately 20 minutes, a related-to-topic Q/A session, and then an open Q/A session for other items that members bring up in the class/webinar. I'd like to hear the members thoughts on some of the things you want to learn (related to trading technology). I have a lot of ideas, but want to hear from you people first. So what say you? Good idea? Terrible plan? Long GME to the moon?
[[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.