Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 12/30/2021 in Posts

  1. 1 point
    I got you Gator. Fortunately I do what you are asking all the time. Here's my hotbutton layout for reference, but what you are asking only needs pieces of it. There are 3 Steps to do what you require: 1) I enter the trade with a double click at my desired stop price, and then I click either of these hotbuttons. 2) If I want to take a partial at a specific price I first specify what % I want to take off of my current position with these. 3) I then double click where I want to take said partial on the chart and click either of these. Here's the hotbutton scripts associated with each step: 1) [L] Ask: StopPrice=Price-0.01;DefShare=BP*0.97;Price=Ask-Price+0.01;SShare=50/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; [SS] Bid: StopPrice=Price+0.01;DefShare=BP*0.97;Price=Price-Bid+0.01;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; 2) [Pos] 10%: Share=Pos * 0.10; Etcetera... 3) [P] Set Price (Green): ROUTE=LIMIT; TIF=DAY+; SSHARE=0 ;SELL=Send; [P] Set Price (Red): ROUTE=LIMIT; TIF=DAY+; SSHARE=0 ; BUY=Send; See you in chat fella.
  2. 1 point
    You could try: SHARE=POS*0.33;SHARE=ROUND;ROUTE=LIMIT;TIF=DAY+;Send=Reverse; That should work in both directions (long or short). You must have an open position. To use it: 1) Double-click on the chart where you want to set the order (be sure to have Double-Click to trade turned on in the Chart Configuration; Right-Click Chart -> Double-Click to Trade [in Settings area]). 2) Hit hotkey. 3) Hopefully profit.
×
×
  • 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.