Jump to content

Justin

Lifetime Members
  • Content Count

    477
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Justin

  1. Not sure about the Simulator... My assumption is it isn't available. You can always message DAS Support! It does work for live; but in my personal opinion, it's not the best news aggregator out there. Listening to Benzinga in the chat room is a far more effective.
  2. A couple more spots to change will make that work - Which I've highlighted below: CXL ALLSYMB;DefShare=BP*0.97;Share=Pos;SShare=Share *0.5;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price=Bid-0.02;TIF=DAY+; SELL=Send;DefShare=400;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0 ACT:BUY STOPPRICE:AvgCost QTY:Pos TIF:DAY+;
  3. One other thing to note is that when you do hit the second hotkey, your order will look like a range order (see picture below). This is actually visually showing your "fill up to" range (Thanks for explaining this Kyle!) This is a little embarrassing, but I think I had this hotkey working quite awhile ago, I just didn't understand what I was seeing! I thought it was some kind of weird range order, that the script wasn't working, and so I always cancelled it before triggering and went back to the drawing board! And just going to tag some people who I know were interested in this in another thread: @Travis Weirich @peterB @JenniferL @WindssKat @Ryan Wilson
  4. What does this do: This 2 part script will allow you to set a stop loss, set a future price on your chart where you want to enter, and dynamically calculate the shares you can afford based on a fixed dollar amount. What do you mean by “2 part”?: With the current limitations of DAS, it's required to use two scripts (hotkeys) for this to work. 1. The first hotkey will set where you want your Stop Loss to be 2. The second hotkey will set where you want your Entry to be Example: The High of Day is $49.99 The current price is $49.50 and trending back up towards HOD The L2 has lots of strong ASKS at various price levels above $50.00 You want to enter if it breaks $50.00 Double click on the chart where you want to set your Stop Loss - $49.90 You hit Hotkey 1 Double click on the chart where you want to set your Entry - $50.01 You hit Hotkey 2 If and when the price hits $50.01 it will automatically enter you into the trade with your fixed $Risk and place your Stop Loss. ------------------------------------------ I used this on NVDA today at 9:51 ($415.63) for a HOD break. Luckily my preset stop was also set right below $415 at $414.97, so I didn't get wicked out I actually set it up around 9:40 and wasn’t even looking at the chart when it entered for me! By the time I noticed I was in the trade I was already in the money! Scripts: Long $20 Risk: Part 1: StopPrice=Price Part 2: DefShare=BP*0.97;Price=Price-StopPrice;SShare=20/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare; SShare=Share;Share=Price*100; Price=StopPrice; DefShare=Price*100; Price=Share/100; Price=Price+StopPrice; StopPrice=Price; Share=SShare; TogSShare; Price=Price+.05;TIF=DAY+;Route=Stop;StopType=Limit; Buy=Send; Share=DefShare;Price=Share/100; StopPrice=Price; DefShare=400;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0 ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY+; Short $20 Risk: Part 1: StopPrice=Price Part 2: DefShare=BP*0.97;Price=StopPrice-Price;SShare=20/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare; SShare=Share;Share=Price*100; Price=StopPrice; DefShare=Price*100; Price=Share/100; Price=StopPrice-Price; StopPrice=Price; Share=SShare; TogSShare; Price=Price-.05;TIF=DAY+;Route=Stop;StopType=Limit; Sell=Send; Share=DefShare;Price=Share/100; StopPrice=Price; DefShare=400;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY+; Known Issues: I have seen the script fail and only enter me with a small number of shares. Uncertain what caused this, but I’ll be looking for it again. Final Thoughts: I’ve been testing this in SIM for a week and wouldn’t advise using it live without doing the same. I know a lot of people have been asking for something like this - I would love to hear what other scenarios people would use this for!
  5. Yes, that's also in the spreadsheet (although I added the stop order portion from the $ script). This will add 50% to an existing position. So if you're long 100 shares, this will add another 50 shares and reset your stop to break even. CXL ALLSYMB;DefShare=BP*0.97;Share=Pos;SShare=Share *0.5;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price= Ask+0.02;TIF=DAY+; BUY=Send;DefShare=400;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0 ACT:SELL STOPPRICE:AvgCost QTY:Pos TIF:DAY+;
  6. Hey Andrew, If you open Kyle's spreadsheet you'll see he has options to scale in additional risk: $20 CXL ALLSYMB;DefShare=BP*0.97;Price=Ask+0.02-StopPrice;SShare=20/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price= Ask+0.02;TIF=DAY+; BUY=Send;DefShare=400;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0 ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY+; Hard to test right now (because the market is closed), but I think if you simply change StopPrice to AvgCost, that will reset your stop to break even at the same time.
  7. Hey @Paulius Kurpis! First, welcome to the forum! I don't think it's possible to export as a CSV, but you can export the SQLITE file and then convert that into a CSV. In TradeReview File > Export Check only Export Trades Choose an Export Directory Download SQLiteStudio In SQLiteStudio Database > Add a database Under Database type select SQLite 3 Under File select your exported .sqlite file from TradeReview Under Name leave it as Trades Press OK Tools > Export Select A single table Press Next Under Database select Trades Under Table select Orders Under Options check Export table data Press Next Under Export Format select CSV Under Output choose a save location Press Finish The export gives two initial columns that are a combination of the date and time, but you can just delete them, as column D has the correct format
  8. @Ryan Wilson @WindssKat @JenniferL @Travis Weirich Might have an unexpected surprise related to this one... Stay tuned!
  9. Hey, yeah I saw - I was just wondering if you even saw it flash and disappear right away? Also did you see Kyle's comment?
  10. Glad it worked! I’ll send an email to their lead developer about it too.
  11. Do you mean the hotkey from Kyle? It is not for a preexisting order. It sets a stop price and an enters you into a trade all in one hotkey. Can you share the script you tried? That should prevent you from trading on your live account.
  12. Hey @gtichauer, Yes, simply turn on a Study Config for them: Right click on a chart and select Study Config In the left column select PriceMarker and click Select--> Now click on PriceMarker in the right column and click Config Now simply add the top two settings I'm showing in the screenshot below:
  13. It has not been implemented unfortunately. Best bet is to just send in another request, and in the mean time just place them manually.
  14. So my friend simply said you need to open the hotkey window in your main monitor, then you can move it over to another monitor.
  15. I have seen that issue in the past, but not so bad. I believe it was a windows resolution/scaling issue... You can actually see the scroll bar off to the left... I can't quite remember how it was fixed for the person who was having trouble. But I'll ask them and get back to you!
  16. Welcome @Julio Hernandez! You're not alone, knowing how to lose is a common struggle among traders. If you haven't already definitely check out @Mike B's Psychology module on discipline in trading! https://bearbulltraders.com/lessons/module-3-importance-of-discipline-in-trading/
  17. Alam, I'm sorry I didn't respond to this. I'm not sure how I missed it. 1. You need to make sure that "Double-click to trade" is on. Right click your chart, Configure, and check "Double-click to trade". 2. It would not flip your position because the "reverse" simply stands for the opposite of BUY or SELL. So if you're long (buy) 100 shares, then the reverse in that script is (SELL). And as you are only telling it to SELL your Pos (position), it will only SELL 100 shares netting you at 0. I haven't tried this, but my assumption is if you did ROUTE=SMRTM;Share=Pos*2;TIF=DAY+;Send=Reverse, that would flip your position.
  18. Glad it's working @Dieter These are the hotkeys for covering short positions. And yes, the BE hotkey remains the same! Cover 50%: CXL ALLSYMB;Route=LIMIT;Share=Pos*0.5;Price=Ask+0.05;TIF=DAY+;BUY=Send;ROUTE=STOP;StopType=Market;StopPrice=AvgCost;Share=Pos+share;TIF=DAY+;BUY=SEND Cover All: CXL ALLSYMB;Route=LIMIT;Share=Pos;Price=Ask+0.05;TIF=DAY+;BUY=Send
  19. Hey, just use these instead: Set Stop to BE: CXL ALLSYMB;Route=Stop;Price=AvgCost;StopType=MARKET;STOPPRICE=AvgCost;StopPrice=Round2;Share=Pos;TIF=DAY+;Send=Reverse; Scale out 50% and update stop to correct shares at BE: CXL ALLSYMB;Route=LIMIT;Share=Pos*0.5;Price=Bid-0.05;TIF=DAY+;SELL=Send;ROUTE=STOP;StopType=Market;StopPrice=AvgCost;Share=Pos-share;TIF=DAY+;SELL=SEND Sell remaining position and cancel Stop Loss: CXL ALLSYMB;Route=LIMIT;Share=Pos*1;Price=Bid-0.05;TIF=DAY+;SELL=Send One other thing I noticed, although I'm not sure what timezone you're in. Stop Orders don't work in the pre-market.
  20. Unfortunately we can't script prices into horizontal lines.... Wouldn't that be nice There is a workaround with the Fibonacci Line tool. To set it up: - Set a hotkey to place a Fib line (script = FibonacciLine) - Press the hotkey and draw a line anywhere on your chart. - Right click on the vertical line and select Config. - Chang the line settings to match this: - Now, when you enter a position and have a stop loss. You simply hit the Fib hotkey, and click and drag down from your entry to your stop. - You will then have nice price targets on your chart that will look like this: As you can see, I'm embarrassingly partialed in my trade too soon!
  21. Hey @Dieter Try putting a CXL order in front of that script first. If you already had a stop loss placed you would near to clear the original one first. CXL ALLSYMB;Route=Stop;Price=AvgCost;StopType=MARKET;STOPPRICE=AvgCost;StopPrice=Round2;Share=Pos;TIF=DAY+;Send=Reverse;
  22. Yes, your order will be filled if your hotkey is set for BID+0.01 and the price ticks up into it. And thanks! You too
  23. Hi Shannon, Welcome to the forum! If you haven't already, your first stop should definitely be going through Classes 1-5 in our Education Center. If you've already done that, feel free to ask any specific questions you may have!
×
×
  • 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.