Leaderboard
Popular Content
Showing content with the highest reputation since 06/06/2022 in all areas
-
3 pointsI have been working today on 2 hotkeys for myself. The script(s) uses the defined R/R script from previous Kyles hotkeys. It performs the following: Cancels any previous orders for the symbol Enters the trade, ensuring total shares bought is equally divisible by 4 (rounded down); this prevents having extra shares hanging around after the range trades complete or stop out. Creates a range order at your stop level for 1/4 of your initial shares bought with a profit level of 2R Creates a range order at your stop level for 1/4 of your initial shares bought with a profit level of 3R Creates a range order at your stop level for 1/4 of your initial shares bought with a profit level of 4R Creates a single order at your stop for the remaining 1/4 shares; This allows you to ride the last 1/4 to whatever level you want before exiting As with Kyles hot key scripts, you double click your chart at the level you want to place your stop then press your button or hot key The Script for the long entry CXL ALLSYMB; StopPrice=Price-0.01;DefShare=BP*0.5;Share=DefShare*0.333*Price*0.01;Price=Ask-Price+0.01;SShare=Share/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;Share=Share/4;Share=Share*4;TogSShare;ROUTE=SMRTL;Price= Ask+0.05;TIF=DAY+;BUY=Send;DefShare=1000;Price=Ask-StopPrice*2+Ask;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:StopPrice HighPrice:Price ACT:SELL QTY:POS*.25 TIF:DAY+;Price=Ask-StopPrice*3+Ask;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:StopPrice HighPrice:Price ACT:SELL QTY:POS*.25 TIF:DAY+;Price=Ask-StopPrice*4+Ask;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:StopPrice HighPrice:Price ACT:SELL QTY:POS*.25 TIF:DAY+;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0.3 ACT:SELL STOPPRICE:StopPrice QTY:Pos*.25 TIF:DAY+; and the Short CXL ALLSYMB; StopPrice=Price+0.01;DefShare=BP*0.5;Share=DefShare*0.333*Price*0.01;Price=Price-Bid+0.01;SShare=Share/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;Share=Share/4;Share=Share*4;TogSShare;ROUTE=SMRTL;Price= bid-0.05;TIF=DAY+;SELL=Send;DefShare=1000;Price=StopPrice-Bid*2;Price=Bid-Price;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:Price HighPrice:StopPrice ACT:BUY QTY:POS*.25 TIF:DAY+;Price=StopPrice-Bid*3;Price=Bid-Price;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:Price HighPrice:StopPrice ACT:BUY QTY:POS*.25 TIF:DAY+;Price=StopPrice-Bid*4;Price=Bid-Price;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:Price HighPrice:StopPrice ACT:BUY QTY:POS*.25 TIF:DAY+;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.3 ACT:BUY STOPPRICE:StopPrice QTY:Pos*.25 TIF:DAY+; Long $50 Risk CXL ALLSYMB; StopPrice=Price-0.01;DefShare=BP*0.5;Price=Ask-Price+0.01;SShare=50/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;Share=Share/4;Share=Share*4;TogSShare;ROUTE=SMRTL;Price= Ask+0.05;TIF=DAY+;BUY=Send;DefShare=1000;Price=Ask-StopPrice*2+Ask;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:StopPrice HighPrice:Price ACT:SELL QTY:POS*.25 TIF:DAY+;Price=Ask-StopPrice*3+Ask;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:StopPrice HighPrice:Price ACT:SELL QTY:POS*.25 TIF:DAY+;Price=Ask-StopPrice*4+Ask;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:StopPrice HighPrice:Price ACT:SELL QTY:POS*.25 TIF:DAY+;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0.3 ACT:SELL STOPPRICE:StopPrice QTY:Pos*.25 TIF:DAY+; Short $50 Risk CXL ALLSYMB; StopPrice=Price+0.01;DefShare=BP*0.5;Price=Price-Bid+0.01;SShare=50/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;Share=Share/4;Share=Share*4;TogSShare;ROUTE=SMRTL;Price= bid-0.05;TIF=DAY+;SELL=Send;DefShare=1000;Price=StopPrice-Bid*2;Price=Bid-Price;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:Price HighPrice:StopPrice ACT:BUY QTY:POS*.25 TIF:DAY+;Price=StopPrice-Bid*3;Price=Bid-Price;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:Price HighPrice:StopPrice ACT:BUY QTY:POS*.25 TIF:DAY+;Price=StopPrice-Bid*4;Price=Bid-Price;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:Price HighPrice:StopPrice ACT:BUY QTY:POS*.25 TIF:DAY+;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.3 ACT:BUY STOPPRICE:StopPrice QTY:Pos*.25 TIF:DAY+; Everything prior to defshare=1000 in each script is completely from the original Risk/Reward Hotkeys except the bit of code that ensures the number of shares is equally divisible by 4. Feel free to give them a try and let me know if there are any issues.
-
3 pointsWe're having a Meetup with Andrew in Zurich on March 12th, 2023, 4:00 PM and you're invited! Venue: Aden Hotel Whether you're a pro or just starting out, this is a great opportunity to connect with other traders, learn from each other, and have some fun. So mark your calendars and stay tuned for updates!
-
3 pointsIn this video AdventureDogLA shows us how to set up Risk Controls in DAS Trader Pro. Risk Controls enforce limitations such as maximum daily loss, maximum shares traded per day, etc. Risk Control Page is a safety net to keep in control our loses, either to have an external control over our behavior as traders or due to a contingency such as failures in the internet connection, electric power outages, broker failures, etc. You can find "Open Risk Control Page" in DAS Trader Pro Account window, just right-click in any row of that window and Risk Control Page will open as a popup browser window to let you update your risk control settings. Some considerations: 1. This configuration works with real accounts and simulator 2. You can deactivate settings "Risk Control Page" anytime by leaving all in blanks and clicking SUBMIT 3. When you are using DAS linked to IB, or simulator, the Risk Control settings are handled by DAS. DAS staff updates your settings manually (the form is emailed to them) anywhere from 2 to 30 minutes during business hours. 4. In LOSS fields, enter a positive number. 5. “No new order” avoids orders for the current day 6. “Pos Loss” = Position loss. 7. “Enable Auto Stop” will automatically close your positions when you hit the Max Loss / Total Loss. 8. “Max Share - Max auto stop execution share per day” = How many shares can be sold / bought by the Auto Stop mechanism. 9. “Max Auto Stop Order Size” = Maximum size per order made by the Auto Stop mechanism. 10.“Delay for next order if exceed max order size (sec)” = Time between orders if the Auto Stop needs to place multiple orders to close your positions. 11. “Stop Gain Account Net Realized PL Thresh“, “Drawdown Percent of Max Net PL“ , “Pos Stop Gain Thresh “ and “Drawdown” - Like Auto Stop but for gains. The threshold is the profit the Stop Gain is looking to hit, the Drawdown is how much it can drop from that target before your positions are closed. Example, you set a threshold of 2000 and drawdown of 20(%). When you make 2000 in P/L, the Stop Gain will trigger, and will close your positions if you drop 20% ($400) from that value, closing you out at $1600 Net P/L.
-
3 pointsHey Everyone, as you know Andrew is traveling, if anyone is interested in meeting up him on Dubai, November 26 for some drinks and talk trading? Date: Nov. 26 2022 Time: 6:00 - 08:00 PM Venue: Koko Bay. West beach Palm - Jumeirah - Dubai - United Arab Emirates Please confirm in this thread!
-
3 pointsEver wanted to swap line styles on the fly and make a rainbow on your chart? You can do that in 5.5.0.0+. The hotkey isn't the easiest to understand, so I very quickly made a web utility for you (link below). How to Use: Go to URL: http://kaelmedia.com/projects/das-line-config/ Select a Line Type, default is HorzLine Select a Line Style, default is SolidLine Select a Color, default is Barney Select a Width, default is 1 Hit "Generate" Glance at the preview window and see if it is what you wanted. If it is, hit the "Copy" button and it'll be placed in your computers Clipboard. If you wish to share you creation, press the "Share" button and a special link will be placed on your clipboard to post in the forums. Example: http://kaelmedia.com/projects/das-line-config/?hotkey=ConfigTrendLine horzline dotline:035aab:1; Paste the copied hotkey (looks like: ConfigTrendLine horzline dotline:035aab:1; ) into your DAS Hotkey Configuration. Optionally, bookmark or save the line so you can edit it in the future (it adds the settings to the browsers URI/URL). How the Hotkey Works: The hotkey as designed will swap the DEFAULT config for the Line Type chosen, each type has one default stored for the user. So if trigger a hotkey with a horizontal line with a blue color, your very next (and all following lines) horizontal line you trigger on the chart will be that configuration (blue). Because of this, I have a "default line" hotkey and a series of colored hotkeys, this allows me to toggle back and fourth. Advanced Uses: Go HERE.
-
2 pointsEnding 2025 Balance with +1% per trading day: $60,160.78 ‼️
-
2 pointsDAS TRADER PRO ADVANCED HOTKEYS – A PRIMER [2024-04-15: Production v.5.7.9.3] − Speed and efficiency are paramount in the fast-paced world of stock trading, particularly day trading. As traders, we are constantly seeking tools to gain an edge in the market. One such tool that has gained popularity among day traders is DAS Trader Pro, renowned for its robust platform and advanced hotkey scripting capabilities. − As I share insights about DAS’s Advanced Hotkeys, I want to underscore that most of the knowledge I’ve acquired about this craft—like many others in the trading community—was generously shared. I must acknowledge that I have no official affiliation with DAS Trader Pro software and that my present information is based solely on personal experience. − This presentation serves as my way of giving back—a small contribution to the community that has provided me with so much. Everything discussed here is intended for educational purposes only. It's crucial always to conduct your due diligence and independently verify any details, as this responsibility ultimately lies with you. The concept − The purpose of this exercise was to create a set of hotkeys for my trading. My hotkeys came from various good Samaritans willing to share; not all are equally effective. Understanding the complexity of the script itself was challenging at first. It's essential to test your hotkeys before trading, as you may realize they are not working as intended or don't meet your specific needs. − I set out to create a single hotkey script to fulfill most of my trading requirements, from buying options calls and puts to trading shares of stocks, long or short, while managing risk. The accompanying Excel spreadsheet allows you to input your specific settings. Want to trade stocks, long or short? Options, buying Calls, or Puts? Adjust risk levels? It’s all there. You create a script that aligns precisely with your trading style by customizing these parameters. Script Flow In this section, I will summarize the key steps in the script, from initializing variables to setting up the trigger order based on the defined trading strategy. 1. Initialize trading variables using the accompanying Excel spreadsheet (risk per trade, position size, price offsets, etc.). 2. Check trade bias: a. If LONG: Calculate the buy price and set up a SELL stop-loss order. b. If SHORT: Calculate the selling price and set up a BUY stop-loss order. 3. Compute position sizing: a. Account-based sizing uses percent position size, buying power, and risk percentage. b. Risk-based sizing using fixed dollar risk or percentage risk. 1. Dollar Risk : 2. Percent Risk 4. Adjust position sizing for options/stocks trading and ensure sufficient funds. 5. Determine minimum position size based on the lesser of account-based or risk-based sizing. 6. Prepare order details (price, route, time in force). 7. Execute or load the appropriate BUY or SELL order based on trade bias and order status. 8. Set up trigger order with stop type, price, action, and quantity. How to use the Script (please see prerequisite section) Using the script is straightforward if the script is linked to a hotkey: Double-click on your chart at your desired stop-loss price. Fire the hotkey linked to the script Conclusion In the exhilarating world of stock trading, where split-second decisions can either make or break fortunes, speed and efficiency serve as our trusted allies. Time saved is not merely a commodity but the defining factor between seizing an opportunity and watching it disappear. Cross-verifying information remains wise, just as one inspects a parachute before taking the plunge. This presentation humbly supports the trading community by fostering growth through education. Connect with me on X (@ItoThetrader), where I will do my best to address some of your questions/bugs and suggestions and try to improve. Happy trading! Despite my best efforts, there may be some errors in this document. I apologize if you come across any. After all, making mistakes is human, and I am only a mortal armed with a keyboard and a spellchecker. Download the accompanying Excel file Ito DAS Advanced HotKeys Primer v0.16.6.pdf
-
2 points@members due to very profund changes in the chatroom and my lack of time in the past months the theme shared in the first post of this topic no longer work. I took some time to update the icons for the 6 tabs and few things more. Here is the result. Please refer to the first post of this thread to check how to setup it up ! protradingroom_v3.txt
-
2 pointsHello, I am Rong from Seattle, Washington, USA. I am a software engineer. I just finished my bootcamp training and started using BBT. I trade opening momentum breakouts/breakdowns. I developed trading bots to execute orders for me to achieve fast order submission and following my rules. You can read about my trading bot here https://docs.google.com/document/d/1WN9hR-SVI6q3vMwEA69xNbXWvPmpl2Zt14jnxqHydPQ/edit#heading=h.ajxsjfzc2f52
-
2 pointsUpdated: 8/8/2019 @ 12:44pm (PST) Finally out of the alpha stage and releasing this to the community, I've been using it with success. Because I had to do some musical chairs with memory I made a configuration utility as the script itself is very ugly. This is more of a BETA release for this, so if anyone wants to try this out in SIM and let me know if you have any issues with the configuration sheet or the hotkeys themselves. It's based on the work started by @fjmocke here: https://forums.bearbulltraders.com/topic/469-das-calculate-shares-based-on-account-risk/ . What it is: It's a hotkey command script that can be used to dynamically alter the share total based on: Available Buying Power (capital) Stop Location (Risk) % Account Risk OR Fixed Dollar Amount The script includes purchase power protection and won't send an order that you can not afford, it does this by calculating two factors: A - Shares You Can Afford B - Shares at Risk Parameter (e.g. $25,000 account equity, 1% risk = $250 risk, $250 * a stop distance of .10 = 2500 shares) min{A,B} = 0.5(A + B - | A - B | ) But, why male models? I just told you. /Zoolander reference You'd use this to calculate your share total based on what you're willing to risk. So instead of blindly throwing 500 shares at every setup, you can dynamically alter risked amount based on the per-trade setup. I use it on my StreamDeck (will also release the icon packs soon) with modifiers of 100%, 75%, 50%, and 25%. 100% is the A-Plus setups I see, those I have HIGH confidence in. Alternatively, if a stock has a large spread or is low-float, I may only use the 25% modifier key for those. Instructions for Configuration: Go to this link: V2.1: DOWNLOAD ^^ Recommend latest DAS version of 5.4.3.0. Requires DAS version 5.2.0.34 or above (current BETA branch as of 11/19/2018) for the physical stop portion to work. If you don't use the physical stop, you don't have to worry about it. NOTE: Thoroughly test in SIM to make sure it's doing what you expect it to do. Choose: Download the ZIP file and unzip to where you want. On "Setup & Instructions" configure your settings. Account Leverage (default for DAS is 4), this is the margin your broker gives you. Some off-shores give 6. It needs to match what is configured in DAS for proper calculations. Max Account Risk %. This is the maximum percent of equity you're willing to risk on every trade (default is 1%). You can always risk lower (more on that later). % of Total Buying Power. If you don't want to calculate based on the total buying power of 100%, you can set this to a lower percentage (example: 100,000 buying power with 60% here equals $60,000 maximum position size) Route. LIMIT, MARKET, SMRTL. Default is LIMIT. Order Bid/Ask Offset. This is the offset you use when you send the price for order, e.g. "Ask + 0.05" (meaning fill me up to 5 cents above ask) Time in Force. Default: Day+ Default Shares. This is the amount of shares you want to set as the DEFAULT SHARES for all trades (e.g. when you click a Symbol and it loads, this is the share total). You can see why this is here in the technical breakdown section below. Minimum Stop Buffer. This is an offset to the stop distance. If you set this to 0.05, it'll add 5 cents to the stop distance calculation (so if your stop distance is 0.05, it'll be calculated on 0.10). Switch to the "Hotkeys" tab. Choose your preferred style. % Risk of Equity (Dynamic) or Fixed Price (e.g. $150 risk). %Equity Risk: Use the drop down to select what you want the value to be % equity. NOTE: This is a modifier AFTER your account risk maximum %. So if you have 1% account risk, and set this to 50%, your effective account risk is 0.005 --> 0.5%. $ Fixed: Use the drop down to select what you want the value to be for dollar risk. Select "long" or "short" to flip the script's direction. Click the cell that contains the start of the command (E column) and Ctrl + C (copy). Paste it into DAS. It should look like a sample command below. Instructions for Usage: First, you must have "Double Click to Trade" turned on in Chart, Right-Click --> Configure --> Settings --> Double-click to trade. Double click the chart where you want to set a mental stop (it does not place a stop order, you can always put one in after). Hit your configured hotkey. Sample Scripts: LONG: DefShare=BP*0.98; Share=DefShare*0.25* Price * 0.01; Price = Ask - Price + 0.02;SShare = Share / Price; Share = DefShare - SShare; DefShare = DefShare + SShare; SShare = Share; SShare = DefShare - SShare; Share = 0.5 * SShare; TogSShare; ROUTE =LIMIT; Price = Ask + 0.05; TIF=DAY+; BUY=Send; DefShare = 500; SHORT: DefShare=BP*0.98; Share=DefShare*0.25* Price * 0.01; Price = Price - Bid + 0.02;SShare = Share / 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 = 500; Technical Breakdown: DAS has basic scripting. Montage commands have access to very few read/write variables, basic operations, and only operators of addition, subtraction, division, and multiplication. To do this calculation we need additional operators (min function, and absolute function) and more memory for storage of variables. This command gets around these limitations by using user-writeable areas of memory in the program. Since DAS is written in the C++ language (from what I can tell), it's strict on what can be done in these existing memory locations. The hotkey uses the following items (plus the usual Price -- FLOAT): (Assumptions on Datatypes) DefShare -- INT (Used as a temporary variable for storage) SShare -- Unsigned INT (Behaves like an Unsigned INT in certain situations. Used as a temporary variable for storage) Share -- INT (Used as a temporary variable for storage) With the 3 INT variables, objects are moved around in memory so that we can calculate and compare with our variable limitation (be much easier if we could assign our own). To facilitate the ABS() function, we use a trick --> When a negative value is placed into an Unsigned INT it loses it's sign (thus, it becomes a POSITIVE value in memory). A more detailed technical breakdown (step by step) is located in the Configuration spreadsheet up above. Future Enhancements: If need be, I can make a step-by-step video of this entire process. I have a version that uses an AutoHotKey macro to drop a line at the stop location, I can upload that as well if people want it. ^^ Update, I discontinued this as it was too cumbersome. You had to have two sets of hotkeys for each command. I may someday revisit it if I can build out a configuration tool for it. TLDR: It does the math for you so you can risk a known amount (% or $) based on your per-trade risk position (stop distance). And yes, I'm a bit of a tech nerd. Also, longest post .. ever. Would not read again, 0/5 stars. --- KNOWN ISSUES: %Account Risk gets smaller and smaller when subsequent open positions Reason: No Equity variable, we reverse calculate equity using Buying Power. On subsequent positions, the % (e.g. 1%) calculation will be based on the available buying power and NOT the account equity. Workaround: Precalculate the %risk and use it for the $risk versions. So 1% of $25,000 equity equals $250. SSR rejection on LONG position when scaling out; rejection message (e.g. "Short marketable limit order disable due to SSR!") if using the automatic STOP trigger. Reason: DAS calculates that the position will drop below the open stop order position and reject as this can cause the position to "flip" if it was triggered. Workaround: Have a hotkey to clear the open orders (CXL ALLSYMB), clear it, scale the position (e.g. 25%). Either replace the stop or switch to a mental stop. Alternatively, you can add "CXL ALLSYMB;" to the front of the scale-out hotkeys. You just have to be cognizant to replace the stop order. Equated position size if very small (e.g. 4 or 5 shares when expected is hundreds). Reason: Wrong side was used for the order. E.g. a long hotkey is used when trying to go short. -or- Stop Distance was calculated to be a negative value (clicked too close to current price). Workaround: Be cognizant of the hotkeys used and the stop distance clicked. Clicking too close (a really tight stop) can be very dangerous if you do it inadvertently. TriggerOrder for automatic STOP placement not being sent (no stop order placed). Reason: Montage is not set to a style that doesn't allow TriggerOrder input. Styles not compatible are: Default [DAS's, if you changed it], Basic, OCO, Option, Full Fix: Use a style that is compatible, they are: Stop Order, Detail, Trigger -- I recommended using the "Stop Order" montage style. To change this, right click the montage area around where you'd enter a price and select Style --> Your Choice. --- UPDATES: 10/17/2018 - Added v.1.1 link, you'd need to use the new version to change anything. - General cleanup of the script. Added instructions for the IB issue (discussed in this thread) - NEW FEATURE: Added a new section to the Hotkeys sheet, it will now create a set up for Dynamic Scale-In hotkey commands. You'd use these by setting a scale value (say you want an additional 50% of your current position size). The hotkey will calculate the maximum share you can afford (how much you can afford at the moment) and the scale value, choosing to take the least amount. So if your current position is 1500 shares (@ $50.00) and you want to scale in at 50% your current position, it'd check if you can afford an additional 750 shares, if you can't, it'll buy the maximum you can afford. For this example, you can't afford it (if Buying Power is 100k), so it'd buy roughly $25k worth (500 shares). - CLEANUP: Cleaned up the $Dollar Risk version and removed unnecessary steps. Don't really need to replace yours if they exist, but worth noting. 10/30/2018 - Added @Michael P's suggested fixes for Excel. Configuration tool should now work in both Sheets and Excel. - NOTICE: This was a configuration tool change, no changes were made to the hotkey scripts, so no need to change any existing hotkeys. 11/19/2018 - Shortened some of the commands so we don't hit any hotkey character limit, makes them less readable, but shorter. Couldn't get them low enough to fit the montage buttons though (although removing the portions for the buying power rejection protection would likely do it). - Added a section for SELL/COVER buttons for people who just need to create those. E.g. "Sell 25% position" or "Sell 33% position". - Added @Robert H's stop suggestion. New fields on the setup page for enabling physical stops. If enabled, it'll place a MARKET or LIMIT (settings included) trigger order to go into the market once the initial order is fulfilled, these are placed at the location you double-clicked on the chart. 11/20/2018 - Added a stop-order setting to set an additional buffer for the stop price (for those that want to include or exclude the double-clicked price). - Added conditional formatting to subdue the stop settings that aren't required if you disable sending a physical stop into the market. 12/10/2018 - Added a known issues section to this post and the spreadsheet (for when a new version goes up). 12/12/2018 - Updated known issues section to include the "Montage Style" issue for TriggerOrders. 12/13/2018 - Updated to new version 1.46. Fixed a bug in the Trigger Order script which could cause it to not be interpreted by DAS's command parser on certain user settings. - Added "modifier" extra hotkeys. See instructions next to these on how to use them. - - - Set Stop to Breakeven - Long or Short - Stop Limit or Stop Market (cancels any pending orders for SYMB) - - - Set Stop to Breakeven - Bidirectional - Stop Market (cancels any pending orders for SYMB) - - - Stop - Update Price - Long or Short - Stop Limit or Stop Market (cancels pending orders, double click chart where you want stop before firing hotkey) - - - Stop - Update Price - Bidirectional - Stop Market (cancels pending orders, double click chart where you want stop before firing hotkey) - - - Stop - Update Position - Long or Short - Stop Limit or Stop Market - Replace (requires you double-click the original stop in the Orders window) - - - Stop - Update Position - Bidirectional - Stop Market Orders Only - Replace (requires you double-click the original stop in the Orders window). 8/8/2019 - New version 2.0, download the .zip file and unzip it. - Fixed an issue with some hotkey configurations that may have caused them to be inaccurate in vary rare situations. Recommend recreating your hotkeys in this new version, just to be sure. - Added Profit Target hotkeys. - Added % Scale-In Hotkeys - Added $ Risk Scale-In Hotkeys - Added Short-SSR to Long/Short dropdown for SSR hotkeys (DAS Simulator) - Added Range Order hotkeys - Added Y-Margin Scale Increase hotkey, Y-Margin Decrease, and Y-Margin Reset - Added new sheet "Example - Equity%" and "Example - $Risk" to give a more workflow outlook on what is happening. - Included a ScaleOut worksheet to manually simulate what different scale percentages / scenarios look like (instructions will be in the video). ALSO: Video is done and rendering, I think it comes in at 45minutes with 3.4gigs (4k), so it'll need to be optimized before I upload it to YouTube. Will try to do it today and will update this when done. 9/10/2019 - New version 2.1 released. Just general clean up (UI) and bug fixes. - FIXED: Issue with the Scale-In $Risk hotkeys. - FIXED: Issue with the Stop Update Price long and short hotkeys> ^^ If you use either of those, please regenerate them and replace in your DAS to avoid issues. UPDATES: The majority of this side project is completed and besides a few requests I have in with DAS developers to optimize a few things, out of any major bugs or improved scripting features, I'd say this is about done. I'll provide any edge-case support as need, but I want to move on to other BBT-community projects. So what do I have cookin' for you guys, gals, and cat? You'll see a glimpse in the video of an early prototype (buggy! I programmed that in a few hours, so bugs are expected) of a DAS calculator side program. The newer version (need to finish the UI) will incorporate a lot more in ways of tools for you, including automatically calculating changes without a hotkey intervention. It also allows you to mass-process trade log .csv files you may have exported and compile it into Excel or .CSV for import into other programs. Configuration is drag/drop friendly, so rearranging your columns is as easy as click and holding. I'm also going to shift my attention to finishing my ORB-strategy research. Right now, my datapool encompasses 15000 news article, gaplists for 2011-2019, and 1second data for stocks in that range. It's a data store of roughly 80 gigs. The idea is to test for hidden signals we may not see that can indicate a potential direction of an ORB strategy (if no rare outside influence occurs, like a terrorist attack) by leveraging a consortium of machine learning algorithms to give us a higher probability of success for each day. Depending how the research works out, the end product would likely be a probability predictor for each day. I'll share the research results with the community and may incorporate some other tests as well. VIDEO: Ok, so I may have gone down an editing rabbit hole and that took longer than expected. The videos are up, came in quite long so I chunked it down. Sorry it's a tad scattered and not one-linear cohesive unit, but I tried to mark it up as best as possible. Part 1 - Config / Math - https://youtu.be/YrRrydwGyRY Part 2 - Setup, Quick Examples, Tips - https://youtu.be/pXLlWF7T6hw Part 3 - Sim Trade Example - https://youtu.be/SO9UhJh4dTc Bonus 1 - Scale/Price Excel Calc - https://youtu.be/KTr_iJ2p0TU Bonus Tips - https://youtu.be/sNHXFMoia7A
-
2 pointsWe can now process orders anytime, just like if we did it manually. All the details here.
-
2 pointsHey everyone! Excited to have found the BBT community. I'm 44 and recently moved to the Cincinnati area. I have driven past a billboard about learning day trading for over a year now, and for some reason it resonated with me this week. Mainly I think what prompted this was listing to Tom Bilyeu taking about breaking the time for money equation. I've had in interest in stocks and stock investing for a long time now, but I've always hesitated about day trading for all of the negative stigma around it. But as I started to look into this one company's training program, I started looking around the marketplace and Reddit and have come to believe the overwhelming feedback out there that you don't necessarily need to pay for expensive trainings and individualized coaching, but you DO need an appetite and willingness to learn and the support of a strong community. Enter BBT. I found Andrew's book and the BBT podcast and am grateful for both! I'm not all the way through the book yet, but I'm excited to crush it pretty quickly, join the next onboarding training, then getting after it! I'm really looking forward to getting to meet everyone, learning the trade smartly, then graduating to real investments in the near future. Cheers! 😃
-
2 pointsCertainly, let's explain the terms with a little help from Google and ChatGPT! 1. **IDAS** IDAS is the DAS Trader Pro platform designed for mobile devices. 2. **TotalView** TotalView is Nasdaq's premier data feed, which displays every single quote and order at every price level for Nasdaq-, NYSE-, MKT-, and regional-listed securities on Nasdaq. It provides visibility into all displayed quotes and orders attributed to specific market participants, including access to total displayed anonymous interest. 3. **IEX Deep** DEEP is used to receive real-time depth of book quotations directly from the IEX Exchange. The depth of book quotations received via DEEP provides an aggregated size of resting displayed orders at a specific price and side, without indicating the size or number of individual orders at any price level. 4. **Forex (Foreign Exchange)** Day traders in the foreign exchange (Forex) market engage in buying and selling currency pairs within the same trading day, with the aim of profiting from short-term price movements. Forex is highly liquid, and day traders use leverage to magnify potential gains or losses. 5. **FLOAT Data** In the context of day trading, "FLOAT" typically refers to the public float of a stock. The public float represents the number of shares available for trading by the general public, excluding closely-held shares. Day traders often consider the float when assessing the liquidity and potential price movements of a stock. 6. **Replay Level 1** Traders can use the ability to replay Level 1 market data to analyze their past trades or to practice and refine their strategies. It allows traders to review the last traded price, bid and ask prices available during historical trading sessions. 7. **ARCA OPRA** For day traders, "ARCA OPRA" might refer to options trading data on the NYSE Arca exchange that is reported to the Options Price Reporting Authority (OPRA). This data is crucial for options traders to make informed decisions regarding options contracts listed on the NYSE Arca. 8. **Level 1** Level 1 data, in day trading, provides essential real-time information, including the last trade price, bid price, and ask price. Day traders often use this information to monitor current market conditions and make quick trading decisions. 9.** Level 2** Day traders rely on Level 2 data to gain a deeper understanding of market depth. It includes a list of current buy and sell orders, the number of shares or contracts available at each price level, and quotes from market makers and ECNs. This detailed information helps day traders assess market liquidity and identify potential entry and exit points for their trades. voilà! AND the realtime data feed is included in those DAS subscribtion!
-
2 pointsJust to confirm, the proper order is: 1. double click the StopLoss price 2. hit the entry button (order fills) 3. hit the exit button (without clicking on anything) 4. go for a swim in the pool 5. come back later and count your money I'm glad to give back to the community. (and programming hotkeys is fun!) Good luck! Russell
-
2 pointsOkay, I've got some HotKey Scripts for you to TRY OUT IN SIM. (never test things live) Each trade has two HotKeys. The first one is the entry order where you double-click your Stop-Loss point. (I basically just removed the TriggerOrder from your HotKey Script and moved it to my Exit Script) The second one is the exit order which you would place immediately after your entry order is completely filled. Don't double-click anything between the "fill" and when you activate the Exit HotKey because it gets it's calculations from your Entry HotKey. Here is what the Exit HotKey does: 1. places a one-share RangeMarket order with a 1R/1R range. 2. Triggers a remaining-shares RangeMarket order with a 3R/BE range. There is no other way to do what you want (as far as I know) without the tiny one-share order to trigger the Stop-Loss move to B/E. With these HotKeys, this is what "should" happen (and it worked for me in SIM today). If your 1R Stop-Loss is hit, the Trigger order exits your WHOLE position "near" your target Stop-Loss. If the 1R profit point is reached, you will exit one share, then the Trigger order will be sent so that you will either profit 3R or B/E on the remaining position. (You could change the exit orders to exit more of your position at 1R if you want to use these HotKeys to "partial" at 1R... something like Share=POS*.5 or Share=POS*.33 with your Trigger order remaining Share=POS) Be aware, the first exit order of one share will cost you about $1 in fees more per trade if you are with IB. (I mistakenly said $2 earlier) (Fees are no longer a danger when your orders are more than 200 shares) Here are the Scripts, you should be able to copy-paste them directly into your HotKeys. LONG ENTRY CXL ALLSYMB; StopPrice=Price; DefShare=BP*0.975; Price=Ask-Price+0.00; SShare=25/Price; Share=DefShare-SShare; DefShare=DefShare+SShare; SShare=Share; Sshare=DefShare-SShare; Share=0.5*SShare; TogSShare; ROUTE=LIMIT; Price=Ask+0.1; TIF=DAY+; BUY=Send; DefShare=200; Price=Ask-StopPrice*3+Ask; LONG EXIT CXL ALLSYMB; Route=STOP; StopType=RangeMKT; LowPrice=StopPrice; HighPrice=AvgCost-StopPrice+AvgCost; Share=1; TIF=DAY+; Sell=Send; TriggerOrder=RT:STOP STOPTYPE:RANGEMKT LowPrice:AvgCost HighPrice:Price ACT:SELL QTY:POS TIF:DAY+; SHORT ENTRY CXL ALLSYMB; StopPrice=Price; DefShare=BP*0.975; 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=LIMIT; Price=Bid-0.1; TIF=DAY+; SELL=Send; DefShare=200; Price=StopPrice-Bid*3; Price=Bid-Price; SHORT EXIT CXL ALLSYMB; Route=STOP; StopType=RangeMKT; HighPrice=StopPrice; LowPrice=AvgCost+AvgCost-StopPrice; Share=1; TIF=DAY+; Buy=Send; TriggerOrder=RT:STOP StopType:RangeMKT LowPrice:Price HighPrice:AvgCost ACT:BUY QTY:POS TIF:DAY+; Hope this helps, Best, Russell Landwehr
-
2 pointsYes I use leverage but my rules are around trade size rather than using a certain amount of leverage. For example (not my real numbers), if I want my stop size on TSLA to be 50c and I want to risk $100 on my trade then I want 200 shares, regardless of whether that means I'm using no leverage or all my leverage that's the trade I want to take. Of course with margin you can get yourself in serious issues if you don't trade properly and abide by your stops but that's for each individual to assess their own risk of not doing that (and if you can't then trading is probably not the right career).
-
2 pointsThese are common limiting beliefs which we all have. Afraid of being wrong - usually translates in life in aiming for perfectionism, seeing mistakes as a failure instead of an opportunity to learn from them, seeking external validation that you are good enough in this case from the market and your trading. There are many others, but these are one of most common. Fear of failing and doubt in your knowledge translate in low self-confidence, lack of belief in your strategy, attaching your self-worth to your trading results. What is your automatic response in the market to these beliefs - it can range from hesitation to take a trade to impulsiveness, revenge trading, overtrading etc. One way is to write down your thoughts and feelings before and during each trade. If you didn't follow your rules or made a mistake or had a losing/missed trade before what is the action, you took in the market. For example, I felt frustrated because I took a loss on my first trade today. Next, I entered without waiting for a confirmation. I regretted and felt anxious not to take another loss. I moved my SL quickly and I was wicked from a profitable trade. Over a month or two, you will start seeing patterns and will know your triggers and how you subconsciously respond to them. This exercise brings you awareness, without awareness you can't change anything. Once you know your triggers and automatic responses you can create a plan when this happens what you are going to do. For example, you find that you jump on the next trade quickly after a losing trade. This shows you; you are not able to reset yourself quickly to neutral after a losing trade. So, you may implement a 10 min break before the next trade after a losing trade. Along with the above you must forget about the money and winning or losing trades/days. Your main focus must be following the strategy criteria and rules. The easiest way is to have a strategy with very strict rules including entries and exits. You focus on executing it flawlessly instead of winning or not and how much money you make it. When you execute a trade according to all rules and doesn't work, this doesn't make you feel as a failure because you have done all right and you know market is random and not all strategies work 100% of the time. Setting a daily goal is another tool. by that I mean not a goal of having a green day or 2R goal. These are outcome goals, and they bring only stress, and you can't control the outcome of these goals. You daily goal can be taking max 3 trades per day or taking only A+ set ups, or even as in the example above taking a 10 min break after a losing trade. You track your progress on the goal. It is better to have 1 or 2 max goals per day and work on them until you become consistent. You must be able to control the outcome of the goal. These are called process goals, they can be psychological, habit goals, trading goals. Start small and aim for a small improvement every day. by tracking your process goals, you start seeing progress and your self-confidence and self-belief start growing.
-
2 pointsHi, most people here use DAS, including Carlos (I used to but don't anymore). If I was choosing one or the other then I'd choose DAS but Bookmap complicated matters for me. It depends what kind of trading you're doing, if you're a scalper like Andrew then DAS is better. The executions are better so those split seconds count as you're entering at the point of the market where you often expect it to go immediately. This is what DAS is going for, quick executions. IMO the executions in TWS are fine if you're looking for more point to point moves but aren't as quick as DAS. In terms of charting TWS is missing some features that DAS has that people here use such as highlighting bigger orders on Level 2. However, this isn't a strength of DAS either vs other providers (as I mentioned their focus is execution speed) for example things like volume profile is incorrect in DAS because they use a less data intensive method for the benefit of speed rather than do it accurately (I asked them to do it properly but they refused and said they don't intend to fix it). Therefore depending on what you're using you may be fine or you may have issues with charting (with both) which is obviously a difficult question to answer for a newer trader. DAS has replay which is also helpful for a new trader but BBT now has a free replay on trading terminal so it's not as big an issue now vs when I started. DAS hotkeys are more customizable, things like fixed risk hotkeys are missing in TWS. So DAS has the edge throughout but the reason I went to TWS from DAS is Bookmap, imo it helps tremendously read Time & Sales and Level 2 and my decisions as a result are much quicker (far outweighing the benefit of DAS execution speed for me, also should point out DAS was around 200-250ms delay for me vs I think 50-100ms for some NA traders because I'm based in Australia), many members here use bookmap. It's lacking education content in BBT at the moment (but I believe is coming) because Thor is the only mod who uses it and has just started. I'm using bookmap to chart in the shorter timeframe and make decisions. DAS therefore became a $200 a month (stocks and futures) platform just for execution and I don't see the value for the type of trading I do (not scalping). I only use TWS for a little bit of charting and execution really, I won't necessarily continue executing in TWS as it doesn't give me everything I want but doubt it would be DAS either. As I said most people here use DAS so I will say my opinion isn't the consensus opinion.
-
2 pointsHowdy @cjames05, @DollarBill @Austin D Let's do a zoom, yall want to do a first Google Meet (I've got an account so no timelimit). DollarBill I think is saying is out until Jan 5th. How's Jan 6th Fri evening? Or Sat Jan 7th AM? Hit me up via email at [email protected] as you get this and I'll start a group email if ok? I am not always in forum. Thanks Michael (Thornton, CO)
-
2 pointsHi everyone and welcome to our new forum on swing trading. As you likely know, swing trading involves taking positions in a stock or other security and holding that position for as short as overnight to days or weeks or even longer. If you are new to swing trading and want to learn more, reading Brian Pezim's book "How to Swing Trade" would be a good starting point. It is available on Amazon. We expect this forum will be used by our members to present and openly discuss swing trading opportunities. The one advantage of swing trading is that the trader has the opportunity to slow the decision process and plan their trades without having to make a quick decision on whether to enter a trade. Thanks in advance for being part of this forum and we hope this forum can offer up some profitable opportunities for our members.
-
2 pointsJust loaded it up and it looks great. Thanks for sharing!
-
2 pointsHola, amigos, creo que no me había presentado, aunque ya llevo rato aquí. Mi nombre es Josué De Lara, soy de México donde vivo actualmente, aunque la mayor parte de mi vida la he pasado en Texas donde estudie desde la preparatoria hasta el doctorado. Me interese en el “daytrading” gracias al libro de Andrew, me fascino. Me gustaría mejorar en el daytrading con el propósito de mejorar mis ingresos, ya que en Latinoamérica no son muy buenos aún con grados académicos avanzados. Hice una hoja de calculo para calcular la cantidad de acciones a comprar de acuerdo con la emisora. Me es útil ya que utilizo TWS en vez de DAS y no puedo usar las “hotkeys” de Kyle. Espero le sea útil a alguno de ustedes. https://docs.google.com/spreadsheets/d/1ElLZ2h41da1xgtz6KI_Df0PeqP754kRMDhJe60aefL4/edit?usp=sharing
-
2 pointsGlad some people are finding this helpful. The move to breakeven is not really doable (although often asked about) - You could alter the code to set stop to purchase price at the time you create the orders, but then it would likely get triggered as a stop almost immediately. - The ability to alter existing orders from the first triggered order really isn't there as far as I can tell. - The best alternative I could think of but am not inclined to pursue at this time would be for the script included in the first range order that would contain a trigger order that cancels all other orders for that symbol and recreates them with the new stop at B/E. If you want to figure that one out, have fun. In essence, you would only create 2 orders initially; one for the first range (including stop) for whatever percentage of your position + a stop for the remaining shares and the first order would need a trigger that cancels existing orders and creating new orders/stops with a new stop price of your average cost. It would need to extrapolate your next profit level somehow based on what that trade was at. There just seems to be too many variables to easily do that. If I ever get bored, I might go back to this and see if I can flesh that out, but since I don't really have use for it, don't hold your breath 🙂 anyhoo... Cheers and happy trading.
-
2 pointsTo complete the rider agreement DAS Trader - Interactive Brokers IBKR: the first two slots is today's date the third slot is DASTRADER and the forth slot is you U account numbers you will only sign the customer side and upload, don't worry about IB side signature, it will be sent after upload to IB to fully connect the account
-
2 pointsYou need to switch DAS to the new style configuration windows. Go to Setup -> Other configuration and check the highlighted box. After that many config windows will change to the new style and in some cases show extra options as per the L2 one.
-
2 pointsTrailing stops are a great tool for a trend trade when the price is moving slowly but inexorably in one direction for a longish period of time. A trailing stop acts as a moving stop loss to protect your profits while also allowing you to secure near the maximum profits of the trend when it reverses. I started using them in SIM today because I recognized that I tend to jump out of trends too early, leaving profits on the table. You can create a trailing stop on both the long and short side in the same way: 1. In your montage, set the order type to STOP 2. In the "Stop Type" drop down, select "Trailing" 3. Just below the "Stop Type" drop-down, the third field over from the left is labeled "Trailer Price", set the value to the amount you want the stop to move behind the price. 4a. If you're setting a stop for a long position, click "SELL" - You should now see an order sitting in your order window 4b. If you're setting a stop for a short position, click "BUY" - You should now see an order sitting in your order window A trailing stop always stays a set value below the current price, so for example, if the price is 4.20 and you set a Trailer Price of .20 on a long position your stop loss will be at 4.00. If the price goes up the trailing stop price moves with it, but only in one direction. So for example, if the 4.20 stock moved up to 4.30, the trailing stop would would move to 4.10. If the price subsequently moved down to 4.15, your trailing stop price will stay at 4.10. The trailing stop price will always be set based on the current price, so be careful to look at the current price and movement on the 1 minute chart, the stop will trigger the moment the price tics back to the stop price. For example, if you see the 1 minute candles varying about 10 cents per minute on the trend, a .05 trailer price will probably trigger too early. Make sure you're setting your trailer price to a value that protects your profits without prematurely closing your position when the trend would likely continue. I will update this thread with real chart examples. I also have a hotkey but I want to test it in SIM Monday before I post it here. Edit: How to create a hotkey to set a trailing stop.
-
2 pointsHello everyone, I joined BBT on January 1st of this year and it has definitely been an amazing decision! Prior to joining, I was subscribing to the YouTube channel and pre-market prepping with BBT on my Trading days (Thursday Mornings and Fridays) for about a good 6 months prior to pulling the trigger and joining BBT. October of 2019 marks the start of my learning journey. I have been on a mission for a few years now trying to find my way into entrepreneurship. I picked up some random books at the library after hitting some brick walls in my endeavor for some time. (The primary struggle being risk aversion due to my low income.) I had zero experience with the stock market and trading, but I keep a very open mind and decided to start reading a book on Trading Options. I was immediately enamored with this book and the newfound world of trading. The biggest draw being that one can learn without risking much or any capital. That concept was mind-blowing to me. I was in another trading group prior to this one and did not have a positive experience socially. I was essentially ignored or bullied for being a female. There was no in-between experience in which I felt like an actual member. Unfortunately, it is a common experience for other females in this field. In general, I have done a lot of work on myself to overcome social anxiety/low self-esteem issues so as you can imagine, the way I was treated was very damaging. I am very much a fly-on-the-wall here but am looking to change that. I know that it is essential to my success that I start socializing with like-minded individuals. I don't anticipate being bullied here but the hesitation to participate is still there. Thus far, learning to trade has helped me grow as a person. I have learned to put myself out there and take risks. In my previous group I learned to trade bear and bull triple leveraged ETF's for Natural Gas and caught on quite well, only trading the bearish ETF successfully (against the bullish trend). I was impressed, especially considering the fact I had zero structure or actual defined strategy in place. Those ETF's no longer exist, which is a blessing, because that has lead me to BBT and the concepts of finding stocks in play, structure, and probability amongst other critical things. I am currently testing my second strategy and hoping that this is it. The time and data will tell me the answer. I went into Trading with the idea that it could take me a couple of years to learn. I'm coming up on that 2 year mark, and loving and respecting the process of learning to become consistently profitable. Although I haven't found my strategy yet, I feel confident that I will. One idea I wanted to share that seems to be extremely helpful for me is recording my trading sessions. Once I started doing that a few months back, I feel that I am learning what works and what doesn't far better and faster. It is one thing to journal and look back at your trades with a snapshot and your afterthoughts but completely far more enlightening to essentially relive it as an observer. Although, I am only trading 2 days/week or less, I feel that reviewing my trading sessions via recording is really my game-changer. It truly has taught me that it isn't necessarily about the quantity of trades I am able to make, but the quality of my journaling and lessons from the experiences I've had.
-
2 pointsHi Zack This is a B/E stop market order: ALLSYMB;Route=Stop;Price=AvgCost;StopType=MARKET;STOPPRICE=AvgCost;StopPrice=Round2;Share=Pos;TIF=DAY+;Send=Reverse;ROUTE=SMRTL I guess you just need o change StopType to LIMIT ALLSYMB;Route=Stop;Price=AvgCost;StopType=MARKET;LIMIT=AvgCost;StopPrice=Round2;Share=Pos;TIF=DAY+;Send=Reverse;ROUTE=SMRTL Not sure if you can use Price=AvgCost+.05 maybe you can test this in the sim and let us know if it worked for you.
-
2 pointsThis is a very common question, so hopefully this post can be a good reference. There is a new hotkey command called DuplicateWindow which lets you 'clone' an existing Montage, Time/Sales, or Chart window. All settings like hotkey buttons, colors, fonts, etc. will be copied over. How to: -Go to menu Setup > Hot key -Add New Item -Enter a Name and Hot Key. In the Script Field, enter DuplicateWindow -Press Commit Now you can simply select the window you wish to duplicate, then press the hotkey (CTRL+D in the above example). And voila, attack of the clones!
-
2 pointsHere is a useful tip for how to change the font size in your charts. Right-click Chart > Configure On the left-hand size, click the box to the right of Label (Price/Time) Change font accordingly The font should now be changed for both the X and Y axes.
-
2 pointsHi Guys, I wanted to share a hotkey command / script I got from @Robert H that I find very useful. Let me tell you a short story about my frustrations in covering a position. There were times that I'm in a stock just right at the open and it shoots super fast and in favor of my direction. Ofcourse your initial reaction is in shock for few milliseconds. And Instead of covering my LONG/SHORT position, I always end up adding half or full at your target. Imagine how stressful that was! So I've always been curious if there's a magic hotkey to cover either a LONG or SHORT position without worrying which side you are in. And believe or not, @Robert H has the answer! Not sure if some of the guys in our BBT forum has this command already but Let me share it anyways and see if we can tweak it for our favor. ROUTE=SMRTM;Share=Pos*0.5;TIF=DAY+;SEND=REVERSE (for half position Long/Short) ROUTE=SMRTM;Share=Pos;TIF=DAY+;SEND=REVERSE (for full position Long/Short) The only issue I think with this I guess is, it's set as Market order. Meaning, you can get filled at any price (blank cheque) and this is bad if you are trading non liquid stocks or stocks that has huge spreads. This is probably only suitable for smaller trade sizes or with liquid stocks that has tight spreads. If someone has an idea to convert this into a LIMIT order to Hit the Ask when you're LONG and Hit the Bid when you're SHORT that would be great! Hope you find this hotkey useful somehow. Cheers, Ryan (ryan_pdt)
-
2 pointsI shared my thoughts on the classic ABCD/Flag strategy. This pattern presents itself in virtually every move, across multiple timeframes. The formation consists of: 1. Run-up/sell-off 2. Profit taking/consolidation 3. Continuation Let me know your thoughts!
-
2 pointsHi All, I created this topic so that Trader's can share their real time experience/journey in the world of Live Trading or with Bear Bull Traders. I find myself fortunate to be able to share my story as well as my 2 cents on the learning I have had from the mistakes till date. To start with, a brief about myself : My name is Paras Jandwani, 29 yr old, basically from India but have been settled in Washington DC, USA for the past 5 years. I have been working with a Tech company named Accenture (Yep, not a full time Trader yet) as a Solutions Business Consultant for the past 9 years. From a very young age itself I was interested in Stock Market, following tickers and watching business programs etc. However, for some reason may be social pressure could never make a career in finance (no regrets though). Anyways long story short I opened multiple trading/Investing accounts back in India and invested money based on the FURU alerts or speculation. I eventually blew up my account 2 times leading me to take a break from Trading. Trading Journey with Bear Bull Traders (then "Vancouver Traders") It is always said that you can suppress your passion but can never wipe it out from your life. Since I had already moved to USA, the passion of making a living out of the stock market led me to look for options available to me to learn and explore the US Market. It was around August 2017 when I found your book on amazon with the title "How to day trade for living" which I thought exactly met my need. I immediately bought it and was impressed with the simple concise way the book was written and detailed about everything that needs to be performed step-by-step to become a Stock Trader. Currently, with the huge amount of options, with data available on google, the beginner's struggle a lot with what needs to be performed and are really confused if anything offered to them is genuine or not. The book written by you clarifies all of these confusion and give a very clear head start for beginner's trading career. After I read the book, I immediately joined the Bear Bull Traders (then Vancouver Traders) community in September 2017 and followed almost every small suggestions/guidance provided by you in the chatroom. I traded in SIM for 4 months and went live in Feb 2018. It's been almost 9 months live (every trading day from 8:30 am to 12 pm EST) and looking at the past where I was down with more than $ 6k in losses around the mid of June 2018 and gradually coming back to break even in Aug 2018 and currently sitting at a net profit of $ 3.5k.The figures might not seem big as I have always been a very risk averse Trader and when I started I used to trade with a volume of 20-50 shares for high priced stocks such as TSLA and 100-200 shares for mid-float stocks (I never traded low-float stocks, till date). Currently, I easily trade 500 - 750 shares/trade for mid-float and 200-300 shares/trade for high priced stock. I think every trader has to pass through a learning curve and should respect the process. I have made my own mistakes and learnt from it. I am still learning every day and happy to be able to lead my passion. Hope to be successful one day and trade full-time. Below are some of the items that I learnt during the process : 1. You just need to master 1-2 strategies to be able make consistent money. (I tried multiple different strategies (not just from the book) to create an edge and ended up with being more confused) 2. Volume sizing should be a privilege and should be increased gradually in 10-20% every time when you are confident enough.(At the time, when I started making consistent profits with small volume of 100-200 shares I immediately started trading with 500-600 shares at a time which led to a lot emotions taking over leading to consistent losses) 3. Say NO to Averaging Down ( This type of trading saves you almost 90% of the time but would wipe out months of profit in a single day when it doesn't work. Been there and learnt it the hard way) 4. Higher number of tickets DO NOT guarantee higher profits. (I have a rule to Stop trading once I achieve my profit target or my max loss or 30 tickets/day. Number of tickets/day have saved me rule has been a very important for me to take selective trades. I remember my reckless/revenge trading having 223 tickets on one of the trading days which cost me hundred's of dollars in losses.) 5. Rules are meant NOT to be broken. (Almost every single time I broke my rules I paid the price for it) 6. Being patient with the winners and impatient with the losers. ( Almost every single trader faces that. I was very impatient with the winners and patient with losers which made my losses bigger then my profits) 7. Setting the stop loss right to either an indicator/support/resistance level (Had a very bad habit of setting the stop loss at the level based on the loss I was willing to take) 8. Importance of Journaling. (I use a software named Edgewonk for Journaling. My past chunk of trades gave me the indication that my win rate between 9:30 and 10 am is 76%, between 10 and 10:30 is mere 24% and 10:30 to 11: 30 is 64%.This was an eye opener for me. I almost immediately stopped trading between the time where my win rate was the lowest. This really helped me in maximizing my profits) All the above mentioned experience wouldn't have been possible without a person who is a guide and a mentor, none other than Andrew!. I hope to continue learning from him and find myself fortunate to be a part of an amazing trading community.
-
2 pointsFound another way! This makes it easy to do if you would like to open the same montage in a different tab. Right click on the header of the Montage and click SAVE AS DEFAULT. Open a montage in a new tab, right click the header again and click LOAD DEFAULT. You will have loaded the montage from your original tab then you can duplicate as much as you want. This also works with charts!!!
-
2 pointsHi All, my name is Carlos M. I am 32 and live in Northern Jersey, few minutes from the NYC. After 12 years of working as a Senior Operations Manager, I was laid off this past December. My company purchased GE Appliances and moved to their headquarters in Louisville, Kentucky. I thought I would be more upset about the layoff but I had 12 amazing years, and I was ready to move on and try something new. The company gave us almost a year and a half notice, that was more than enough time to prepare. (Plus a nice $$$ for years of service and sticking around until the end :) ) As my work started to transition to the new company, I found myself having a lot of free time during the day. I always had an interest in trading stocks and this was the perfect time to start practicing and getting ready. I did another online course and trading that did not work out (that’s a story for another time), and then I found Andrew’s Book and Chatroom community. Signed up for the Platinum package, I did the simulator for about 4 months and when live this month (January 2018). Looking forward to possibly meeting up in the near future with others traders and continuing being part of this amazing trading community. Carlos M.
-
1 pointThanks for the pointers @peterB. I found the advanced course "Your First Three Months as a Trader" that I'm going through now, which is super helpful! I especially liked the recommendation to start with learning for at least the first month - I take it as a bit of a grace period to absorb information to serve as a baseline for what strategies to test. @Brendon - poor grammar on my part. Mean to say I lost nearly $500. Looking back at my paper trading account, I lost $271.25 to be exact...so not nearly as much as I thought. Thought I'd double down yesterday and take a position on CHWY...stupid! And THERE went another $304, so if you count that one, my total losses were $575.25. I've actually been really disciplined about following my stops so far--even if I see it coming, I'll let the trade stop out vs. adjusting my stop loss. I don't want to get into the habit of irrationally relaxing my stop, and I'd rather get stopped out right now and analyze what I did wrong than exit the trade early. It is sim after all. I'm now starting to develop supplemental spreadsheets to help me more easily identify my entry, R1/R2 positions, and my stop loss, and so far that's been really helpful.
-
1 pointHi everyone! My name is Daniel, and I'm from the San Francisco Bay Area. I currently work at a computational biology startup, but I've been interested in trading for awhile now. I finally mustered up the willpower to learn more about it, and I recently finished Andrew's How to Day Trade for a Living book. I'll be honest, I didn't have a set goal in mind when I started this journey, but I've been hooked ever since I started reading the book. It's been a long time since I've enjoyed doing something so much, and I want to learn as much as I can as quickly as possible. I've been attending the morning pre-market and trading sessions, but I'm very much a novice, and I'm still figuring out how to set everything up. If anyone is also new and wants a buddy to learn and trade with, feel free to message me and we can connect! Looking forward to meeting other traders, and I hope I'll meet you all soon 🙂 Best, Daniel
-
1 pointhttps://open.substack.com/pub/traderpeter/p/das-trader-advanced-hotkeys-part?r=1wujo4&utm_campaign=post&utm_medium=web&showWelcomeOnShare=true
-
1 pointI use both, and from my experience, some orders do not get filled, and has a huge slippage on the stop market orders. Especially volatile stocks with wide spreads like nvda. You have to do the math, for the vol of shares I trade on nvda, the avg cost for the week using IB is around $60, about 250/mth. TD, free. But I do notice that I have bigger slippage, sometimes up to .30-40 on entries, and stops compared to IB. However, the overall performance on stocks that has slower moves, and tighter spreads, such as $aapl, not much of a difference. it is a toss up for now, but as you move into bigger shares, and volume, then you have to calculate if the slippage loss on a given stock is worth the commission free trades. For now, yes for me on nvda, since most of the time, I am looking for min. of 2-4 dollar move, and the .15-25 slippage in entries, are. usually 5-7.5 loss, but make up for it in the trade. Limit orders are decent, but market orders execution on TD is terrible. But as i said, I have never been able to accurately tell how much slippage, but some of the stop/market orders have slipped by .20-35 cents. If you have 100-200 shares, that's 35-70 dollars. Yes, I have seen such loss on a stop that is suppose to @b/e. However, Ib has some slippage on market orders, and stop/market. But it is usually .5-10 cents. Nominal. What I am thinking of doing is placing a bracket order .25-40 cents in front of my b/e limit order. The only danger about using a limit order, if it doesn't get filled, you can face a big loss. Stop market, you will get filled, but not at the price you have it placed, due to the slippage. so, yeah, one of those things that we deal with. I can't help but to think the mm and the brokers benefits from this somehow, but there is no way to prove it. I think they use micro pennies to make profits, but probably make a killing taking in the diff between a spread, and the slippage, if they can slip it in there. 🙂 Happy trading Everyone.
-
1 pointI am one of the traders Angela mentioned who tends to trade AMD, AAPL, TSLA etc every day. For me they are more predictable because of the higher liquidity and the types of institutions required to move them run on algos and those algos have certain behavior that you see over and over again. I will trade stocks "in play" as well because you can get big directional moves based on news, this is also fairly predictable as they are trading large RVOL because longer term participants are involved, in this scenario I can see within the T&S/L2 when things are beginning to change. The exception is the float of the stock rather than the price for most traders as once you get to a certain size in your trading smaller floats can be difficult to trade, there are some stocks which is too easy to turn the price. You basically need to be able to get in and out easily without slipping too much on the spread and you need sufficient liquidity that anybody can't just dump it 50c with a $50k account (there are a number of $20-$50 stocks where you can do that on a daily basis if it doesn't have huge RVOL on news). Companies like the big US airlines (AAL, DAL) for example have a big float so that doesn't tend to happen even though they're a cheaper stock price. That said I can still find a $3+ move way easier on TSLA than I can $0.5+ move on a $50 stock (unless it's got a great catalyst), for instance on Friday TSLA was an obvious false breakdown just before 10:30, not saying you would catch the whole thing but if you did it was a $9+ move, this is the ATR at work, a $1 move in that type of price stock and a $50 price stock are very different. To quote you, the things you may be missing are therefore, ok you can make $50-$100 or whatever on the stock but what is your end goal and is it still feasible on the stocks you're trading, if I use Andrew as an example, he just can't trade a lot of stocks with his size, he would get too much slippage on his stops because there isn't enough liquidity for him. Also you say risk management will stop the greater risk of loss but is the liquidity there on your stock to be able to get out with the risk you want? it may be fine when you're trading 100 shares but if you want to get to 1k shares or 5k shares then it's not the same thing. Not everyone wants to get there or maybe it's not an issue on the stocks you're actually trading but that combined with the predictability for me are the reason I choose higher priced stocks. If you listen to the morning show with Carlos, he says "no volume" to half the stocks he gets suggested and this is basically what he means, he doesn't think it'll move predictably/that a relatively small amount of money can move the stock. He'll also says look at that spread (or something along those lines), basically he's saying you'll be down big when you get in because you've jumped across the spread and then your risk management may not work very well in being able to get out because there's just not enough liquidity on the order book, this is the reasons a lot of us trade big stocks most days (particularly at the moment where most news is market wide news rather than company specific news)
-
1 pointIf you asked me to write a trading Bot ATR is where I'd start. However, personally no, it's easy enough with experience IMO. It's not an exact science, some will work extended some won't there's not an exact cutoff line. It's where it tips into bad risk:reward trading is the key which is of course determined by where you think it can get to and the space you have to give for risk. Order flow and reading the tape experience will keep you out of more bad trades at that time that trying to draw an exact line of extended or not extended.
-
1 pointI made one just for Thor's strat: https://usethinkscript.com/threads/camarilla-pivot-day-trading-system-for-thinkorswim.12988/
-
1 point
-
1 pointHola Oscar, Soy un consumidor del grupo de telegram, no hablo casi nunca pero me gusta ver sus conversaciones y reflexionar sobre muchas cosas que uds platican. Me llamo la atencion mucho esta pregunta por varias razones, pero primero lo primero. Acerca de tu stop loss, que prefiero llamarle protective stop o stop de proteccion para darle un enfoque positivo. No creo que el problema haya sido lo corto o largo del stop sino del lugar en donde entraste al trade, si repasamos el contenido de Thor y Frank Ochoa los camarilla pivots tienen unos rangos de compra y venta. Normalmente entre S3 y S4 es un area de compra, R3 y R4 es un rango de venta, asi que la siguiente imagen se comparte mucho en el chat. Ayer por ejemplo fue un dia fatal para mi, intente tomar shorts arriba de S3 en BABA y debido a que es un rango de compra, BABA simplemente llego a S3 y subio de precio. En resumen a lo que voy es, mi entrada en AAPL hubiese sido luego de que AAPL demostrara la perdida de S4 o interes de venta en S4, a que me refiero con interes de venta, al incremento de volumen al acercarse a S4, y perdida de volumen al alejarse. Yo no entre en AAPL hoy porque no vi ninguna orden grande en el nivel 2, ya sabes que nivel 2 es bien importante tambien para determinar y jugar el imbalance. Disculpa por el tamano de las imagenes! Al igual que tu yo tambien estoy aprendiendo a hacer trades con los pivots, y estas reglas me han salvado, ademas tambien de esperar al menos 5 minutos despues del open e incluso hasta 30 minutos dependiendo de la volatilidad del mercado. Lo que quiero decir es, puedes esperar la ruptura del nivel clave que esperas rompa o reclame y luego que rompa el nivel esperas que el precio pruebe de nuevo dicho nivel, y una vez encuentras la anomalia de volumen (en el retest) te vas en direccion deseada con posible stop en el alto o bajo del wick de la candela anomala o de retest pero tambien debes tener en cuenta la volatilidad del precio, si no es muy volatil alto/bajo de la candela esta bien, de lo contrario si es muy volatil entonces un poco mas de espacio para el stop estaria bien. como en el caso de AAPL que te muestro en imagenes. Otra cosa a tener en cuenta es que AAPL no solo tenia S4 sino tambien el bajo del dia anterior... nivel que los bulls defendieron por eso hubo tantos pullbacks en esa area. 2. Salirse por miedo a los pullbacks. Te recomiendo reflexionar sobre que emociones se te exarberan en los pullbacks, o al menos analizar que tanto "miedo" o "furia" si algun dia se presenta sientes, y leer mas acerca de emociones en un trade, obvio Mark Douglas es excelente inicio! 3. Como dice Ed base hits te llevan a la base. Ten paciencia, y sigue aprendiendo el trading es una labor de nunca dejar de aprender no solo sobre precio y volumen y market makers, sino tambien de ti mismo, que te saca mentalmente de tu zona, etc. Te recomiendo si puedes ver los videos de youtube de VPA de Thor son excelentes, y si puedes comprar el libro en espanol de Frank Ochoa de pivot boss, sino lo haz hecho. Te dejo el cheat sheet de pivots sino lo tenias y una imagen extra. Fijate en los kill zones estan entre el buying y selling range... por eso mientras entendemos mejor el movimiento del precio es mejor ponerse una regla que diga, no trades en el kill zone! Espero haberte ayudado en algo! Muchos saludos y adelante si trading fuera facil muchisima gente lo hiciera y tal vez no valiera la pena hacerlo ni tuviera tan alto "Reward" Estamos juntos en este proceso, bien dificil pero para adelante vamos!
-
1 pointHey everyone, I am in Athens travelling. I am from Toronto, Canada and will be Athens until June 25. Let me know if anyone wants to grab a drink /dinner on June 19 or 20. I am reachable whatsapp call only please +1 647-890-1783
-
1 pointANOTHER UPDATE --- SOLVED MY PLATFORM DELAY ISSUE. WORKS GREAT!!!! So my issue with a few seconds delay between any order is finally fixed. In short, I installed the platform again on a completely different folder per recommendation from DAS. So I no longer have my platform freeze after every order or every time a pending order gets filled. It's a breath of fresh air....finally. Long story...my problem with seconds of delay freezing up my platform was feeling like it was getting worse....like 5 seconds where I can't do anything on my platform every time I place an order or when one gets filled. Finally I was playing around in SIM and Trade Replay and noticed the same thing happened, which is odd since it's just SIM and as far as I know, does NOT need any communication with TD. I had contacted DAS several times and tried all the usual things: updating platform, uninstall/reinstall, even changed my internet service provider for faster connection. Now that I made the connection of the delay happening in Trade Replay (I just recently signed up for replay), I knew it had to be my platform. I contacted DAS and they told me to reinstall in another folder and thankfully it now works as I hoped.
-
1 pointHere are some calculations and charts for comparing Tiered vs Fixed for IBKR Pro. The difference isn't going to make or break your career as a retail day trader as far as I can tell, but I'd like to know more if anyone uses Fixed pricing. Is it really just $0.005/share + SEC + FINRA? Also, for you guys with IBKR Pro Tiered accounts, what is your average ECN fee? Is $0.0025/share a good average over the course of a month? Tiered Vs Fixed (low volume): Tiered Vs Fixed, Medium Volume (300K-3M)
-
1 pointHi Matt. Journaling your trades while in sim will help to build your habit to do it and to improve as you advance in your sim training, so when you start live your journaling skills will be developed and template will be tested, improved and ready. Before activating your DAS sim subscription make sure you: Watch all Classes and DAS Lessons in Education Center. read this forum post too. If you are a Lifetime Member watching Success Webinars and Psychology Webinars is advised. Ideally you should watch all the content in the Education Center and webinars. Take a look at this 12 week simulator program. You want to be familiar with everything in that program. Watch these DAS Trader Tutorials in youtube. Every week we add new videos. Prepare your trading plan and journal template. In the Downloads section of the website you will find a Trading Plan and Journal template https://bearbulltraders.com/lessons/trading-plan-template-2/ Download the BBT TradeBook from the Downloads section of the website. Review it and adjust it as needed. Use our Knowledge Base and Forums to search the questions you may have. If you search and don't find answers, ask here in the forums. When you are ready, download the DAS 14 days free trail and set it up as you prefer. After the 14 days you can activate your 3 months DAS subscription, keep using the same DAS installation you used for the trial. Best.
-
1 pointHi there, This might be a really easy question but how to change the color of Horizontal line, mine is stuck in light yellow, I can barely see it when I try to draw support and resistant lines. Thanks!
-
1 pointGood Afternoon Everyone, My name is Ercilia (Ercilia182 in chat) , I live and work in New York City. I have been working for Columbia University in the Finance/Accounting Field for the past 15 years, since graduating College back in 2003. Like many of you here, I have always been interested in learning how to trade but never knew where to start or find someone who was willing to help me. I love my job and I what I do, but I feel that there is something more to life than just that. I like the flexibility and freedom that this career offers. The ability to be able to work from home and spend more time doing the things you enjoy. I am 39 y/o with a daughter in college and on her own. This is the perfect time to embark in this new venture. Even though I work full-time, I have a very flexible schedule and available during the mornings. My goal is to master the skills of day trading and use it to my advantage. I came across Andrew's book on Amazon, it was one of the top 10 day trading books, and I have to say I absolutely love it. I recommended the book to my friends and gave it an excellent rating. It is a simple, straight forward, easy to read guide on day trading. I will of course, read many others. I am happy to be here and looking forward to being part of this trading community. I start my first class next week, and once done with online classes will move on to simulator. Cant wait to be part of the team! Ercilia182