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 'das trader'.



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 7 results

  1. Holding control key and clicking in the window frame of several DAS Trader windows will select them for grouping: After you select the windows, you right click inside an selected window, the Frame Window Configure appears and then you type a group name in Group Configure, and click Add Now you have all charts grouped in the same window. You can rename tabs as you wish. You can group other windows such as montage, market viewer, etc.
  2. So I have seen a lot of hotkey setups on here which are very cool. I plan on using one that you can set your risk and it sets 3 range orders, but it requires entering the trade via hotkey and then triggers the range orders. I was wondering how to create a hotkey that creates 4 range orders with the stop of all set as the area i click on the chart and gets loaded into price. I've tried 2 different ways but every time only one order gets sent.. I'll post both ways and if someone could help that would be great. Thanks PS. These are to cover short. Attempt 1: ROUTE=STOP;StopType=Range;LowPrice=AvgCost-0.25 ;HighPrice=price ;Share=Pos*0.25 ;TIF=DAY+;BUY=Send; ROUTE=STOP;StopType=Range;LowPrice=AvgCost-0.45 ;HighPrice=price ;Share=Pos*0.25 ;TIF=DAY+;BUY=Send ROUTE=STOP;StopType=Range;LowPrice=AvgCost-0.65 ;HighPrice=price ;Share=Pos*0.25 ;TIF=DAY+;BUY=Send ROUTE=STOP;StopType=Range;LowPrice=AvgCost-0.75 ;HighPrice=price ;Share=Pos*0.25 ;TIF=DAY+;BUY=Send Attempt 2: ROUTE=STOP;StopType=Range;LowPrice=AvgCost-0.25 ;HighPrice=price ;Share=Pos*0.25 ;TIF=DAY+;BUY=Send; TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:AvgCost-0.45 HighPrice:Price ACT:BUY QTY:POS*0.25 TIF:DAY+; TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:AvgCost-0.65 HighPrice:Price ACT:BUY QTY:POS*0.25 TIF:DAY+; TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:AvgCost-0.75 HighPrice:Price ACT:BUY QTY:POS*0.25 TIF:DAY+;
  3. 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
  4. I just started using the DAS CMD API last week and am having some difficulties with it. The sample project that they sent doesn't even seem to work correctly. Specifically, I am trying to subscribe to the level 1 information for a given symbol and it never fires the callback handler. Right after I call socket.eventPool.Subscribe(...) I get a message in the output window stating "The event pool does not contain an entry for Lv1". After that, any calls to socket.SubscribeLevelOne(...) result in nothing happening. Personally, I think it's ridiculous that they want to charge for API access and can't even provide customers with a working sample. 😞
  5. Technology Class November 15th, 2021 Topic of the Week Tech Tip: Use ShareX to 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/ ------------ > ShareX: https://getsharex.com/ CLI Documentation: https://getsharex.com/docs/command-line-arguments *Note: We fumbled through this a tad because of an unknown DAS limitation, so if you want a more direct approach to ShareX (portable, preconfigured version), I can probably put together something like that so it's not as daunting as the method we tried tonight which is definitely more for advanced users. > StreamDeck Icons, PSD Files, Profiles, and Hotkey File Start Kit: https://k-sqrd.com/me -> StreamDeck package 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 - ShareX: https://getsharex.com - StreamDeck Profile Starter Kit: https://k-sqrd.com/me
  6. Is it possible to get an export from DAS of the pre-market open / post-market close / high of the day including all pre&post market data / low of the day including all pre&post market data? It's easy to get that info for market open hours but I've been looking for a week and I cannot find how to do it for all data (from 4am-8pm). The only thing I can come up with for post-market close is the "Last" field after 8pm EST. Does anyone know? Thanks. Biff I didn't mean to post this twice, I meant to add tags
  7. Hi all, Looks like me and another BBT member are in the top 8 for this week! I don't know who else is participating, but I have had a rough week trading: DAS Trader crashing almost every hour multiple times in the morning session, Risk control pop up windows are CRAZY LARGE and block the entire screen and were VERY distracting (finally just turned them off since it made me take losses and I was locked out all day Tuesday when I could have made big $$$!), and the normal struggles when competing, but I am feeling really good now and totally ready to win this thing. Looking at other traders results on this list, it looks like some of them are breaking the rules a bit so I am unsure if they actually enforce them. Either way, I plan to stick within the confines of the rules to practice my discipline. Cheers to a successful week 1 and congrats to BEST422 who is also with BBT! -Erik
[[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.