Jump to content

Casey Gates

Lifetime Members
  • Content Count

    13
  • Joined

  • Last visited

Community Reputation

3 Neutral

About Casey Gates

  • Rank
    Casey PDX

Recent Profile Visitors

746 profile views
  1. Looking for a calculator for Risk, shares, and profit targets. I saw William using this one on a range order hotkey video. I can't seem to find him anywhere and I didn't see that he shared it anywhere. If you know how to reach him on twitter or if you have anything similar to this and are willing to share please let me know... thanks!
  2. I'm switching from my BBT 3 month DAS account to DAS PRO SIM account and am having some problems with my hotkeys. So far just the scaling out hotkeys which cancel my stop and replace it at B/E. Is there something that I need to change in the script The photo shows what happens when I try to scale out. It basically throws up a bunch of stop orders. but it doesn't do it all the time. it seems to be somewhat random from what I can tell. Also, anything else in the other hotkeys scripts that I need to change when switching from BBT DAS to DAS PRO? Thanks Here are my scale out hotkeys for LONG Long scale out 10% CXL ALLSYMB;Route=LIMIT;Share=Pos*0.10;Price=Bid-0.05;TIF=DAY+;SELL=Send;ROUTE=STOP;StopType=Market;StopPrice=AvgCost;Share=Pos-share;TIF=DAY+;SELL=SEND Long scale out 25% CXL ALLSYMB;Route=LIMIT;Share=Pos*0.25;Price=Bid-0.05;TIF=DAY+;SELL=Send;ROUTE=STOP;StopType=Market;StopPrice=AvgCost;Share=Pos-share;TIF=DAY+;SELL=SEND Long scale out 50% CXL ALLSYMB;Route=LIMIT;Share=Pos*0.50;Price=Bid-0.05;TIF=DAY+;SELL=Send;ROUTE=STOP;StopType=Market;StopPrice=AvgCost;Share=Pos-share;TIF=DAY+;SELL=SEND Long scale out 100% (this will also cancel any orders that you have) ;CXL ALLSYMB;Route=LIMIT;Share=Pos*1;Price=Bid-0.05;TIF=DAY+;SELL=Send
  3. This is a new pattern for me. I've been back testing it at it looks super fun... and reliable. It's pretty amazing how the price moves through the 9ema on the 1 min chart at the same time it engulfs on the 5 min. Does the inverse work as well? Bullish engulfing crack? From what I see in my back testing it looks like it does, just curious if i'm missing a red flag since I can't find @Robert H talking about it anywhere. Thanks
  4. I am using this hotkey to scale in while short: ;CXL ALLSYMB;DefShare=BP*0.97;Price=StopPrice-Bid-0.02;SShare=50/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=400;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.3 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY+; is there a single hotkey that can scale in both short and SSR or do they have to be separate? I'm assuming they have to be separate but I thought I'd check. Thanks
  5. Where do I find Thor's hotkey file or the drive? I think he mentioned that he shared hit DAS layout as well. Is that also in the drive? thanks
  6. Hi Justin I've been having the same problem (not being able to scale out while long on an SSR. With the first hotkey script that you listed, is that strictly for scaling out while long on an SSR? can that be used for scaling out long on a non SSR stock? I'm really trying to use the least amount of hotkeys as possible as I am still in SIM and practicing. Here is what I have been using. LONG $250 risk StopPrice=Price-0.01;DefShare=BP*0.97;Price=Ask-Price+0.01;SShare=250/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=400;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0.3 ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY+; LONG scale out 10% Route=LIMIT;Share=Pos*0.10;Price=Bid-0.05;TIF=DAY+;SELL=Send LONG scale out 25% Route=LIMIT;Share=Pos*0.25;Price=Bid-0.05;TIF=DAY+;SELL=Send LONG scale out 100% ;CXL ALLSYMB;Route=LIMIT;Share=Pos*1;Price=Bid-0.05;TIF=DAY+;SELL=Send SHORT $250 risk StopPrice=Price+0.01;DefShare=BP*0.97;Price=Price-Bid+0.01;SShare=250/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=400;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.3 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY+; SHORT scale out 10% Route=LIMIT;Share=Pos*0.10;Price=Ask+0.05;TIF=DAY+;BUY=Send SHORT scale out 25% Route=LIMIT;Share=Pos*0.25;Price=Ask+0.05;TIF=DAY+;BUY=Send SHORT scale out 100% ;CXL ALLSYMB;Route=LIMIT;Share=Pos*1;Price=Ask+0.05;TIF=DAY+;BUY=Send LONG/SHORT move stop to break even ;CXL ALLSYMB;Route=Stop;Price=AvgCost;StopType=MARKET;STOPPRICE=AvgCost;StopPrice=Round2;Share=Pos;TIF=DAY+;Send=Reverse; I just added SHORT SSR (haven't used it yet) StopPrice=Price+0.01;DefShare=BP*0.97;Price=Price-Bid+0.01;SShare=250/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=LIMIT;Price=Bid+.01;TIF=DAY+;SELL=Send;DefShare=400;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.3 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY+; 1. What do I need to do to be able to scale out long on SSR? Do i need to add a whole new set of scale out Long SSR keys or replace the ones that I have? 2. Scaling out while short SSR? are they the same as Scaling out Short? 3. Will my "move stop to break even" be universal (LONG, SHORT, SSR SHORT, SSR LONG)? 3. Does this all make sense? I really appreciate all of your help. Any other tips or suggestions to help me streamline the process or narrow down my hotkeys is greatly appreciated. Let me know if you need any clarification or information.
  7. Hey Justin Thanks for this. Any way to make it so the price action doesn't go out of view? Maybe a way of re-centering it once you have zoomed out?
  8. Hi Lane I was just searching for a way to do this. Curious if they ever made it possible. Thanks!
  9. New to the group. In the webinar Kyle mentioned that he is updating the hotkeys into a web browser. Just curious if that has been done or is the link at the beginning of this thread still the most up to date? Thanks
  10. Hey, Justin. I am in Portland, OR. I just looked for the facebook group but couldn't find it.
  11. Hey Lauren. I am new here as well and also interested in getting a newbie small group going. Want to connect? Just posted my intro if you want to take a look.
  12. Hola amigos I started studying day trading about a month ago, when I had to close my business due to a little thing called covid19. Maybe some of you have heard of it? My experience over the past month has been pretty wild. This is all before finding BBT. I decided to jump right in and open a TOS account, join a few chat rooms, take a few cheap online courses, and crossed my fingers. Unfortunately the world that I fell into was penny stocks. Whoa, what a crazy ride that is. I got into some pretty wild covid19 players and my account skyrocketed. As you could imagine that didn't last very long. After about a month of that I thought that there had to be another way. I quickly figured out that I like technical analysis and price action way more than trying to figure out the fundamentals of a company. I also realized that I don't have the emotional stamina for penny stocks. After doing some research I found Andrews book and quickly became interested. I joined BBT last week and have been loving it. The community and support seems amazing and, with a background in psychology, I love that this group really takes that part of trading seriously. I live in Portland, Or with my wife and 2 daughters. If anybody is ever in the area let's meet up. I would love to meet other traders. I am also on the lookout to network and find other traders who would be up for starting a small group within BBT to help each other out and keep each other on track. If anybody knows of a group that exists or is up for creating one with me let me know. Adios, Casey!
×
×
  • Create New...

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.