Jump to content

Jake

Lifetime Members
  • Content Count

    11
  • Joined

  • Last visited

Everything posted by Jake

  1. I love this setup but I've noticed two issues that I think may be related. 1. It isn't possible to upgrade the sim DAS app. The pro app is upgraded and when I try to auto upgrade the sim app it says I already have the latest version although the sim is a few versions behind now. Any way around this? 2. The two hotkeys below don't work properly in sim. I'm assuming it's because I have an old version. a. ScreenRecorder StartFullScreenRecording b. ScreenRecorder StopRecording For #2, the screen recording starts and stops, I can see my mouse move, but the das screen is static for the entire duration of the video. I'm assuming this is because I'm using an old version but not sure. DAS support is lost and can't help much. At this point, I'm going to uninstall and then re-install everything and then do this process again unless there is a workaround.
  2. I occasionally get an invalid share message when entering trades which causes me to miss my entry. Can anyone tell me how to fix this? Hotkey script below: StopPrice=Price-0;DefShare=BP*0.90;Share=DefShare*0.25* Price * 0.0010;Price=Ask-Price+0.00;Price=Round2;SShare=Share/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price=Ask+0.05;TIF=DAY+;BUY=Send;DefShare=200;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0.05 ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY+;
  3. I recently switched my DAS from the IB Demo to the IB version and now my exit hotkeys have stopped working. Any reason why this would happen. Example of the hotkeys below: Simple Close Hotkey: CXL ALLSYMB;ROUTE=MARKET;Share=Pos*1;TIF=DAY+;Send=Reverse;
  4. That's helpful. Thank you. I'm almost getting used to my hotkeys now but I'm still making mistakes so I will try this approach.
  5. Thanks, that's a good idea in an emergency but I take partials also. I posted my full exit hotkey for simplicity sake.
  6. Is it possible to make one hotkey that sells when you are long and covers when you are short? I keep on getting my exit keys confused and adding into the trade when I should be decreasing my shares. Two examples of my exit hotkeys are below. Is it possible to dynamically change the Send syntax to SELL or BUY depending on the position you are holding and making two keys into just one? Sell Full Position ROUTE=LIMIT;Share=Pos;Price=Bid-.10;TIF=DAY+;SELL=Send;CXL ALLSYMB Cover Full Position ROUTE=LIMIT;Share=Pos;Price=Ask+0.10;TIF=DAY+;BUY=Send;CXL ALLSYMB
×
×
  • 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.