Jump to content

Miah

Lifetime Members
  • Content Count

    28
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Miah

  1. I think you have Fit Studies turned on, MerryDay answers that here: https://usethinkscript.com/threads/camarilla-pivot-day-trading-system-for-thinkorswim.12988/#post-112694 But do let me know otherwise.
  2. Oops! I had the long one shared twice, thanks for pointing it out. Fixed now.
  3. I got the way to move your stops to break even: https://forums.bearbulltraders.com/topic/3247-defined-risk-hotkeys-for-multiple-range-orders/?do=findComment&comment=24775
  4. This image should be in the first post so people understand what it does without having to read it all.
  5. I made one just for Thor's strat: https://usethinkscript.com/threads/camarilla-pivot-day-trading-system-for-thinkorswim.12988/
  6. UPDATE: I got the stops! So I got a way to easily move your stops to break even while keeping your profit targets. This is something you would likely want to do when you are up 1r. One weird thing about it is that you need to double-click on the chart where your ORIGINAL stops are before hitting the hotkey (or where your stops were originally should you have removed them first). This is how it knows your profit targets. You can of course do this at any time at any place on the chart should you so desire. So I'm now just using Kyle's hotkeys that simply gives a stop where you clicked on the chart, and then if I intend to hold it longer, I just convert it to the range with b/e stops using the hotkeys below. I think it's the best of both worlds for short holds vs. long holds. Long: CXL ALLSYMB;Price=AvgCost2-Price;Route=Stop;StopType=Range;LowPrice=AvgCost2;HighPrice=AvgCost2+Price+Price;Share=POS*.25;Sell=Send;Route=Stop;StopType=Range;LowPrice=AvgCost2;HighPrice=AvgCost2+Price+Price+Price;Share=POS*.25;Sell=Send;Route=Stop;StopType=Range;LowPrice=AvgCost2;HighPrice=AvgCost2+Price+Price+Price+Price;Share=POS*.25;Sell=Send;Route=Stop;StopType=Market;StopPrice=AvgCost2;Share=POS*.25;Sell=Send Short: CXL ALLSYMB;Price=Price-AvgCost2;Route=Stop;StopType=Range;LowPrice=AvgCost2-Price-Price;HighPrice=AvgCost2;Share=POS*.25;Buy=Send;Route=Stop;StopType=Range;LowPrice=AvgCost2-Price-Price-Price;HighPrice=AvgCost2;Share=POS*.25;Buy=Send;Route=Stop;StopType=Range;LowPrice=AvgCost2-Price-Price-Price-Price;HighPrice=AvgCost2;Share=POS*.25;Buy=Send;Route=Stop;StopType=Market;StopPrice=AvgCost2;Share=POS*.25;Buy=Send Enjoy!
  7. Just found this, wow! So many people asking for Kyle's to set range orders and here you are with it all figured out, nice work! It would be great if there was an easy way to move all of the stops to breakeven after the first target is hit, any ideas?
  8. Just wanted to share my hotkeys with the BBT fam. These hotkeys are made for speed and built with a range order to take profit of your choosing at an R/R of your choosing. So the examples below are of a long and short with a $100 risk, a 10c stop, and sell 20% at 2:1. I'll break them down so you can edit for different amounts to your needs. The Share=100/.10; is your risk in dollar amount, so $100 in this example with a 10c stop. Change the 100 to 50 for $50 risk (or whatever you want). If you change the stop change the .1 accordingly (eg. .2 for 20c). The AvgCost2-.10 and AvgCost-.10 are your 10c stop. So if you change these to -.20 (20c stop) then also change Share=100/.2; as noted above. The :AvgCost2+.20 is the (in this case) 2:1 profit target, so 20c reward. If you make one with a 20c stop then this one could be .40 for a 40c reward. The QTY:POS*.20 and QTY:POS*.80 determines how much it sells at the profit target. In this case we are selling 20%. You could make both numbers .5 if you wanted to sell half at the profit target. Long $100 risk with 10c stop : Share=100/.10;ROUTE=LIMIT;Price=ask+.05 ;BUY=send;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:AvgCost2-.10 HighPrice:AvgCost2+.20ACT:SELL QTY:POS*.20 TIF:DAY+;TriggerOrder=RT:STOP STOPTYPE:MARKET STOPPRICE:AvgCost-.10 ACT:SELL QTY:POS*.80 TIF:DAY+ Short $100 risk with 10c stop : Share=100/.10;ROUTE=LIMIT;Price=BID-.05 ;SELL=send;TriggerOrder=RT:STOP STOPTYPE:RANGE HighPrice:AvgCost2+.10 LowPrice:AvgCost2-.20ACT:BUY QTY:POS*.20 TIF:DAY+;TriggerOrder=RT:STOP STOPTYPE:MARKET STOPPRICE:AvgCost+.10 ACT:BUY QTY:POS*.80 TIF:DAY+ Enjoy P.S. If you're just looking to double-click on the chart and have a fixed risk entry with a stop and a target, look for the 1:2 Risk:Reward Hot Key Scripts found here: Most frequently used hotkeys - DAS Trader Pro Tips and Tricks - Bear Bull Traders Forums
  9. My problem is related to the excel sheet, these are 2 separate things. 1. The issue with the excel sheet. 2. a request for an addition to it. Hopefully Kyle will have a look. Nevermind, this person has it figured out!:
  10. When I change the Send a Stop Trigger Order? to TRUE I get #VALUE! on the Hot Keys tab, any idea why? Also any reason this can't also include a 2:1 Range profit target to sell a certain percentage when hit? Something like this:
  11. Is there a way to do this with trailing stops instead? Even better, is there just a script to double-click on the chart to place a future order with a set trailing stop? EDIT: Figured it out, this will allow you to double-click on the chart and press the hotkey for the below command to set a buy/long price at the share amount shown in the montage, and when triggered sets a 10c trailing stop. ROUTE=STOP;StopType=LIMIT;StopPrice=Price;TIF=DAY+;BUY=SEND;TriggerOrder=RT:STOP STOPTYPE:TRAILING STOPPRICE:0.10 ACT:SELL QTY:POS TIF:DAY+;
×
×
  • 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.