Jump to content

We have moved to Discord. Please click here to join us in the Trading Terminal Discord server.



These forums are read-only.

Leaderboard


Popular Content

Showing content with the highest reputation on 12/20/2023 in all areas

  1. 1 point
    Can someone help me create a script, so I can get in a trade and walk away. So what I use now is a 3 to 1 script. But I have to wait for price to get to SL or 1R before I can walk away. I want to be able to enter my 3to1 and once stock gets to 1R it auto moves to B/E. Is this possible, a year ago I was told it was not but maybe someone has figured it out.
  2. 1 point
    Just 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
  3. 1 point
    Okay, 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
  4. 1 point
    Hello Everyone, I wanted to start a post for anyone planning to go live in November, or who has recently gone live in the past 30 days. I feel that sharing our trading experiences with others who are in the same place in their trading journey can be extremely helpful. After reading Andrew's books, listening to the classes, psychology rants by Robert, and lifetime webinars, I believe stating your goals, risk controls, and allowing yourself to be held accountable is vital to getting through the learning curve without completely blowing up your account. So in an effort to hold myself accountable, below is my plan for the 1st month along with the goals and risk controls to help me get through it. Live Date – November 5, 2018. I can’t trade November 1 or 2. Share Size – 100 Daily Goal – $20 (1/5 of my planned daily goal once I make it through the learning curve). Daily Max loss – $60 ($20 per trade) Goals for the Month 1 1. Do not blow up my account 2. Have a 2:1 ratio at the end of the month with average winning trade versus average losing trade 3. Have above a 60% average win rate 4. Daily goal is a metric to measure profit taking plan efficiency, not an amount to hit every day Risk Controls in Place for Month 1 1. Max loss: 100 2. Max Shares traded in a day: 800 Trading Methodology for Share Size Increase/Decrease 1. Increase share size by 50 shares every time I trade 5 consecutive days green 2. Decrease share size by 50 shares every time I trade 3 consecutive days red 3. After 3 consecutive days red, return to sim until 3 consecutive days green 4. If max loss is hit for any reason other than internet connectivity issues return to sim for the remainder of the month. 5. If max shares reached, return to sim for the remainder of the week. Looking forward to beginning the journey of live trading and tackling the infamous learning curve with some other traders. It would be great to see who else is going live and develop a support group. Thank you!
[[Template core/front/global/mobileNavigation is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.